cziegeler 2003/01/08 00:48:36
Modified: . build.xml
Log:
Removed the include.scratchpad.libs property - include.webapp.libs is sufficient
Revision Changes Path
1.303 +3 -4 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.302
retrieving revision 1.303
diff -u -r1.302 -r1.303
--- build.xml 7 Jan 2003 13:59:43 -0000 1.302
+++ build.xml 8 Jan 2003 08:48:35 -0000 1.303
@@ -375,7 +375,6 @@
<!-- tell the install target to include all libs in dist -->
<property name="include.webapp.libs" value="true"/>
- <property name="include.scratchpad.libs" value="true"/>
<!-- call install target -->
<antcall target="install"/>
@@ -1446,7 +1445,7 @@
<!-- =================================================================== -->
<!-- Prepares the webapp directories for scratchpad -->
<!-- =================================================================== -->
- <target name="prepare-webapp-scratchpad" depends="copy-webapp"
if="include.scratchpad.libs">
+ <target name="prepare-webapp-scratchpad" depends="copy-webapp"
if="include.webapp.libs">
<if>
<istrue value="${cocoon.webapp.scratchpad.include}"/>
<then>
@@ -1558,7 +1557,7 @@
<!-- =================================================================== -->
<!-- Prepares the scratchpad libraries for the war package -->
<!-- =================================================================== -->
- <target name="copy-scratchpad-libs" depends="copy-webapp-libs"
if="include.scratchpad.libs">
+ <target name="copy-scratchpad-libs" depends="copy-webapp-libs"
if="include.webapp.libs">
<if>
<istrue value="${cocoon.webapp.scratchpad.include}"/>
<then>
@@ -1574,7 +1573,7 @@
</if>
</target>
- <target name="prepare-scratchpad-libs" depends="copy-scratchpad-libs,
prepare-webapp-libs" if="include.scratchpad.libs">
+ <target name="prepare-scratchpad-libs" depends="copy-scratchpad-libs,
prepare-webapp-libs" if="include.webapp.libs">
<if>
<istrue value="${cocoon.webapp.scratchpad.include}"/>
<then>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]