Author: musachy Date: Tue Dec 23 20:34:47 2008 New Revision: 729221 URL: http://svn.apache.org/viewvc?rev=729221&view=rev Log: move jdk4 dependencies into the j4 profile
Modified: struts/struts2/trunk/assembly/pom.xml Modified: struts/struts2/trunk/assembly/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/pom.xml?rev=729221&r1=729220&r2=729221&view=diff ============================================================================== --- struts/struts2/trunk/assembly/pom.xml (original) +++ struts/struts2/trunk/assembly/pom.xml Tue Dec 23 20:34:47 2008 @@ -76,6 +76,115 @@ </plugin> </plugins> </build> + <dependencies> + <!-- Backported JDK 1.4 jars --> + <dependency> + <groupId>net.sf.retrotranslator</groupId> + <artifactId>retrotranslator-runtime</artifactId> + <version>1.2.1</version> + <scope>runtime</scope> + </dependency> + + <dependency> + <groupId>backport-util-concurrent</groupId> + <artifactId>backport-util-concurrent</artifactId> + <version>3.0</version> + <scope>runtime</scope> + </dependency> + + <dependency> + <groupId>com.opensymphony</groupId> + <artifactId>xwork</artifactId> + <version>2.1.2</version> + <type>jar</type> + <classifier>jdk14</classifier> + <scope>runtime</scope> + </dependency> + + <dependency> + <groupId>org.apache.struts</groupId> + <artifactId>struts2-core</artifactId> + <version>${version}</version> + <classifier>jdk14</classifier> + </dependency> + + <dependency> + <groupId>org.apache.struts</groupId> + <artifactId>struts2-config-browser-plugin</artifactId> + <version>${version}</version> + <classifier>jdk14</classifier> + </dependency> + + <dependency> + <groupId>org.apache.struts</groupId> + <artifactId>struts2-jasperreports-plugin</artifactId> + <version>${version}</version> + <classifier>jdk14</classifier> + </dependency> + + <dependency> + <groupId>org.apache.struts</groupId> + <artifactId>struts2-jfreechart-plugin</artifactId> + <version>${version}</version> + <classifier>jdk14</classifier> + </dependency> + + <dependency> + <groupId>org.apache.struts</groupId> + <artifactId>struts2-jsf-plugin</artifactId> + <version>${version}</version> + <classifier>jdk14</classifier> + </dependency> + + <dependency> + <groupId>org.apache.struts</groupId> + <artifactId>struts2-pell-multipart-plugin</artifactId> + <version>${version}</version> + <classifier>jdk14</classifier> + </dependency> + + <dependency> + <groupId>org.apache.struts</groupId> + <artifactId>struts2-plexus-plugin</artifactId> + <version>${version}</version> + <classifier>jdk14</classifier> + </dependency> + + <dependency> + <groupId>org.apache.struts</groupId> + <artifactId>struts2-sitegraph-plugin</artifactId> + <version>${version}</version> + <classifier>jdk14</classifier> + </dependency> + + <dependency> + <groupId>org.apache.struts</groupId> + <artifactId>struts2-sitemesh-plugin</artifactId> + <version>${version}</version> + <classifier>jdk14</classifier> + </dependency> + + <dependency> + <groupId>org.apache.struts</groupId> + <artifactId>struts2-struts1-plugin</artifactId> + <version>${version}</version> + <classifier>jdk14</classifier> + </dependency> + + <dependency> + <groupId>org.apache.struts</groupId> + <artifactId>struts2-tiles-plugin</artifactId> + <version>${version}</version> + <classifier>jdk14</classifier> + </dependency> + + <dependency> + <groupId>org.apache.struts</groupId> + <artifactId>struts2-rest-plugin</artifactId> + <version>${version}</version> + <classifier>jdk14</classifier> + </dependency> + </dependencies> </profile> </profiles> @@ -324,115 +433,6 @@ <version>${version}</version> </dependency> - <!-- Backported JDK 1.4 jars --> - <dependency> - <groupId>net.sf.retrotranslator</groupId> - <artifactId>retrotranslator-runtime</artifactId> - <version>1.2.1</version> - <scope>runtime</scope> - </dependency> - - <dependency> - <groupId>backport-util-concurrent</groupId> - <artifactId>backport-util-concurrent</artifactId> - <version>3.0</version> - <scope>runtime</scope> - </dependency> - - <dependency> - <groupId>com.opensymphony</groupId> - <artifactId>xwork</artifactId> - <version>2.1.2</version> - <type>jar</type> - <classifier>jdk14</classifier> - <scope>runtime</scope> - </dependency> - - <dependency> - <groupId>org.apache.struts</groupId> - <artifactId>struts2-core</artifactId> - <version>${version}</version> - <classifier>jdk14</classifier> - </dependency> - - <dependency> - <groupId>org.apache.struts</groupId> - <artifactId>struts2-config-browser-plugin</artifactId> - <version>${version}</version> - <classifier>jdk14</classifier> - </dependency> - - <dependency> - <groupId>org.apache.struts</groupId> - <artifactId>struts2-jasperreports-plugin</artifactId> - <version>${version}</version> - <classifier>jdk14</classifier> - </dependency> - - <dependency> - <groupId>org.apache.struts</groupId> - <artifactId>struts2-jfreechart-plugin</artifactId> - <version>${version}</version> - <classifier>jdk14</classifier> - </dependency> - - <dependency> - <groupId>org.apache.struts</groupId> - <artifactId>struts2-jsf-plugin</artifactId> - <version>${version}</version> - <classifier>jdk14</classifier> - </dependency> - - <dependency> - <groupId>org.apache.struts</groupId> - <artifactId>struts2-pell-multipart-plugin</artifactId> - <version>${version}</version> - <classifier>jdk14</classifier> - </dependency> - - <dependency> - <groupId>org.apache.struts</groupId> - <artifactId>struts2-plexus-plugin</artifactId> - <version>${version}</version> - <classifier>jdk14</classifier> - </dependency> - - <dependency> - <groupId>org.apache.struts</groupId> - <artifactId>struts2-sitegraph-plugin</artifactId> - <version>${version}</version> - <classifier>jdk14</classifier> - </dependency> - - <dependency> - <groupId>org.apache.struts</groupId> - <artifactId>struts2-sitemesh-plugin</artifactId> - <version>${version}</version> - <classifier>jdk14</classifier> - </dependency> - - <dependency> - <groupId>org.apache.struts</groupId> - <artifactId>struts2-struts1-plugin</artifactId> - <version>${version}</version> - <classifier>jdk14</classifier> - </dependency> - - <dependency> - <groupId>org.apache.struts</groupId> - <artifactId>struts2-tiles-plugin</artifactId> - <version>${version}</version> - <classifier>jdk14</classifier> - </dependency> - - <dependency> - <groupId>org.apache.struts</groupId> - <artifactId>struts2-rest-plugin</artifactId> - <version>${version}</version> - <classifier>jdk14</classifier> - </dependency> - - </dependencies> </project>