You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mm...@apache.org on 2006/01/03 13:38:21 UTC

svn commit: r365621 - /myfaces/impl/trunk/pom.xml

Author: mmarinschek
Date: Tue Jan  3 04:38:14 2006
New Revision: 365621

URL: http://svn.apache.org/viewcvs?rev=365621&view=rev
Log:
tlds should be generated to target-directory

Modified:
    myfaces/impl/trunk/pom.xml

Modified: myfaces/impl/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/pom.xml?rev=365621&r1=365620&r2=365621&view=diff
==============================================================================
--- myfaces/impl/trunk/pom.xml (original)
+++ myfaces/impl/trunk/pom.xml Tue Jan  3 04:38:14 2006
@@ -122,7 +122,7 @@
 		    	<xslFile>src/main/tld/misc/resolve_entities.xsl</xslFile>
           <srcIncludes>**/*.tld</srcIncludes>
 		      <srcDir>src/main/tld</srcDir>
-		      <destDir>src/main/resources-tld/META-INF</destDir>
+		      <destDir>target/classes/META-INF</destDir>
 		    </configuration>
 		    <executions>
 		      <execution>