cmlenz 2003/06/30 07:13:03
Modified: . build-common.xml
samples/servlet build.xml
Log:
Don't repeat the name of the project in the dist/bin directory
Revision Changes Path
1.26 +1 -1 jakarta-cactus/build-common.xml
Index: build-common.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/build-common.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- build-common.xml 30 Jun 2003 14:11:49 -0000 1.25
+++ build-common.xml 30 Jun 2003 14:13:03 -0000 1.26
@@ -199,7 +199,7 @@
<!-- The Sample Servlet dist -->
<property name="cactus.samples.servlet.bin"
- location="samples/servlet/dist-${j2ee.api}/bin/cactus-sample-servlet"/>
+ location="samples/servlet/dist-${j2ee.api}/bin"/>
</target>
1.32 +1 -2 jakarta-cactus/samples/servlet/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/samples/servlet/build.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- build.xml 29 Jun 2003 11:12:51 -0000 1.31
+++ build.xml 30 Jun 2003 14:13:03 -0000 1.32
@@ -354,8 +354,7 @@
description="Generate the distributable files">
<mkdir dir="${dist.bin.dir}"/>
-
- <copy todir="${dist.bin.dir}/${project.name.file}">
+ <copy todir="${dist.bin.dir}">
<fileset dir="${target.sample.dir}"/>
</copy>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]