Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2009-09-08 20:31:00 +0000
committerJoakim Erdfelt2009-09-08 20:31:00 +0000
commitdb1479e571a30f5f20ed0e7e1107e5bfec04ea6f (patch)
tree21001c72f08c1bf71051a2731f30dedc2c6efa18 /jetty-distribution/pom.xml
parent92f1b1801fc52224102017fc676a418242d38c65 (diff)
downloadorg.eclipse.jetty.project-db1479e571a30f5f20ed0e7e1107e5bfec04ea6f.tar.gz
org.eclipse.jetty.project-db1479e571a30f5f20ed0e7e1107e5bfec04ea6f.tar.xz
org.eclipse.jetty.project-db1479e571a30f5f20ed0e7e1107e5bfec04ea6f.zip
Merging from revision 787:HEAD on /branches/jetty-7.0.1/ to /trunk/
* Bumping up version to 7.0.1-SNAPSHOT * Adding jetty-webapp-verifier from /sandbox/ * Changes to jetty-webapp for jetty-centralized-logging from /sandbox/ * Fixes to jetty-policy to support jetty-webapp-verifier git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@835 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'jetty-distribution/pom.xml')
-rw-r--r--jetty-distribution/pom.xml23
1 files changed, 21 insertions, 2 deletions
diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml
index 42dd09e601..8f5c1e3e5a 100644
--- a/jetty-distribution/pom.xml
+++ b/jetty-distribution/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>7.0.0.RC6-SNAPSHOT</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<artifactId>jetty-distribution</artifactId>
<name>Jetty :: Distribution Assemblies</name>
@@ -142,6 +142,16 @@
</artifactItem>
<artifactItem>
<groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-webapp-verifier</artifactId>
+ <version>${project.version}</version>
+ <classifier>config</classifier>
+ <type>jar</type>
+ <overWrite>true</overWrite>
+ <includes>**</includes>
+ <outputDirectory>${assembly.directory}</outputDirectory>
+ </artifactItem>
+ <artifactItem>
+ <groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-plus</artifactId>
<version>${project.version}</version>
<classifier>config</classifier>
@@ -262,6 +272,15 @@
<includes>**</includes>
<outputDirectory>${assembly.directory}/lib</outputDirectory>
</artifactItem>
+ <artifactItem>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-webapp-verifier</artifactId>
+ <version>${project.version}</version>
+ <type>jar</type>
+ <overWrite>true</overWrite>
+ <includes>**</includes>
+ <outputDirectory>${assembly.directory}/lib</outputDirectory>
+ </artifactItem>
<artifactItem>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-deploy</artifactId>
@@ -496,4 +515,4 @@
<version>${project.version}</version>
</dependency>
</dependencies>
-</project> \ No newline at end of file
+</project>

Back to the top