Author: mrdon Date: Sun Dec 16 02:56:47 2007 New Revision: 604603 URL: http://svn.apache.org/viewvc?rev=604603&view=rev Log: Moving api package to sandbox, cleaning up retrotranslator so it can be executed by CI, removing unnecessary backport directory
WW-1700 WW-2258 Added: struts/sandbox/trunk/struts2-api/ - copied from r604376, struts/struts2/trunk/api/ struts/sandbox/trunk/struts2-api/pom.xml - copied unchanged from r604372, struts/struts2/trunk/api/pom.xml struts/sandbox/trunk/struts2-api/src/ - copied from r604372, struts/struts2/trunk/api/src/ Removed: struts/struts2/trunk/api/ struts/struts2/trunk/backport/ Modified: struts/struts2/trunk/core/pom.xml struts/struts2/trunk/plugins/pom.xml struts/struts2/trunk/pom.xml Modified: struts/struts2/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?rev=604603&r1=604602&r2=604603&view=diff ============================================================================== --- struts/struts2/trunk/core/pom.xml (original) +++ struts/struts2/trunk/core/pom.xml Sun Dec 16 02:56:47 2007 @@ -151,29 +151,6 @@ <profiles> <profile> - <id>j4</id> - <build> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>retrotranslator-maven-plugin</artifactId> - <executions> - <execution> - <id>retrotranslate</id> - <goals> - <goal>translate-project</goal> - </goals> - <configuration> - <classifier>backport</classifier> - <attach>true</attach> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - <profile> <id>alljars</id> <build> <plugins> Modified: struts/struts2/trunk/plugins/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/pom.xml?rev=604603&r1=604602&r2=604603&view=diff ============================================================================== --- struts/struts2/trunk/plugins/pom.xml (original) +++ struts/struts2/trunk/plugins/pom.xml Sun Dec 16 02:56:47 2007 @@ -87,32 +87,6 @@ </dependencies> - <profiles> - <profile> - <id>j4</id> - <build> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>retrotranslator-maven-plugin</artifactId> - <executions> - <execution> - <id>retrotranslate</id> - <goals> - <goal>translate-project</goal> - </goals> - <configuration> - <classifier>backport</classifier> - <attach>true</attach> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - </profiles> - <reporting> <plugins> <plugin> Modified: struts/struts2/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=604603&r1=604602&r2=604603&view=diff ============================================================================== --- struts/struts2/trunk/pom.xml (original) +++ struts/struts2/trunk/pom.xml Sun Dec 16 02:56:47 2007 @@ -86,7 +86,6 @@ <modules> <module>core</module> <!--<module>assembly</module>--> - <module>api</module> </modules> <licenses> @@ -141,15 +140,33 @@ </modules> </profile> <profile> - <id>1.4-backport</id> - <activation> - <jdk>1.4</jdk> - </activation> - <dependencies> - <!-- should have the org.w3c.dom dependency here --> - </dependencies> + <id>j4</id> + <build> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>retrotranslator-maven-plugin</artifactId> + <version>1.0-alpha-3</version> + <executions> + <execution> + <phase>package</phase> + <goals> + <goal>translate-project</goal> + </goals> + <configuration> + <verify>false</verify> + <failonwarning>true</failonwarning> + <lazy>true</lazy> + <advanced>true</advanced> + <verbose>false</verbose> + <destdir>${project.build.directory}/classes-retro</destdir> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> </profile> - <profile> <id>alljars</id> <build>