Author: craigmcc Date: Tue Aug 30 23:05:49 2005 New Revision: 264949 URL: http://svn.apache.org/viewcvs?rev=264949&view=rev Log: Download a snapshot of Standalone Tiles from the Apache repository, so that it is no longer a special case.
Modified: struts/shale/trunk/build.properties.sample struts/shale/trunk/build.xml struts/shale/trunk/docs/release-notes-1.0.0.html Modified: struts/shale/trunk/build.properties.sample URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build.properties.sample?rev=264949&r1=264948&r2=264949&view=diff ============================================================================== --- struts/shale/trunk/build.properties.sample (original) +++ struts/shale/trunk/build.properties.sample Tue Aug 30 23:05:49 2005 @@ -35,11 +35,6 @@ # 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 - # FindBugs Output File findbugs.outputFile=${root.dir}/find-bugs.html Modified: struts/shale/trunk/build.xml URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build.xml?rev=264949&r1=264948&r2=264949&view=diff ============================================================================== --- struts/shale/trunk/build.xml (original) +++ struts/shale/trunk/build.xml Tue Aug 30 23:05:49 2005 @@ -547,6 +547,11 @@ src="${maven.repo}/taglibrarydoc/jars/tlddoc-1.2.jar" usetimestamp="true"/> + <mkdir dir="${lib.dir}/tiles"/> + <get dest="${lib.dir}/tiles/tiles-core.jar" + ignoreerrors="true" + src="http://cvs.apache.org/repository/tiles/jars/tiles-core-SNAPSHOT.jar"/> + </target> @@ -560,18 +565,6 @@ <fileset dir="${jsfri.dir}/lib" includes="jsf*.jar"/> </copy> - - </target> - - - <!-- Copy relevant artifacts from the compiled standalone Tiles implementation - (currently in the Struts sandbox) from ${tiles.dir} into ${lib.dir}. --> - <target name="copy-tiles" - description="Copy standalone Tiles artifacts"> - - <mkdir dir="${lib.dir}/tiles"/> - <copy todir="${lib.dir}/tiles" - file="${tiles.dir}/dist/lib/tiles-core.jar"/> </target> Modified: struts/shale/trunk/docs/release-notes-1.0.0.html URL: http://svn.apache.org/viewcvs/struts/shale/trunk/docs/release-notes-1.0.0.html?rev=264949&r1=264948&r2=264949&view=diff ============================================================================== --- struts/shale/trunk/docs/release-notes-1.0.0.html (original) +++ struts/shale/trunk/docs/release-notes-1.0.0.html Tue Aug 30 23:05:49 2005 @@ -443,10 +443,6 @@ implementation, <a href="http://java.sun.com/j2ee/javaserverfaces/"> acquire a copy</a> (Version 1.1_01) and install it according to the provided documentation.</li> - <li>Acquire a copy of a - <a href="http://cvs.apache.org/builds/struts/nightly/sandbox/tiles-core/"> - nightly build</a> of Standalone Tiles, and unpack it into a convenient - directory.</li> <li>Acquire a Shale distribution (nightly build or release), and unpack it into a convenient directory.</li> <li>In the top-level directory of the unpacked Shale distribution, copy @@ -458,8 +454,6 @@ JavaServer Faces Reference implementation, set this property to the fully qualified pathname of the directory into which you installed the distribution. - <li><code>tiles.dir</code> - Set this property to the fully qualified - pathname of the directory into which you unpacked standalone Tiles.</li> <li><code>jsf.home</code> - If you are using MyFaces, comment out the default value and uncomment the following line.</li> <li><code>jsf-api.jar</code> - IF you are using MyFaces, comment out @@ -472,8 +466,6 @@ <ul> <li><code>ant download-dependencies</code> - to download freely available external dependencies.</li> - <li><code>ant copy-tiles</code> - to load the Standalone Tiles nightly - build artifacts.</li> <li><code>ant copy-jsf-ri</code> - if you are using the JSF RI, load the appropriate artifacts.</li> </ul></li> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]