Author: rgielen Date: Thu Nov 23 23:41:17 2006 New Revision: 478792 URL: http://svn.apache.org/viewvc?view=rev&rev=478792 Log: WW-1392: Moving out annotations code to struts/maven/struts-annotations o deactivating tld generation plugin for now o remove tools dep
Modified: struts/struts2/trunk/core/pom.xml Modified: struts/struts2/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?view=diff&rev=478792&r1=478791&r2=478792 ============================================================================== --- struts/struts2/trunk/core/pom.xml (original) +++ struts/struts2/trunk/core/pom.xml Thu Nov 23 23:41:17 2006 @@ -37,6 +37,7 @@ </groups> </configuration> </plugin> +<!-- <plugin> <groupId>org.apache.myfaces.tobago</groupId> <artifactId>maven-apt-plugin</artifactId> @@ -48,7 +49,7 @@ <force>true</force> <nocompile>true</nocompile> <showWarnings>true</showWarnings> - <factory>org.apache.struts2.annotations.taglib.apt.TLDAnnotationProcessorFactory</factory> + <factory>org.apache.struts.annotations.taglib.apt.TLDAnnotationProcessorFactory</factory> <target>1.5</target> <includes> <include>**/*.java</include> @@ -63,6 +64,7 @@ </execution> </executions> </plugin> +--> </plugins> </build> @@ -349,14 +351,6 @@ <artifactId>log4j</artifactId> <version>1.2.9</version> <scope>test</scope> - </dependency> - - <dependency> - <groupId>com.sun</groupId> - <artifactId>tools</artifactId> - <version>1.4.2</version> - <scope>system</scope> - <systemPath>${java.home}/../lib/tools.jar</systemPath> </dependency> </dependencies>