Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2009-11-19 23:24:41 +0000
committerJoakim Erdfelt2009-11-19 23:24:41 +0000
commit4ee9d68709d208e09c4823ab1b5c685eb0f491dd (patch)
tree61a0b02c2a9f19b22f96bd0772f3fd358b364611
parentf40e50715e65ad4bc9e968aefe0795a260a0bdaa (diff)
downloadorg.eclipse.jetty.project-4ee9d68709d208e09c4823ab1b5c685eb0f491dd.tar.gz
org.eclipse.jetty.project-4ee9d68709d208e09c4823ab1b5c685eb0f491dd.tar.xz
org.eclipse.jetty.project-4ee9d68709d208e09c4823ab1b5c685eb0f491dd.zip
Enabling orbit jars
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1081 7e9141cc-0065-0410-87d8-b60c137991c4
-rw-r--r--jetty-distribution/pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml
index 3dd6b0465a..2eb2273acd 100644
--- a/jetty-distribution/pom.xml
+++ b/jetty-distribution/pom.xml
@@ -29,7 +29,6 @@
</execution>
</executions>
</plugin>
- <!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
@@ -54,7 +53,6 @@
</execution>
</executions>
</plugin>
- -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-remote-resources-plugin</artifactId>

Back to the top