[ivyplusplus] 03/05: exclude unsupported classes from antlib.xml
Markus Koschany
apo-guest at moszumanska.debian.org
Mon Feb 15 18:42:48 GMT 2016
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository ivyplusplus.
commit 581a4dcae2ea58cceb03f3f23ddfbe228cf607cc
Author: Markus Koschany <apo at debian.org>
Date: Mon Feb 15 00:37:18 2016 +0100
exclude unsupported classes from antlib.xml
---
...clude-unsupported-classes-from-antlib.xml.patch | 27 ++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 28 insertions(+)
diff --git a/debian/patches/exclude-unsupported-classes-from-antlib.xml.patch b/debian/patches/exclude-unsupported-classes-from-antlib.xml.patch
new file mode 100644
index 0000000..32180e5
--- /dev/null
+++ b/debian/patches/exclude-unsupported-classes-from-antlib.xml.patch
@@ -0,0 +1,27 @@
+From: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Date: Mon, 15 Feb 2016 00:37:42 +0100
+Subject: remove_excluded_classes_from_ant_plugin_config
+
+---
+ src/com/zwitserloot/ivyplusplus/antlib.xml | 5 -----
+ 1 file changed, 5 deletions(-)
+
+diff --git a/src/com/zwitserloot/ivyplusplus/antlib.xml b/src/com/zwitserloot/ivyplusplus/antlib.xml
+index d3752bd..d846ab1 100644
+--- a/src/com/zwitserloot/ivyplusplus/antlib.xml
++++ b/src/com/zwitserloot/ivyplusplus/antlib.xml
+@@ -22,14 +22,9 @@
+ -->
+ <antlib xmlns:current="ant:current">
+ <!-- insert here -->
+- <typedef name="eclipsegen" classname="com.zwitserloot.ivyplusplus.eclipse.BuildEclipseProject" />
+- <typedef name="intellijgen" classname="com.zwitserloot.ivyplusplus.intellij.BuildIntellijProject" />
+- <typedef name="eclipse-gen" classname="com.zwitserloot.ivyplusplus.eclipse.BuildEclipseProject" />
+- <typedef name="intellij-gen" classname="com.zwitserloot.ivyplusplus.intellij.BuildIntellijProject" />
+ <typedef name="compile" classname="com.zwitserloot.ivyplusplus.Compile" />
+ <typedef name="ensureippversion" classname="com.zwitserloot.ivyplusplus.EnsureVersion" />
+ <typedef name="ensure-ipp-version" classname="com.zwitserloot.ivyplusplus.EnsureVersion" />
+- <typedef name="create-artifact-bundle" classname="com.zwitserloot.ivyplusplus.mavencentral.CreateArtifactBundle" />
+ <typedef name="cachedunjar" classname="com.zwitserloot.ivyplusplus.CachedUnjar" />
+
+ <macrodef name="show-html" description="Shows an HTML page.">
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..6e3ba97
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+exclude-unsupported-classes-from-antlib.xml.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ivyplusplus.git
More information about the pkg-java-commits
mailing list