proyal 2003/02/04 06:13:06
Modified: . build.xml
Log:
Have the dist.dir be inside dist.base (otherwise what's the use?)
Revision Changes Path
1.158 +1 -1 jakarta-avalon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon/build.xml,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- build.xml 3 Feb 2003 21:36:09 -0000 1.157
+++ build.xml 4 Feb 2003 14:13:06 -0000 1.158
@@ -136,7 +136,7 @@
<classpath refid="project.class.path"/>
</available>
- <property name="dist.dir" value="${dist.name}"/>
+ <property name="dist.dir" value="${dist.base}/${dist.name}"/>
<property name="dist.bin" value="${dist.dir}/bin"/>
<property name="dist.apps" value="${dist.dir}/apps"/>
<property name="dist.lib" value="${dist.dir}/lib"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]