You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ra...@apache.org on 2008/03/18 23:44:43 UTC

svn commit: r638620 - in /commons/proper/scxml/trunk: build.xml pom.xml project.xml

Author: rahul
Date: Tue Mar 18 15:44:42 2008
New Revision: 638620

URL: http://svn.apache.org/viewvc?rev=638620&view=rev
Log:
Try to improve the dependencies page on the m2 site by using myfaces-api:1.1.5. Also move the build.xml over to use the m2 repo.

Modified:
    commons/proper/scxml/trunk/build.xml
    commons/proper/scxml/trunk/pom.xml
    commons/proper/scxml/trunk/project.xml

Modified: commons/proper/scxml/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/build.xml?rev=638620&r1=638619&r2=638620&view=diff
==============================================================================
--- commons/proper/scxml/trunk/build.xml (original)
+++ commons/proper/scxml/trunk/build.xml Tue Mar 18 15:44:42 2008
@@ -201,25 +201,25 @@
 
     <setproxy>
     </setproxy>
-    <get dest="${libdir}/junit-3.8.2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.2.jar">
+    <get dest="${libdir}/junit-3.8.2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar">
     </get>
-    <get dest="${libdir}/commons-digester-1.8.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-digester/jars/commons-digester-1.8.jar">
+    <get dest="${libdir}/commons-digester-1.8.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar">
     </get>
-    <get dest="${libdir}/commons-beanutils-1.7.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-beanutils/jars/commons-beanutils-1.7.0.jar">
+    <get dest="${libdir}/commons-beanutils-1.7.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar">
     </get>
-    <get dest="${libdir}/commons-el-1.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-el/jars/commons-el-1.0.jar">
+    <get dest="${libdir}/commons-el-1.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven2/commons-el/commons-el/1.0/commons-el-1.0.jar">
     </get>
-    <get dest="${libdir}/commons-jexl-1.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-jexl/jars/commons-jexl-1.1.jar">
+    <get dest="${libdir}/commons-jexl-1.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven2/commons-jexl/commons-jexl/1.1/commons-jexl-1.1.jar">
     </get>
-    <get dest="${libdir}/commons-logging-1.1.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.1.1.jar">
+    <get dest="${libdir}/commons-logging-1.1.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar">
     </get>
-    <get dest="${libdir}/servletapi-2.4.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/servletapi/jars/servletapi-2.4.jar">
+    <get dest="${libdir}/servletapi-2.4.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven2/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar">
     </get>
-    <get dest="${libdir}/jsp-api-2.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/javax.servlet/jars/jsp-api-2.0.jar">
+    <get dest="${libdir}/jsp-api-2.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven2/javax/servlet/jsp-api/2.0/jsp-api-2.0.jar">
     </get>
-    <get dest="${libdir}/myfaces-all-1.1.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/myfaces/jars/myfaces-all-1.1.0.jar">
+    <get dest="${libdir}/myfaces-api-1.1.5.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven2/org/apache/myfaces/core/myfaces-api/1.1.5/myfaces-api-1.1.5.jar">
     </get>
-    <get dest="${libdir}/xalan-2.6.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/xalan/jars/xalan-2.6.0.jar">
+    <get dest="${libdir}/xalan-2.6.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven2/xalan/xalan/2.6.0/xalan-2.6.0.jar">
     </get>
   </target>
   <target name="install-maven">

Modified: commons/proper/scxml/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/pom.xml?rev=638620&r1=638619&r2=638620&view=diff
==============================================================================
--- commons/proper/scxml/trunk/pom.xml (original)
+++ commons/proper/scxml/trunk/pom.xml Tue Mar 18 15:44:42 2008
@@ -154,9 +154,9 @@
       <optional>true</optional>
     </dependency>
     <dependency>
-      <groupId>myfaces</groupId>
-      <artifactId>myfaces-all</artifactId>
-      <version>1.1.0</version>
+      <groupId>org.apache.myfaces.core</groupId>
+      <artifactId>myfaces-api</artifactId>
+      <version>1.1.5</version>
       <scope>provided</scope>
       <optional>true</optional>
     </dependency>

Modified: commons/proper/scxml/trunk/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/project.xml?rev=638620&r1=638619&r2=638620&view=diff
==============================================================================
--- commons/proper/scxml/trunk/project.xml (original)
+++ commons/proper/scxml/trunk/project.xml Tue Mar 18 15:44:42 2008
@@ -235,9 +235,9 @@
       </properties>
     </dependency>
     <dependency> 
-      <groupId>myfaces</groupId>
-      <artifactId>myfaces-all</artifactId> 
-      <version>1.1.0</version>
+      <groupId>org.apache.myfaces.core</groupId>
+      <artifactId>myfaces-api</artifactId> 
+      <version>1.1.5</version>
       <url>http://myfaces.apache.org/</url>
       <properties>
         <comment>&lt;b&gt;Usecases&lt;/b&gt;