Author: musachy Date: Wed Aug 19 16:40:04 2009 New Revision: 805874 URL: http://svn.apache.org/viewvc?rev=805874&view=rev Log: update poms for embedded jsp plugin
Modified: struts/struts2/trunk/assembly/pom.xml struts/struts2/trunk/assembly/src/main/assembly/all.xml struts/struts2/trunk/assembly/src/main/assembly/docs.xml Modified: struts/struts2/trunk/assembly/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/pom.xml?rev=805874&r1=805873&r2=805874&view=diff ============================================================================== --- struts/struts2/trunk/assembly/pom.xml (original) +++ struts/struts2/trunk/assembly/pom.xml Wed Aug 19 16:40:04 2009 @@ -182,6 +182,13 @@ <version>${version}</version> <classifier>jdk14</classifier> </dependency> + + <dependency> + <groupId>org.apache.struts</groupId> + <artifactId>struts2-embeddedjsp-plugin</artifactId> + <version>${version}</version> + <classifier>jdk14</classifier> + </dependency> </dependencies> </profile> </profiles> @@ -458,6 +465,12 @@ <dependency> <groupId>org.apache.struts</groupId> + <artifactId>struts2-embeddedjsp-plugin</artifactId> + <version>${version}</version> + </dependency> + + <dependency> + <groupId>org.apache.struts</groupId> <artifactId>struts2-osgi-plugin</artifactId> <version>${version}</version> </dependency> Modified: struts/struts2/trunk/assembly/src/main/assembly/all.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/src/main/assembly/all.xml?rev=805874&r1=805873&r2=805874&view=diff ============================================================================== --- struts/struts2/trunk/assembly/src/main/assembly/all.xml (original) +++ struts/struts2/trunk/assembly/src/main/assembly/all.xml Wed Aug 19 16:40:04 2009 @@ -220,9 +220,13 @@ <outputDirectory>docs/struts2-plugins/struts2-osgi-plugin</outputDirectory> </fileSet> <fileSet> - <directory>../plugins/osgi/target/site</directory> + <directory>../plugins/json/target/site</directory> <outputDirectory>docs/struts2-plugins/struts2-json-plugin</outputDirectory> </fileSet> + <fileSet> + <directory>../plugins/embeddedjsp/target/site</directory> + <outputDirectory>docs/struts2-plugins/struts2-embeddedjsp-plugin</outputDirectory> + </fileSet> <!-- bundles --> <fileSet> Modified: struts/struts2/trunk/assembly/src/main/assembly/docs.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/src/main/assembly/docs.xml?rev=805874&r1=805873&r2=805874&view=diff ============================================================================== --- struts/struts2/trunk/assembly/src/main/assembly/docs.xml (original) +++ struts/struts2/trunk/assembly/src/main/assembly/docs.xml Wed Aug 19 16:40:04 2009 @@ -135,6 +135,14 @@ <directory>../plugins/osgi/target/site</directory> <outputDirectory>docs/struts2-plugins/struts2-osgi-plugin</outputDirectory> </fileSet> + <fileSet> + <directory>../plugins/json/target/site</directory> + <outputDirectory>docs/struts2-plugins/struts2-json-plugin</outputDirectory> + </fileSet> + <fileSet> + <directory>../plugins/embeddedjsp/target/site</directory> + <outputDirectory>docs/struts2-plugins/struts2-embeddedjsp-plugin</outputDirectory> + </fileSet> </fileSets> </assembly>