Author: musachy Date: Fri Feb 16 14:03:55 2007 New Revision: 508612 URL: http://svn.apache.org/viewvc?view=rev&rev=508612 Log: - Add README file to META-INF - Change path of generated TLD to target/classes/META-INF
Added: struts/struts2/trunk/core/src/main/resources/META-INF/README.txt - copied unchanged from r508608, struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/META-INF/README.txt Modified: struts/struts2/trunk/core/pom.xml struts/struts2/trunk/core/src/main/ (props changed) Modified: struts/struts2/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?view=diff&rev=508612&r1=508611&r2=508612 ============================================================================== --- struts/struts2/trunk/core/pom.xml (original) +++ struts/struts2/trunk/core/pom.xml Fri Feb 16 14:03:55 2007 @@ -49,7 +49,7 @@ <artifactId>maven-apt-plugin</artifactId> <configuration> <A>uri=/struts-tags,tlibVersion=2.2.3,jspVersion=1.2,shortName=s,displayName="Struts Tags", - outFile=${basedir}/src/main/resources/META-INF/struts-tags.tld, + outFile=${basedir}/target/classes/META-INF/struts-tags.tld, description="To make it easier to access dynamic data; the Apache Struts framework includes a library of custom tags. The tags interact with the framework's validation and internationalization features; Propchange: struts/struts2/trunk/core/src/main/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Fri Feb 16 14:03:55 2007 @@ -0,0 +1 @@ +gen