dflorey 2004/10/17 10:19:20
Modified: i18n project.xml project.properties
Log:
Revision Changes Path
1.9 +5 -7 jakarta-commons-sandbox/i18n/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/i18n/project.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- project.xml 9 Oct 2004 14:28:47 -0000 1.8
+++ project.xml 17 Oct 2004 17:19:20 -0000 1.9
@@ -53,10 +53,8 @@
<dependencies>
<dependency>
- <groupId>xml-im-exporter</groupId>
- <artifactId>xml-im-exporter</artifactId>
- <version>1.1</version>
- <url>http://sourceforge.net/projects/xml-im-exporter/index.html</url>
+ <id>commons-xmlio</id>
+ <version>0.1pre</version>
</dependency>
</dependencies>
1.8 +1 -1 jakarta-commons-sandbox/i18n/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/i18n/project.properties,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- project.properties 13 Oct 2004 16:11:12 -0000 1.7
+++ project.properties 17 Oct 2004 17:19:20 -0000 1.8
@@ -28,4 +28,4 @@
# ------------------------------------------------------------------------
# Jars set explicity by path.
# ------------------------------------------------------------------------
-maven.jar.xml-im-exporter = ${basedir}/lib/xml-im-exporter1.1.jar
\ No newline at end of file
+maven.jar.commons-xmlio = ${basedir}/lib/commons-xmlio-0.1pre.jar
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org
|