Skip to content
Commits on Source (3)
ivyplusplus (1.28-3) UNRELEASED; urgency=medium
ivyplusplus (1.28-3) unstable; urgency=medium
* Team upload.
* Added the 'release' attribute to the Compile task
* Depend on libeclipse-jdt-core-java instead of libecj-java
* Standards-Version updated to 4.3.0
-- Emmanuel Bourg <ebourg@apache.org> Tue, 27 Nov 2018 12:50:13 +0100
-- Emmanuel Bourg <ebourg@apache.org> Tue, 05 Feb 2019 16:55:19 +0100
ivyplusplus (1.28-2) unstable; urgency=medium
......
......@@ -13,7 +13,7 @@ Build-Depends:
libeclipse-jdt-core-java,
libjarjar-java,
liblombok-java (>= 1.16.22)
Standards-Version: 4.2.1
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/java-team/ivyplusplus.git
Vcs-Browser: https://salsa.debian.org/java-team/ivyplusplus
Homepage: https://github.com/rzwitserloot/ivyplusplus
......
Description: Adds the release option supported by the javac Ant task
Author: Emmanuel Bourg <ebourg@apache.org>
Bug: https://github.com/rzwitserloot/ivyplusplus/pull/5
--- a/src/com/zwitserloot/ivyplusplus/Compile.java
+++ b/src/com/zwitserloot/ivyplusplus/Compile.java
@@ -110,6 +110,7 @@
m.put("deprecation", "deprecation");
m.put("target", "target");
m.put("source", "source");
+ m.put("release", "release");
m.put("verbose", "verbose");
m.put("depend", "depend");
m.put("includeantruntime", "includeantruntime");
exclude-unsupported-classes-from-antlib.xml.patch
ant-compatibility.patch
add-javac-release-option.patch