[jetty9] 99/99: Don't install JARs not needed by Eclipse
Jakub Adam
xhaakon-guest at moszumanska.debian.org
Fri Oct 9 21:20:57 UTC 2015
This is an automated email from the git hooks/post-receive script.
xhaakon-guest pushed a commit to branch master
in repository jetty9.
commit 90851e76759a7cc200b0e5ead7e382376b61ad45
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date: Wed Aug 5 21:43:45 2015 +0200
Don't install JARs not needed by Eclipse
---
debian/libjetty9-java.poms | 8 ++++----
debian/rules | 7 ++++---
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/debian/libjetty9-java.poms b/debian/libjetty9-java.poms
index b5c0664..fa09745 100644
--- a/debian/libjetty9-java.poms
+++ b/debian/libjetty9-java.poms
@@ -12,14 +12,14 @@ jetty-client/pom.xml --ignore-pom
jetty-rewrite/pom.xml -s --java-lib --usj-name=jetty9-rewrite
jetty-plus/pom.xml --ignore-pom
jetty-deploy/pom.xml -s --java-lib --usj-name=jetty9-deploy
-jetty-distribution/pom.xml
+#jetty-distribution/pom.xml
jetty-http/pom.xml -s --java-lib --usj-name=jetty9-http
-jetty-websocket/pom.xml
+#jetty-websocket/pom.xml
jetty-start/pom.xml -s --java-lib --usj-name=jetty9-start
-jetty-http-spi/pom.xml
+#jetty-http-spi/pom.xml
jetty-io/pom.xml -s --java-lib --usj-name=jetty9-io
jetty-util/pom.xml -s --java-lib --usj-name=jetty9-util
-jetty-jaspi/pom.xml
+#jetty-jaspi/pom.xml
jetty-jmx/pom.xml -s --java-lib --usj-name=jetty9-jmx
jetty-servlets/pom.xml -s --java-lib --usj-name=jetty9-servlets
jetty-servlet/pom.xml -s --java-lib --usj-name=jetty9-servlet
diff --git a/debian/rules b/debian/rules
index 3ef416a..d0b20f0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,10 +12,11 @@ DEB_MAVEN_DOC_TARGET := javadoc:aggregate
DEB_MAVEN_ARGS := -P-aggregates -P-osgi
DEB_INSTALL_CHANGELOGS_ALL := VERSION.txt
-LIBJETTY_JARS := continuation deploy http io jaspi jmx jsp nested \
- rewrite security server servlet servlets start util \
- webapp websocket xml
+#LIBJETTY_JARS := continuation deploy http io jaspi jmx jsp nested \
+# rewrite security server servlet servlets start util \
+# webapp websocket xml
+LIBJETTY_JARS := continuation http io jmx security server servlet util xml
LIBJETTY_EXTRA_JARS := ajp annotations client jndi monitor plus
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jetty9.git
More information about the pkg-java-commits
mailing list