Return-Path: Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 64176 invoked by uid 500); 3 Jul 2003 00:54:44 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 64151 invoked by uid 500); 3 Jul 2003 00:54:44 -0000 Delivered-To: apmail-cocoon-2.0-cvs@apache.org Received: (qmail 64148 invoked from network); 3 Jul 2003 00:54:44 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 3 Jul 2003 00:54:44 -0000 Received: (qmail 82194 invoked by uid 1342); 3 Jul 2003 00:54:43 -0000 Date: 3 Jul 2003 00:54:43 -0000 Message-ID: <20030703005443.82193.qmail@icarus.apache.org> From: vgritsenko@apache.org To: cocoon-2.0-cvs@apache.org Subject: cvs commit: cocoon-2.0 build.properties build.xml database.properties X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vgritsenko 2003/07/02 17:54:43 Modified: . build.xml Added: . build.properties Removed: . database.properties Log: update build script: move properties out into the build.properties file Revision Changes Path 1.3 +153 -233 cocoon-2.0/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/cocoon-2.0/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- build.xml 15 May 2003 14:24:19 -0000 1.2 +++ build.xml 3 Jul 2003 00:54:43 -0000 1.3 @@ -98,7 +98,7 @@ Happy hacking from the Apache Cocoon Dev Team :) -CVS: $Id: +CVS: $Id$ ============================================================================ --> @@ -108,24 +108,14 @@ Give user a chance to override without editing this file (and without typing -D each time he compiles it) --> - - - - - - - - - + + + - @@ -194,17 +184,6 @@ - - - - - - - - - - - @@ -219,61 +198,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -287,8 +212,7 @@ - - + @@ -304,7 +228,6 @@ target="1.2" nowarn="on" classpathref="anttasks.classpath"/> - @@ -331,7 +254,6 @@ - @@ -359,6 +281,7 @@ + @@ -377,12 +300,12 @@ + property="poi.proper.present" + classname="org.apache.poi.poifs.common.POIFSConstants"/> + property="commons.logging.present" + classname="org.apache.commons.logging.LogFactory"/> @@ -396,74 +319,74 @@ + property="pizza.present" + classname="net.sf.pizzacompiler.compiler.Main"/> + property="xmldb.present" + classname="org.xmldb.api.DatabaseManager"/> + property="xindice.present" + classname="org.apache.xindice.client.xmldb.DatabaseImpl"/> + property="jfor.present" + classname="org.jfor.jfor.converter.Converter"/> + property="servlet.present" + classname="javax.servlet.http.HttpServlet"/> + property="bsf.present" + classname="com.ibm.bsf.BSFException"/> + property="rhino.compiler.present" + classname="org.mozilla.javascript.tools.jsc.Main"/> + property="rhino.interpreter.present" + classname="org.mozilla.javascript.Context"/> + property="python.present" + classname="org.python.core.Py"/> + property="jstyle.present" + classname="jstyle.JSFormatter"/> + property="xpath.present" + classname="org.apache.xpath.XPathAPI"/> + property="deli.present" + classname="com.hp.hpl.deli.Profile"/> + property="velocity.present" + classname="org.apache.velocity.app.Velocity"/> + property="resolver.present" + classname="org.apache.xml.resolver.Resolver"/> - + - + - + @@ -471,44 +394,44 @@ + property="php.present" + classname="net.php.servlet"/> + property="xt.present" + classname="com.jclark.xsl.sax.XMLProcessorImpl"/> + property="naming.present" + classname="javax.naming.Context"/> + property="svg.present" + classname="org.apache.batik.transcoder.Transcoder"/> + property="fop.present" + classname="org.apache.fop.apps.Driver"/> + property="tidy.present" + classname="org.w3c.tidy.Tidy"/> + property="maybeupload.present" + classname="uk.co.weft.maybeupload.MaybeUploadRequestWrapper"/> + property="lucene.present" + classname="org.apache.lucene.search.Searcher"/> + property="hsqldb.present" + classname="org.hsqldb.Server"/> + property="jisp.present" + classname="com.coyotegulch.jisp.IndexedObjectDatabase"/> @@ -894,19 +817,19 @@ --> - + - - + @@ -953,14 +876,13 @@ - + nowarn="${compiler.nowarn}"> @@ -982,15 +904,15 @@ - + + nowarn="${compiler.nowarn}"> @@ -1009,9 +931,9 @@ @@ -1069,7 +991,7 @@ - + @@ -1194,21 +1116,21 @@ - + - - - - - + + + + + @@ -1216,17 +1138,17 @@ - - - - - + + + + + @@ -1855,7 +1777,7 @@ - + @@ -1866,9 +1788,9 @@ @@ -1913,9 +1835,9 @@ + tofile="${build.dir}/current-jars.xml" + filtering="yes" + overwrite="yes"> @@ -1923,23 +1845,23 @@ + token="${path.separator}" value="</jar> <jar>"/> + token="${user.dir}${file.separator}lib${file.separator}" value=""/> + token="${basedir}${file.separator}lib${file.separator}" value=""/> + token="${file.separator}" value="/"/> @@ -1952,41 +1874,41 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2066,9 +1988,7 @@ - - 1.1 cocoon-2.0/build.properties Index: build.properties =================================================================== #---------------------------------------------- # Cocoon Build Properties #---------------------------------------------- # CVS: $Id: build.properties,v 1.1 2003/07/03 00:54:43 vgritsenko Exp $ # # NOTE: don't modify this file directly but copy the properties you need # to modify over to a file named 'local.build.properties' and modify that. # The build system will override these properties with the ones in the # 'local.build.properties' file. # ---- Includes ---------------------------------------------------------------- include.webapp.libs=yes include.scratchpad.libs=yes # ---- Database ---------------------------------------------------------------- # Specify the Driver Class. database-driver=org.hsqldb.jdbcDriver # Specify the URL for the Database database-url=jdbc:hsqldb:hsql://localhost:9002 # Specify the user id database-user=sa # Specify the password database-password= # ---- Compilation ------------------------------------------------------------- compiler=classic compiler.debug=on compiler.optimize=on compiler.deprecation=off compiler.nowarn=on # ------ System Properties ----------------------------------------------------- # WARNING: you shouldn't need to modify anything below here since there is a # very high change of breaking the build system. Do it only if you know what # you're doing. # Cocoon Constants name=cocoon fullname=Apache Cocoon Name=Cocoon # This is the current CVS version version=2.0.5-dev # This is the latest official release released.version=2.0.4 year=1999-2003 # Build Directories Layout build.root=./build build.dir=${build.root}/${name} build.src=${build.dir}/src build.test=${build.dir}/test build.dest=${build.dir}/classes build.mocks=${build.dir}/mock-classes build.docs=${build.dir}/docs build.xdocs=${build.dir}/xdocs build.docs.printer=${build.dir}/printer-docs build.docs.loglevel=INFO build.war=${build.dir}/webapp build.javadocs=${build.dir}/javadocs build.xjavadocs=${build.dir}/xjavadocs build.context=${build.dir}/documentation build.scratchpad=${build.dir}/scratchpad build.scratchpad.src=${build.scratchpad}/src build.scratchpad.dest=${build.scratchpad}/classes build.work=${build.dir}/work dist.root=./dist dist.name=${name}-${version} dist.dir=${dist.root}/${dist.name} dist.src.dir=${dist.root}/source/${dist.name} dist.bin.dir=${dist.root}/bin/${dist.name} dist.target=${dist.root} # Directories Layout src.dir=./src java.dir=${src.dir}/java mocks.dir=${src.dir}/mocks test.dir=${src.dir}/test lib.dir=./lib tools.dir=./tools docs.dir=${src.dir}/documentation/xdocs images.dir=${src.dir}/documentation/images webapp.dir=${src.dir}/webapp resource.dir=${src.dir}/resources packages=org.apache context.dir=${src.dir}/documentation scratchpad.dir=${src.dir}/scratchpad scratchpad.src=${scratchpad.dir}/src scratchpad.lib=${scratchpad.dir}/lib scratchpad.webapp=${scratchpad.dir}/webapp scratchpad.name=cocoon-scratchpad site=../cocoon-site/site/2.0