Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2009-04-01 18:06:52 +0000
committerJesse McConnell2009-04-01 18:06:52 +0000
commit4048a3f2ed76c65d0a677d127658d91907409a1e (patch)
tree7611fd7f386d979d7934271222a2cf6e29a6750e /jetty-servlets/pom.xml
parent9cc04501ec4a5d8eda120bf3aff60ed68b6bf3dd (diff)
downloadorg.eclipse.jetty.project-4048a3f2ed76c65d0a677d127658d91907409a1e.tar.gz
org.eclipse.jetty.project-4048a3f2ed76c65d0a677d127658d91907409a1e.tar.xz
org.eclipse.jetty.project-4048a3f2ed76c65d0a677d127658d91907409a1e.zip
updating osgi plugin and manifest information, also fixing svn property on two dirs
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@75 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'jetty-servlets/pom.xml')
-rw-r--r--jetty-servlets/pom.xml12
1 files changed, 2 insertions, 10 deletions
diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml
index cbd6fc45ec..43d5ecdb8e 100644
--- a/jetty-servlets/pom.xml
+++ b/jetty-servlets/pom.xml
@@ -14,22 +14,14 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.4.2</version>
+ <version>${felix.bundle.version}</version>
<extensions>true</extensions>
<executions>
<execution>
<goals>
<goal>manifest</goal>
</goals>
- <configuration>
- <instructions>
- <Bundle-SymbolicName>org.eclipse.jetty.servlets</Bundle-SymbolicName>
- <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment>
- <Export-Package>org.eclipse.jetty.servlets;version=${project.version}</Export-Package>
- <Bundle-DocURL>http://jetty.eclipse.org</Bundle-DocURL>
- </instructions>
- </configuration>
- </execution>
+ </execution>
</executions>
</plugin>
<plugin>

Back to the top