You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2005/07/25 05:11:47 UTC

svn commit: r224685 - in /struts/shale/trunk: build.properties.sample default.properties

Author: wsmoak
Date: Sun Jul 24 20:11:26 2005
New Revision: 224685

URL: http://svn.apache.org/viewcvs?rev=224685&view=rev
Log:
Moving items that a developer is expected to edit into build.properties.sample

Modified:
    struts/shale/trunk/build.properties.sample
    struts/shale/trunk/default.properties

Modified: struts/shale/trunk/build.properties.sample
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build.properties.sample?rev=224685&r1=224684&r2=224685&view=diff
==============================================================================
--- struts/shale/trunk/build.properties.sample (original)
+++ struts/shale/trunk/build.properties.sample Sun Jul 24 20:11:26 2005
@@ -25,6 +25,27 @@
 # $Id:  $
 #
 
+# Fully qualified pathname of the directory containing this file, and the
+# corresponding overall "build.xml" file.  THIS VALUE MUST BE SET CORRECTLY
+# FOR THE BUILD TO FUNCTION!
+root.dir=${user.home}/Apache/struts/current/shale
+
+# Fully qualified pathname of the directory into which you have unpacked
+# a binary distribution of the JavaServer Faces Reference Implementation
+jsfri.dir=/usr/local/jsf-1_1_01
+
+# Fully qualified pathname of the directory containing the "dist" output
+# of a build of the standalone version of Tiles (currently in the Struts
+# Sandbox).
+tiles.dir=${root.dir}/../sandbox/tiles/core-library/dist
+
+# FindBugs Output File
+findbugs.outputFile=${root.dir}/find-bugs.html
+
+# Name of the library repository directory into which we will download
+# our dependencies
+lib.dir=${root.dir}/lib
+
 # The absolute or relative pathname of the directory containing the
 # Jakarta Commons BeanUtils library
 beanutils.home = /usr/local/commons-beanutils-1.7

Modified: struts/shale/trunk/default.properties
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/default.properties?rev=224685&r1=224684&r2=224685&view=diff
==============================================================================
--- struts/shale/trunk/default.properties (original)
+++ struts/shale/trunk/default.properties Sun Jul 24 20:11:26 2005
@@ -17,17 +17,8 @@
 #
 
 
-# -------------------- Required Customzations ----------------------------
-
-
-# Fully qualified pathname of the directory containing this file, and the
-# corresponding overall "build.xml" file.  THIS VALUE MUST BE SET CORRECTLY
-# FOR THE BUILD TO FUNCTION!
-root.dir=${user.home}/Apache/struts/current/shale
+# ------------------------ Optional Customizations -----------------------
 
-# Fully qualified pathname of the directory into which you have unpacked
-# a binary distribution of the JavaServer Faces Reference Implementation
-jsfri.dir=/usr/local/jsf-1_1_01
 
 # Version Identifier to append to artifact filenames, and embed in
 # JavaDoc comments
@@ -36,21 +27,10 @@
 # Location in which state saving should take place (client or server)
 state.saving=client
 
-
-# Fully qualified pathname of the directory containing the "dist" output
-# of a build of the standalone version of Tiles (currently in the Struts
-# Sandbox).
-tiles.dir=${root.dir}/../sandbox/tiles/core-library/dist
-
 # Uncomment the following to compile and execute with MyFaces
 # rather than the JSF Reference Implementation
 #use.myfaces=true
 
-
-
-# ------------------------ Optional Customizations -----------------------
-
-
 # Name of the Maven repository from which we will download dependencies
 # that are freely available
 maven.repo=http://www.ibiblio.org/maven
@@ -67,13 +47,6 @@
 
 # State for the "optimize" attribute of the "javac" task
 compile.optimize=true
-
-# FindBugs Output File
-findbugs.outputFile=${root.dir}/find-bugs.html
-
-# Name of the library repository directory into which we will download
-# our dependencies
-lib.dir=${root.dir}/lib
 
 # State for the "halt on error" attribute for JUnit tests
 test.haltonerror=true



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org