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/27 07:01:26 UTC

svn commit: r225451 - in /struts/shale/trunk: build.properties.sample build.xml core-library/build.xml

Author: wsmoak
Date: Tue Jul 26 22:01:14 2005
New Revision: 225451

URL: http://svn.apache.org/viewcvs?rev=225451&view=rev
Log:
Added 'dist' to global build file to allow building all modules at once.
Moved Spring WebFlow properties to the sample properties file
Fixed location of tiles-core.jar file

Modified:
    struts/shale/trunk/build.properties.sample
    struts/shale/trunk/build.xml
    struts/shale/trunk/core-library/build.xml

Modified: struts/shale/trunk/build.properties.sample
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build.properties.sample?rev=225451&r1=225450&r2=225451&view=diff
==============================================================================
--- struts/shale/trunk/build.properties.sample (original)
+++ struts/shale/trunk/build.properties.sample Tue Jul 26 22:01:14 2005
@@ -97,3 +97,7 @@
 # the "findbugs" tool (http://findbugs.sourceforge/net/)
 findbugs.home = /usr/local/findbugs-0.8.6
 
+# The location and name of the Spring WebFlow JAR file
+# REQUIRED to build core-library during WebFlow/JSF integration development
+webflow.home=/usr/local/spring-webflow-pr4
+spring-webflow.jar=${webflow.home}/spring-webflow-pr4.jar

Modified: struts/shale/trunk/build.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build.xml?rev=225451&r1=225450&r2=225451&view=diff
==============================================================================
--- struts/shale/trunk/build.xml (original)
+++ struts/shale/trunk/build.xml Tue Jul 26 22:01:14 2005
@@ -282,7 +282,7 @@
 
 
   <target        name="clean"
-          description="Execute 'clean' all all modules">
+          description="Execute 'clean' on all modules">
 
     <antcall   target="execute">
       <param     name="target"
@@ -291,6 +291,16 @@
 
   </target>
 
+  <target        name="dist"
+          description="Execute 'dist' on all modules">
+
+    <antcall   target="execute">
+      <param     name="target"
+                value="dist"/>
+    </antcall>
+
+  </target>
+
 
 
   <!-- =================== Initialize Local Repository ===================== -->
@@ -471,7 +481,7 @@
 
     <mkdir        dir="${lib.dir}/tiles"/>
     <copy       todir="${lib.dir}/tiles"
-                 file="${tiles.dir}/lib/tiles-core.jar"/>
+                 file="${tiles.dir}/dist/lib/tiles-core.jar"/>
 
   </target>
 

Modified: struts/shale/trunk/core-library/build.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/build.xml?rev=225451&r1=225450&r2=225451&view=diff
==============================================================================
--- struts/shale/trunk/core-library/build.xml (original)
+++ struts/shale/trunk/core-library/build.xml Tue Jul 26 22:01:14 2005
@@ -67,7 +67,7 @@
                                     value="${spring.home}/spring-context.jar"/>
   <property name="spring-core.jar"  value="${spring.home}/spring-core.jar"/>
   <property name="spring-web.jar"   value="${spring.home}/spring-web.jar"/>
-  <property name="spring-webflow.jar" value="${spring.home}/spring-webflow.jar"/>    
+
   <property name="tiles.jar"        value="${tiles.dir}/dist/lib/tiles-core.jar"/>
 
 



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