You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by an...@apache.org on 2006/10/24 05:00:38 UTC

svn commit: r467207 - in /ant/core/trunk/src/etc/poms: README.txt ant-nodeps/pom.xml ant-trax/pom.xml ant/pom.xml

Author: antoine
Date: Mon Oct 23 20:00:37 2006
New Revision: 467207

URL: http://svn.apache.org/viewvc?view=rev&rev=467207
Log:
getting better, I found the xercesImpl and the xml-apis that we are using on the Maven repository.
And I did an upload request for jsch-0.1.29

Modified:
    ant/core/trunk/src/etc/poms/README.txt
    ant/core/trunk/src/etc/poms/ant-nodeps/pom.xml
    ant/core/trunk/src/etc/poms/ant-trax/pom.xml
    ant/core/trunk/src/etc/poms/ant/pom.xml

Modified: ant/core/trunk/src/etc/poms/README.txt
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/README.txt?view=diff&rev=467207&r1=467206&r2=467207
==============================================================================
--- ant/core/trunk/src/etc/poms/README.txt (original)
+++ ant/core/trunk/src/etc/poms/README.txt Mon Oct 23 20:00:37 2006
@@ -6,8 +6,6 @@
 Libs not available in the maven repository
 
 groupId          artifactId       version   comment
-xerces           xerces-impl      2.8.1     the xercesImpl.jar supplied with ant is the right one
-xml-apis         xml-apis         2.8.1     the xml-apis.jar supplied with ant is the right one
 com.bea          weblogic         8.1.3.0   download it
 com.bea          weblogicclasses  5.1       a newer version can do.
 jai              jai-core         1.1.2_01  download jai from sun
@@ -39,8 +37,6 @@
 
 TODO :
 
- * write MAVEN-UPLOAD request for xerces, xml-apis, and jsch.
-
  * see if the dependency to weblogicclasses.jar can be replaced by a dependency to some j2ee.jar from Sun,
 as it supplies some javax.ejb classes which are required at compile time.
 
@@ -57,4 +53,6 @@
 about skipping tests :
 http://maven.apache.org/plugins/maven-surefire-plugin/examples/skipping-test.html
 
+upload request for jsch-0.1.29
+http://jira.codehaus.org/browse/MAVENUPLOAD-1197
   

Modified: ant/core/trunk/src/etc/poms/ant-nodeps/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-nodeps/pom.xml?view=diff&rev=467207&r1=467206&r2=467207
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-nodeps/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-nodeps/pom.xml Mon Oct 23 20:00:37 2006
@@ -25,7 +25,7 @@
       XML files, particularly the build files, if the JDK does not provide a parser
       xercesImpl.jar is provided with ant -->
       <groupId>xerces</groupId>
-      <artifactId>xerces-impl</artifactId>
+      <artifactId>xercesImpl</artifactId>
       <version>2.8.1</version>
       <optional>true</optional>
       <scope>runtime</scope>
@@ -37,7 +37,7 @@
         a version of xml-apis.jar is delivered with ant -->
       <groupId>xml-apis</groupId>
       <artifactId>xml-apis</artifactId>
-      <version>2.8.1</version>
+      <version>1.3.03</version>
       <optional>true</optional>
       <scope>compile</scope>
     </dependency>

Modified: ant/core/trunk/src/etc/poms/ant-trax/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-trax/pom.xml?view=diff&rev=467207&r1=467206&r2=467207
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-trax/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-trax/pom.xml Mon Oct 23 20:00:37 2006
@@ -25,7 +25,7 @@
       XML files, particularly the build files, if the JDK does not provide a parser
       xercesImpl.jar is provided with ant -->
       <groupId>xerces</groupId>
-      <artifactId>xerces-impl</artifactId>
+      <artifactId>xercesImpl</artifactId>
       <version>2.8.1</version>
       <optional>true</optional>
       <scope>runtime</scope>
@@ -37,7 +37,7 @@
         a version of xml-apis.jar is delivered with ant -->
       <groupId>xml-apis</groupId>
       <artifactId>xml-apis</artifactId>
-      <version>2.8.1</version>
+      <version>1.3.03</version>
       <optional>true</optional>
       <scope>compile</scope>
     </dependency>

Modified: ant/core/trunk/src/etc/poms/ant/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant/pom.xml?view=diff&rev=467207&r1=467206&r2=467207
==============================================================================
--- ant/core/trunk/src/etc/poms/ant/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant/pom.xml Mon Oct 23 20:00:37 2006
@@ -29,7 +29,7 @@
       XML files, particularly the build files, if the JDK does not provide a parser
         xercesImpl.jar is provided with ant -->
       <groupId>xerces</groupId>
-      <artifactId>xerces-impl</artifactId>
+      <artifactId>xercesImpl</artifactId>
       <version>2.8.1</version>
       <optional>true</optional>
       <scope>runtime</scope>
@@ -41,7 +41,7 @@
       a version of xml-apis.jar is delivered with ant -->
       <groupId>xml-apis</groupId>
       <artifactId>xml-apis</artifactId>
-      <version>2.8.1</version>
+      <version>1.3.03</version>
       <optional>true</optional>
       <scope>compile</scope>
     </dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org