Author: agilliland
Date: Tue Apr 17 12:38:37 2007
New Revision: 529729
URL: http://svn.apache.org/viewvc?view=rev&rev=529729
Log:
adding tiles2 jars to the struts2 libs and including struts2 jars in Roller
build process now.
Added:
roller/trunk/tools/struts-2.0.5/lib/struts2-tiles-plugin-2.0.5.jar (with
props)
roller/trunk/tools/struts-2.0.5/lib/tiles-api-2.0-20070130.184344-3.jar
(with props)
roller/trunk/tools/struts-2.0.5/lib/tiles-core-2.0-20070130.184344-3.jar
(with props)
Modified:
roller/trunk/build.xml
roller/trunk/properties.xmlf
Modified: roller/trunk/build.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/build.xml?view=diff&rev=529729&r1=529728&r2=529729
==============================================================================
--- roller/trunk/build.xml (original)
+++ roller/trunk/build.xml Tue Apr 17 12:38:37 2007
@@ -419,6 +419,7 @@
<fileset refid="hibernate.jars" />
<fileset refid="commons.jars" />
<fileset refid="struts.jars" />
+ <fileset refid="struts2.jars" />
<fileset refid="spring.jars" />
<fileset refid="jstl.jars" />
<fileset refid="xmlrpc.jars" />
Modified: roller/trunk/properties.xmlf
URL:
http://svn.apache.org/viewvc/roller/trunk/properties.xmlf?view=diff&rev=529729&r1=529728&r2=529729
==============================================================================
--- roller/trunk/properties.xmlf (original)
+++ roller/trunk/properties.xmlf Tue Apr 17 12:38:37 2007
@@ -121,6 +121,10 @@
<include name="struts-el.jar"/>
</fileset>
+<fileset id="struts2.jars" dir="${ro.tools}/struts-2.0.5/lib">
+ <include name="*.jar"/>
+</fileset>
+
<fileset id="servlet.jars" dir="${tools.tomcat}">
<include name="servlet-api.jar"/>
<include name="jsp-api.jar"/>
@@ -132,9 +136,7 @@
</fileset>
<fileset id="jstl.jars" dir="${tools.jstl}/lib">
- <include name="jstl.jar"/>
- <include name="standard.jar"/>
- <include name="xalan.jar"/>
+ <include name="*.jar"/>
</fileset>
<fileset id="hibernate.jar" dir="${tools.hibernate}">
@@ -183,6 +185,7 @@
<path refid="base.path"/>
<fileset refid="presentation.jars"/>
<fileset refid="struts.jars"/>
+ <fileset refid="struts2.jars"/>
<fileset refid="servlet.jars"/>
<fileset refid="mail.jars"/>
<fileset refid="jstl.jars"/>
Added: roller/trunk/tools/struts-2.0.5/lib/struts2-tiles-plugin-2.0.5.jar
URL:
http://svn.apache.org/viewvc/roller/trunk/tools/struts-2.0.5/lib/struts2-tiles-plugin-2.0.5.jar?view=auto&rev=529729
==============================================================================
Binary file - no diff available.
Propchange: roller/trunk/tools/struts-2.0.5/lib/struts2-tiles-plugin-2.0.5.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: roller/trunk/tools/struts-2.0.5/lib/tiles-api-2.0-20070130.184344-3.jar
URL:
http://svn.apache.org/viewvc/roller/trunk/tools/struts-2.0.5/lib/tiles-api-2.0-20070130.184344-3.jar?view=auto&rev=529729
==============================================================================
Binary file - no diff available.
Propchange:
roller/trunk/tools/struts-2.0.5/lib/tiles-api-2.0-20070130.184344-3.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: roller/trunk/tools/struts-2.0.5/lib/tiles-core-2.0-20070130.184344-3.jar
URL:
http://svn.apache.org/viewvc/roller/trunk/tools/struts-2.0.5/lib/tiles-core-2.0-20070130.184344-3.jar?view=auto&rev=529729
==============================================================================
Binary file - no diff available.
Propchange:
roller/trunk/tools/struts-2.0.5/lib/tiles-core-2.0-20070130.184344-3.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream