Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2014-08-15 09:35:49 +0000
committerGreg Wilkins2014-08-15 09:35:49 +0000
commitb47f9ef60522ad435d516741646e8e9acf2a6302 (patch)
tree0d372a27c44fdda26d4a668b15c32b514853fd7e /tests/test-webapps/test-mock-resources/pom.xml
parent48b1f9f3f1e472588b1f4118e8fda101bfe3a1c8 (diff)
downloadorg.eclipse.jetty.project-b47f9ef60522ad435d516741646e8e9acf2a6302.tar.gz
org.eclipse.jetty.project-b47f9ef60522ad435d516741646e8e9acf2a6302.tar.xz
org.eclipse.jetty.project-b47f9ef60522ad435d516741646e8e9acf2a6302.zip
cleaned up OSGi manifest creation
Diffstat (limited to 'tests/test-webapps/test-mock-resources/pom.xml')
-rw-r--r--tests/test-webapps/test-mock-resources/pom.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/tests/test-webapps/test-mock-resources/pom.xml b/tests/test-webapps/test-mock-resources/pom.xml
index 3083716570..2e4c235702 100644
--- a/tests/test-webapps/test-mock-resources/pom.xml
+++ b/tests/test-webapps/test-mock-resources/pom.xml
@@ -8,6 +8,9 @@
<name>Jetty Tests :: WebApp :: Mock Resources</name>
<artifactId>test-mock-resources</artifactId>
<packaging>jar</packaging>
+ <properties>
+ <bundle-symbolic-name>${project.groupId}.mocks</bundle-symbolic-name>
+ </properties>
<build>
<plugins>
<plugin>
@@ -28,12 +31,6 @@
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>
-<!--
- <dependency>
- <groupId>javax.mail</groupId>
- <artifactId>javax.mail-api</artifactId>
- </dependency>
--->
<dependency>
<groupId>org.eclipse.jetty.orbit</groupId>
<artifactId>javax.mail.glassfish</artifactId>

Back to the top