Author: cziegeler
Date: Thu Mar 17 00:58:51 2005
New Revision: 157921

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

Modified:
    cocoon/branches/BRANCH_2_1_X/build.properties

Modified: cocoon/branches/BRANCH_2_1_X/build.properties
URL: 
http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/build.properties?view=diff&r1=157920&r2=157921
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/build.properties (original)
+++ cocoon/branches/BRANCH_2_1_X/build.properties Thu Mar 17 00:58:51 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.
@@ -74,6 +74,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
@@ -99,7 +104,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
@@ -112,7 +117,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 
-------------------------------------------------------------
@@ -124,8 +130,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
@@ -169,10 +174,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


Reply via email to