Author: dgeary
Date: Sat Apr 16 10:02:29 2005
New Revision: 161585
URL: http://svn.apache.org/viewcvs?view=rev&rev=161585
Log:
Removed redundant property definitions from build.xml in core-library. Those
properties are defined in build.properties.sample
Modified:
struts/shale/trunk/core-library/build.properties.sample
struts/shale/trunk/core-library/build.xml
Modified: struts/shale/trunk/core-library/build.properties.sample
URL:
http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/build.properties.sample?view=diff&r1=161584&r2=161585
==============================================================================
--- struts/shale/trunk/core-library/build.properties.sample (original)
+++ struts/shale/trunk/core-library/build.properties.sample Sat Apr 16 10:02:29
2005
@@ -37,10 +37,6 @@
# Jakarta Commons Digester library
digester.home = /usr/local/commons-digester-1.6
-# (Optional) The absolute or relative pathname of the directory containing
-# the "findbugs" tool (http://findbugs.sourceforge/net/)
-findbugs.home = /usr/local/findbugs-0.8.6
-
# The absolute or relative pathname of the JavaServer Faces
# implementation
jsf.home = /usr/local/jsf-1_1_01
@@ -56,11 +52,15 @@
# Servlet API classes JAR file (servlet.jar)
server.home = /usr/local/jakarta-tomcat-5.0.28
-# (OPTIONAL) The absolute or relative pathname to the "dist" directory
-# of the Spring Framework distribution (version 1.1.5 or later)
-spring.home=/usr/local/spring-framework-1.1.5/dist
-
# The absolute or relative pathname of the Apache Struts
# distribution
struts.home = /usr/local/jakarta-struts
+
+# (OPTIONAL) The absolute or relative pathname to the "dist" directory
+# of the Spring Framework distribution (version 1.1.5 or later)
+spring.home=/usr/local/spring-framework-1.1.5
+
+# (Optional) The absolute or relative pathname of the directory containing
+# the "findbugs" tool (http://findbugs.sourceforge/net/)
+findbugs.home = /usr/local/findbugs-0.8.6
Modified: struts/shale/trunk/core-library/build.xml
URL:
http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/build.xml?view=diff&r1=161584&r2=161585
==============================================================================
--- struts/shale/trunk/core-library/build.xml (original)
+++ struts/shale/trunk/core-library/build.xml Sat Apr 16 10:02:29 2005
@@ -33,16 +33,7 @@
<!-- Dependency home directory defaults -->
- <property name="beanutils.home"
value="/usr/local/commons-beanutils-1.7.0"/>
- <property name="chain.home" value="/usr/local/commons-chain-1.0"/>
- <property name="digester.home" value="/usr/local/commons-digester-1.6"/>
- <property name="findbugs.home" value="/usr/local/findbugs-0.8.6"/>
- <property name="jsf.home" value="/usr/local/jsf-1_1_01"/>
- <property name="junit.home" value="/usr/local/junit-3.8.1"/>
- <property name="logging.home" value="/usr/local/commons-logging-1.0.4"/>
- <property name="server.home" value="/usr/local/jakarta-tomcat-5.0.28"/>
<property name="shale-test.home"
value="${basedir}/../struts-shale-test/dist"/>
- <property name="spring.home"
value="/usr/local/spring-framework-1.2-rc1"/>
<!-- Dependency library defaults -->
<property name="commons-beanutils.jar"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]