You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sv...@apache.org on 2005/09/07 02:05:29 UTC

svn commit: r279187 - /myfaces/build/trunk/build.xml

Author: svieujot
Date: Tue Sep  6 17:05:26 2005
New Revision: 279187

URL: http://svn.apache.org/viewcvs?rev=279187&view=rev
Log:
Add xslt for myfaces_all.tld.

Modified:
    myfaces/build/trunk/build.xml

Modified: myfaces/build/trunk/build.xml
URL: http://svn.apache.org/viewcvs/myfaces/build/trunk/build.xml?rev=279187&r1=279186&r2=279187&view=diff
==============================================================================
--- myfaces/build/trunk/build.xml (original)
+++ myfaces/build/trunk/build.xml Tue Sep  6 17:05:26 2005
@@ -797,12 +797,31 @@
 			</filterchain>
 		</copy>
     	<move file="${dist.dir}/temp/myfaces_all.tld.2"
-			tofile="${dist.dir}/temp/myfaces_all.tld"
+			tofile="${dist.dir}/temp/myfaces_all.tld.3"
 			overwrite="true">
 			<filterchain>
 				<concatfilter prepend="${dist.dir}/temp/myfaces_all.tld.1"/>
 			</filterchain>
 		</move>
+    	<move file="${dist.dir}/temp/myfaces_all.tld.3"
+			tofile="${dist.dir}/temp/myfaces_all.tld.4"
+			overwrite="true">
+			<filterchain>
+				<replacestring
+    				from="SYSTEM &quot;entities"
+    				to="SYSTEM &quot;../../../sandbox/tld/entities"/>
+			</filterchain>
+		</move>
+    	<xslt basedir="../sandbox/tld/"
+              in="${dist.dir}/temp/myfaces_all.tld.4"
+              out="${dist.dir}/temp/myfaces_all.tld"
+              style="../sandbox/tld/misc/resolve_entities.xsl"
+              extension=".tld">
+            <xmlcatalog>
+                <dtd publicid="-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
+                     location="../sandbox/tld/misc/web-jsptaglibrary_1_2.dtd"/>
+            </xmlcatalog>
+        </xslt>
     </target>
 
     <target name="webapp" if="examples.lib.dir">