asavory 2003/08/31 15:22:35
Modified: . INSTALL.src
Log:
Fixing name of manual build target
Revision Changes Path
1.2 +2 -2 cocoon-2.0/INSTALL.src
Index: INSTALL.src
===================================================================
RCS file: /home/cvs/cocoon-2.0/INSTALL.src,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- INSTALL.src 8 Mar 2003 23:59:51 -0000 1.1
+++ INSTALL.src 31 Aug 2003 22:22:35 -0000 1.2
@@ -63,8 +63,8 @@
To do this you simply have to type, depending on your operating system
- [unix] ./build.sh -Dinclude.webapp.libs=yes
-Dinstall.war=$TOMCAT_HOME/webapps webapp
- [win32] .\build.bat -Dinclude.webapp.libs=yes
-Dinstall.war=%TOMCAT_HOME%\webapps webapp
+ [unix] ./build.sh -Dinclude.webapp.libs=yes
-Dinstall.war=$TOMCAT_HOME/webapps war
+ [win32] .\build.bat -Dinclude.webapp.libs=yes
-Dinstall.war=%TOMCAT_HOME%\webapps war
This will create the "cocoon.war" file in the './build/cocoon'
directory. It also changes all references to that directory in the