/[Apache-SVN]/cocoon/branches/BRANCH_2_1_X/build.properties
ViewVC logotype

Diff of /cocoon/branches/BRANCH_2_1_X/build.properties

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- cocoon/branches/BRANCH_2_1_X/build.properties	2005/03/17 08:55:27	157920
+++ cocoon/branches/BRANCH_2_1_X/build.properties	2005/03/17 08:58:51	157921
@@ -1,4 +1,4 @@
-#  Copyright 1999-2004 The Apache Software Foundation
+#  Copyright 1999-2005 The Apache Software Foundation
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
@@ -74,6 +74,11 @@ junit.test.debugport=8000
 #junit.testcase=org.apache.cocoon.util.test.NetUtilsTestCase
 junit.test.loglevel=0
 
+# ---- IDE ---------------------------------------------------------------------
+
+ide.eclipse.outputdir=${build.root}/eclipse/classes
+ide.eclipse.export.libs=false
+
 # ---- Build -------------------------------------------------------------------
 
 build.root=build
@@ -99,7 +104,7 @@ build.mounttable=../../mount-table.xml
 build.docs.loglevel=ERROR
 build.docs.printer.loglevel=ERROR
 
-# ------ Webapp Build Properties -----------------------------------------------
+# ---- Webapp Build Properties -------------------------------------------------
 
 build.webapp=${build.root}/webapp
 build.webapp.webinf=${build.webapp}/WEB-INF
@@ -112,7 +117,8 @@ build.webapp.javadocs=${build.webapp}/ap
 build.webapp.loglevel=INFO
 build.war=${build}/${name}.war
 
-# ------ Standalone-demo Build Properties --------------------------------------
+# ---- Standalone-demo Build Properties ----------------------------------------
+
 build.standalone.demo=${build.root}/standalone-demo
 
 # ---- Compilation -------------------------------------------------------------
@@ -124,8 +130,7 @@ compiler.deprecation=off
 compiler.nowarn=on
 source.vm=1.3
 
-
-# ------ System Properties -----------------------------------------------------
+# ---- 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
@@ -170,10 +175,6 @@ tools.loader.src=${tools.src}/loader
 tools.loader.dest=${tools}/loader
 tools.jetty=${tools}/jetty
 
-# IDE
-ide.eclipse.outputdir=${build.root}/eclipse/classes
-ide.eclipse.export.libs=false
-
 # Libraries
 lib=lib
 lib.core=${lib}/core

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26