Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2010-05-26 21:41:23 +0000
committerJoakim Erdfelt2010-05-26 21:41:23 +0000
commit02be70f5e172358790bd73cece4b9f22e56192ec (patch)
tree9b9fc05a2ee9b1ec3e1a67bbd33837be532a8a0b /linux-packaging.xml
parent533ae0950d8a7eeb4c10a870b705a279d0e790d4 (diff)
downloadorg.eclipse.jetty.project-02be70f5e172358790bd73cece4b9f22e56192ec.tar.gz
org.eclipse.jetty.project-02be70f5e172358790bd73cece4b9f22e56192ec.tar.xz
org.eclipse.jetty.project-02be70f5e172358790bd73cece4b9f22e56192ec.zip
Adding more excludes
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1898 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'linux-packaging.xml')
-rw-r--r--linux-packaging.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/linux-packaging.xml b/linux-packaging.xml
index 1d319a756b..9ac480764a 100644
--- a/linux-packaging.xml
+++ b/linux-packaging.xml
@@ -200,8 +200,14 @@
<!-- Excluding due to Geronimo Dependency Requirements -->
<project groupId="org.eclipse.jetty">
<exclude>jetty-annotations</exclude>
+ <exclude>jetty-ajp</exclude>
<exclude>jetty-jaspi</exclude>
<exclude>jetty-plus</exclude>
+ <exclude>example-jetty-embedded</exclude>
+ <exclude>test-continuation</exclude>
+ <exclude>test-continuation-jetty6</exclude>
+ <exclude>test-jetty-webapp</exclude>
+ <exclude>test-jetty-servlet</exclude>
</project>
<!-- Dependencies for OSGI are too complicated to deal with right now -->
<project groupId="org.eclipse.jetty.osgi">
@@ -222,6 +228,13 @@
<exclude>jetty-all-server</exclude>
<exclude>jetty-all</exclude>
</project>
+ <project groupId="org.eclipse.jetty.tests">
+ <exclude>test-sessions-common</exclude>
+ <exclude>test-jdbc-sessions</exclude>
+ <exclude>test-hash-sessions</exclude>
+ <exclude>test-integration</exclude>
+ <exclude>test-webapp-rfc2616</exclude>
+ </project>
<daemon>
<script>jetty-distribution/src/main/resources/bin/jetty.sh</script>
<debian>debian/jetty.init</debian>

Back to the top