You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2005/03/17 09:48:53 UTC

svn commit: r157917 - cocoon/trunk/build.properties

Author: cziegeler
Date: Thu Mar 17 00:48:52 2005
New Revision: 157917

URL: http://svn.apache.org/viewcvs?view=rev&rev=157917
Log:
Move IDE properties to a more visible place as they can be changed by a user

Modified:
    cocoon/trunk/build.properties

Modified: cocoon/trunk/build.properties
URL: http://svn.apache.org/viewcvs/cocoon/trunk/build.properties?view=diff&r1=157916&r2=157917
==============================================================================
--- cocoon/trunk/build.properties (original)
+++ cocoon/trunk/build.properties Thu Mar 17 00:48:52 2005
@@ -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.
@@ -73,6 +73,11 @@
 #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
@@ -98,7 +103,7 @@
 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
@@ -111,7 +116,8 @@
 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 -------------------------------------------------------------
@@ -123,8 +129,7 @@
 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