Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2012-11-02 05:56:17 +0000
committerJan Bartel2012-11-02 05:56:17 +0000
commit4e7932f5192d31910fe9a70e0ea6609fbb2e0d68 (patch)
treea1bc481afdb78814930ef0e80202d189545ea453 /tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml
parent2f735cf5a9185cb365d3ded57d97463ce3024312 (diff)
downloadorg.eclipse.jetty.project-4e7932f5192d31910fe9a70e0ea6609fbb2e0d68.tar.gz
org.eclipse.jetty.project-4e7932f5192d31910fe9a70e0ea6609fbb2e0d68.tar.xz
org.eclipse.jetty.project-4e7932f5192d31910fe9a70e0ea6609fbb2e0d68.zip
Add production warning; rename test-annotation.war to test-spec.war for jetty-9
Diffstat (limited to 'tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml')
-rw-r--r--tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml b/tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml
index 3df1ae18e7..2ee913bfb8 100644
--- a/tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml
+++ b/tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml
@@ -29,7 +29,7 @@
<concat destfile="${project.build.directory}/plugin-context.xml">
<filelist dir="src/main/templates/" files="plugin-context-header.xml,env-definitions.xml" />
</concat>
- <concat destfile="${project.build.directory}/test-annotations.xml">
+ <concat destfile="${project.build.directory}/test-spec.xml">
<filelist dir="src/main/templates/" files="annotations-context-header.xml,env-definitions.xml" />
</concat>
</tasks>

Back to the top