gdaniels 2003/02/10 10:51:50
Modified: java/xmls properties.xml
Log:
Fix bug:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16939
2002 -> 2003 (why is this a property at all? Can't we get it from the system?)
Thanks to [EMAIL PROTECTED]
Revision Changes Path
1.38 +5 -2 xml-axis/java/xmls/properties.xml
Index: properties.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/xmls/properties.xml,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- properties.xml 7 Feb 2003 16:50:37 -0000 1.37
+++ properties.xml 10 Feb 2003 18:51:50 -0000 1.38
@@ -13,9 +13,12 @@
<property file="${user.home}/build.properties"/>
<property name="axis.version" value="1.1RC1" />
+<!-- This should be the version # above with dots replaced by underscores -->
+<property name="axis.dirname" value="1_1RC1" />
+
<property name="name" value="axis" />
<property name="Name" value="Axis" />
-<property name="year" value="2002" />
+<property name="year" value="2003" />
<property name="jaxrpc" value="jaxrpc" />
<property name="saaj" value="saaj" />
@@ -72,7 +75,7 @@
<property name="build.webapp" location="${build.dir}/webapps/axis"/>
<property name="webapp" location="${axis.home}/webapps/axis" />
-<property name="dist.dir" location="${axis.home}/axis-1_1beta" />
+<property name="dist.dir" location="${axis.home}/axis-${axis.dirname}" />
<property name="test.setup.dir" location="${test.dir}/setup" />
<property name="test.build.dir" location="${build.dir}/test/" />