This is an automated email from the git hooks/post-receive script. eighthave pushed a commit to branch master in repository ivyplusplus.
commit 91cbf76fb23163f4a6c97f9db111c02a89792101 Author: Hans-Christoph Steiner <[email protected]> Date: Mon Dec 28 21:08:05 2015 +0100 remove excluded classes from ant plugin config --- ...emove_excluded_classes_from_ant_plugin_config.patch | 18 ++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 19 insertions(+) diff --git a/debian/patches/remove_excluded_classes_from_ant_plugin_config.patch b/debian/patches/remove_excluded_classes_from_ant_plugin_config.patch new file mode 100644 index 0000000..99625b1 --- /dev/null +++ b/debian/patches/remove_excluded_classes_from_ant_plugin_config.patch @@ -0,0 +1,18 @@ +--- a/src/com/zwitserloot/ivyplusplus/antlib.xml ++++ b/src/com/zwitserloot/ivyplusplus/antlib.xml +@@ -22,15 +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."> + <attribute name="file" /> diff --git a/debian/patches/series b/debian/patches/series index 0aec1c6..2cb0261 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ expand_data_decorator_into_java_constructor.patch expand_getter_setter_into_plain_java.patch +remove_excluded_classes_from_ant_plugin_config.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ivyplusplus.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

