stefano 2003/02/21 14:49:45
Modified: . build.properties
Log:
excluding everything from the webapp for now so that the build works out of the box
(still working on the samples)
Revision Changes Path
1.2 +13 -21 xml-cocoon2/build.properties
Index: build.properties
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.properties 20 Feb 2003 20:08:22 -0000 1.1
+++ build.properties 21 Feb 2003 22:49:45 -0000 1.2
@@ -11,11 +11,11 @@
validate.config=true
validate.xdocs=true
-#exclude.webapp.documentation=true
-#exclude.webapp.javadocs=true
-#exclude.webapp.scratchpad=true
-#exclude.webapp.samples=true
-#exclude.webapp.libs=true
+exclude.webapp.documentation=true
+exclude.webapp.javadocs=true
+exclude.webapp.scratchpad=true
+exclude.webapp.samples=true
+
#exclude.scratchpad=true
#exclude.deprecated=true
@@ -47,14 +47,6 @@
webapp.samples.database.user=sa
webapp.samples.database.password=
-dist.root=dist
-dist=${dist.root}/${name}
-dist.src=${dist}/source
-dist.bin=${dist}/bin
-dist.samples=${dist}/samples
-
-site=../xml-site/targets/cocoon
-
tools=tools
tools.lib=${tools}/lib
tools.src=${tools}/src
@@ -96,18 +88,18 @@
build.temp=${build}/temp
build.samples=${build}/samples
build.blocks=${build}/blocks
-
+build.scratchpad=${build}/scratchpad
+build.deprecated=${build}/deprecated
build.webapp=${build}/webapp
build.webapp.lib=${build}/webapp/WEB-INF/lib
-
build.war=${build}/${name}.war
#build.xsp.precompile=true
-build.scratchpad=${build}/scratchpad
-build.scratchpad.src=${build.scratchpad}/src
-build.scratchpad.dest=${build.scratchpad}/classes
+dist.root=dist
+dist=${dist.root}/${name}
+dist.src=${dist}/source
+dist.bin=${dist}/bin
+dist.samples=${dist}/samples
-build.deprecated=${build}/deprecated
-build.deprecated.src=${build.deprecated}/src
-build.deprecated.dest=${build.deprecated}/classes
+site=../xml-site/targets/cocoon
\ No newline at end of file