Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2010-12-01 19:16:08 +0000
committerJesse McConnell2010-12-01 19:16:08 +0000
commit6fd44212e8daa2950d19e7fe48ba66cfd8508f20 (patch)
tree4f3475989f357a0d75036431c3616fa37b0af05c
parente22e9eec6fd77e3dbe4aae57655654586d5fb8e6 (diff)
downloadorg.eclipse.jetty.project-6fd44212e8daa2950d19e7fe48ba66cfd8508f20.tar.gz
org.eclipse.jetty.project-6fd44212e8daa2950d19e7fe48ba66cfd8508f20.tar.xz
org.eclipse.jetty.project-6fd44212e8daa2950d19e7fe48ba66cfd8508f20.zip
set eclipse plugin version
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2569 7e9141cc-0065-0410-87d8-b60c137991c4
-rw-r--r--jetty-osgi/test-jetty-osgi/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml
index 4660355a56..963f5952d2 100644
--- a/jetty-osgi/test-jetty-osgi/pom.xml
+++ b/jetty-osgi/test-jetty-osgi/pom.xml
@@ -257,6 +257,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
+ <version>2.8</version>
<configuration>
<manifest>prevent/overwriting/by/pointing/to/nonexisting/MANIFEST.MF</manifest>
<pde>false</pde>

Back to the top