dion 2003/12/09 19:38:52
Modified: . Tag: MAVEN-1_0-BRANCH project.xml
Added: xdocs/images Tag: MAVEN-1_0-BRANCH maven.gif
apache-maven-project.png
Log:
Catch up from head
Revision Changes Path
No revision
No revision
1.1.2.1 +0 -0 maven/xdocs/images/maven.gif
<<Binary file>>
1.1.2.1 +0 -0 maven/xdocs/images/apache-maven-project.png
<<Binary file>>
No revision
No revision
1.317.4.4 +10 -6 maven/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven/project.xml,v
retrieving revision 1.317.4.3
retrieving revision 1.317.4.4
diff -u -r1.317.4.3 -r1.317.4.4
--- project.xml 9 Dec 2003 23:29:09 -0000 1.317.4.3
+++ project.xml 10 Dec 2003 03:38:52 -0000 1.317.4.4
@@ -7,12 +7,12 @@
<currentVersion>1.0-rc2-SNAPSHOT</currentVersion>
<organization>
<name>Apache Software Foundation</name>
- <url>http://jakarta.apache.org/</url>
- <logo>/images/apache-maven.png</logo>
+ <url>http://www.apache.org/</url>
+ <logo>/images/apache-maven-project.png</logo>
</organization>
<inceptionYear>2001</inceptionYear>
<package>org.apache.maven</package>
- <logo>/images/maven.jpg</logo>
+ <logo>/images/maven.gif</logo>
<!-- Gump integration -->
<gumpRepositoryId>maven</gumpRepositoryId>
@@ -392,6 +392,7 @@
<dependencies>
<!-- leave dom4j as the first entry or the tests fail -->
+
<dependency>
<id>dom4j</id>
<version>1.4-dev-8</version>
@@ -421,6 +422,7 @@
<version>1.4.1</version>
<url>http://jakarta.apache.org/commons/digester.html</url>
</dependency>
+
<dependency>
<id>commons-jelly</id>
<version>20030902.160215</version>
@@ -464,8 +466,9 @@
<version>1.0-beta-10</version>
<url>http://werkz.codehaus.org/</url>
</dependency>
-
+
<!-- Runtime dependencies -->
+
<dependency>
<id>commons-beanutils</id>
<version>1.6.1</version>
@@ -510,10 +513,11 @@
<version>1.0</version>
<url>http://cvs.apache.org/viewcvs.cgi/xml-commons/java/src/org/apache/env/</url>
</dependency>
-
<!-- this is a dependency, but as the classes ship with ant, bootstrap will
fail with linkage errors if it's included and the junit tests are not
- forked -->
+ forked
+-->
+
<dependency>
<id>xml-apis</id>
<version>1.0.b2</version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]