leosimons 2003/11/09 05:34:40
Modified: event maven.xml
component project.xml
store project.xml
Log:
update versions
Revision Changes Path
1.3 +10 -10 avalon-excalibur/event/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/event/maven.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- maven.xml 12 Oct 2003 15:09:06 -0000 1.2
+++ maven.xml 9 Nov 2003 13:34:39 -0000 1.3
@@ -23,7 +23,7 @@
</goal>
<goal name="event:build">
-
+
<echo>
Building the package using the default target "event:build".
@@ -76,7 +76,7 @@
<goal name="event:dist" prereqs="event:build,xdist"/>
<goal
- name="xdist:prepare-bin-filesystem"
+ name="xdist:prepare-bin-filesystem"
description="Builds the jar files.">
<ant:delete dir="${maven.dist.bin.assembly.dir}"/>
@@ -140,7 +140,7 @@
prereqs="xdist:build"
description="Build a complete distribution.">
</goal>
-
+
<goal
name="xdist:build"
prereqs="xdist:build-bin,xdist:build-src"
@@ -155,7 +155,7 @@
</goal>
<goal
- name="xdist:build-bin"
+ name="xdist:build-bin"
prereqs="xdist:build-setup,xdist:prepare-bin-filesystem"
description="Build the binary distribution.">
@@ -164,11 +164,11 @@
<ant:tarfileset dir="${maven.dist.bin.archive.dir}"/>
</ant:tar>
- <ant:gzip
+ <ant:gzip
zipfile="${maven.dist.dir}/${maven.final.name}.tar.gz"
src="${maven.dist.dir}/${maven.final.name}.tar"
/>
-
+
<ant:delete file="${maven.dist.dir}/${maven.final.name}.tar"/>
<!-- Create a zip file -->
@@ -181,17 +181,17 @@
name="xdist:build-src"
prereqs="xdist:build-setup,xdist:prepare-src-filesystem"
description="Build the source distribution.">
-
+
<!-- Create a tar.gz file -->
<ant:tar longfile="gnu" tarfile="${maven.dist.dir}/${maven.final.name}-src.tar">
<ant:tarfileset dir="${maven.dist.src.archive.dir}"/>
</ant:tar>
- <ant:gzip
- zipfile="${maven.dist.dir}/${maven.final.name}-src.tar.gz"
+ <ant:gzip
+ zipfile="${maven.dist.dir}/${maven.final.name}-src.tar.gz"
src="${maven.dist.dir}/${maven.final.name}-src.tar"
/>
-
+
<ant:delete file="${maven.dist.dir}/${maven.final.name}-src.tar"/>
<!-- Create a zip file -->
1.2 +1 -1 avalon-excalibur/component/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/component/project.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- project.xml 9 Nov 2003 12:45:26 -0000 1.1
+++ project.xml 9 Nov 2003 13:34:39 -0000 1.2
@@ -5,7 +5,7 @@
<name>Excalibur Component Manager</name>
<id>excalibur-component</id>
- <currentVersion>1.1-dev</currentVersion>
+ <currentVersion>1.2-dev</currentVersion>
<inceptionYear>1997</inceptionYear>
<shortDescription>A lightweight avalon container</shortDescription>
<description>
1.2 +1 -1 avalon-excalibur/store/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/store/project.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- project.xml 9 Nov 2003 12:47:17 -0000 1.1
+++ project.xml 9 Nov 2003 13:34:40 -0000 1.2
@@ -5,7 +5,7 @@
<name>Excalibur Store</name>
<id>excalibur-store</id>
- <currentVersion>0.6-dev</currentVersion>
+ <currentVersion>1.0-dev</currentVersion>
<inceptionYear>1997</inceptionYear>
<shortDescription>a way to store named objects without caring where or how they
are stored.</shortDescription>
<description>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]