Author: keith
Date: Sat Jan 19 23:49:28 2008
New Revision: 12535
Log:
sendian about.jsp through the ant Filter
Modified:
trunk/mashup/java/modules/distribution/create-distro-build.xml
Modified: trunk/mashup/java/modules/distribution/create-distro-build.xml
==============================================================================
--- trunk/mashup/java/modules/distribution/create-distro-build.xml
(original)
+++ trunk/mashup/java/modules/distribution/create-distro-build.xml Sat Jan
19 23:49:28 2008
@@ -138,6 +138,15 @@
<include name="**/*.xsl"/>
<include name="**/*.ico"/>
<include name="**/*.jsp"/>
+ <include name="**/*.html"/>
+ <exclude name="about.jsp"/>
+ </fileset>
+ </copy>
+
+ <echo message="### Copy the about.jsp with filtering ###"/>
+ <copy todir="${dist.dir}/lib/tomcat/webapps/ROOT" filtering="on">
+ <fileset dir="../www">
+ <include name="about.jsp"/>
</fileset>
</copy>
@@ -147,13 +156,6 @@
</fileset>
</move>
- <echo message="### Copy the HTML's with filtering ###"/>
- <copy todir="${dist.dir}/lib/tomcat/webapps/ROOT" filtering="on">
- <fileset dir="../www">
- <include name="**/*.html"/>
- </fileset>
- </copy>
-
<echo message="### Extract and Copy the YUI content ###"/>
<unzip src="target/zips/yui-${yui.version}.zip" dest="target/temp"/>
<move file="target/temp/yui"
tofile="${dist.dir}/lib/tomcat/webapps/ROOT/js/yui"/>
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev