mcconnell 2003/01/19 07:13:05
Modified: thread default.properties
Log:
Switch version and package version do that the manifest info is correct and
updated the jar.name property to reflect the package version.
Revision Changes Path
1.16 +4 -4 jakarta-avalon-excalibur/thread/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/thread/default.properties,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- default.properties 19 Jan 2003 14:20:59 -0000 1.15
+++ default.properties 19 Jan 2003 15:13:05 -0000 1.16
@@ -8,8 +8,8 @@
name=excalibur-thread
Name=Excalibur Thread
dir-name=thread
-version=1.1
-package-version=0.99
+version=1.0
+package-version=1.1
year=2000-2003
# --------------------------------------------------
@@ -93,10 +93,10 @@
dist.javadocs = ${docs.dir}/api
# name of .zip/.tar.gz/.bz2 files and their top-level directory
-dist.name = ${name}-${version}
+dist.name = ${name}-${package-version}
# name of jar file
-jar.name = ${name}-${version}.jar
+jar.name = ${name}-${package-version}.jar
# property indicating directory where all distribution archives are placed
dist.base = distributions
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>