Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Added the 'release' attribute to the Compile task
· c16b79bf
Emmanuel Bourg
authored
Feb 05, 2019
c16b79bf
Standards-Version updated to 4.3.0
· d39bc5dd
Emmanuel Bourg
authored
Feb 05, 2019
d39bc5dd
Upload to unstable
· c26bb816
Emmanuel Bourg
authored
Feb 05, 2019
c26bb816
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
c26bb816
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
201
8
1
2
:5
0
:1
3
+0100
-- Emmanuel Bourg <ebourg@apache.org> Tue,
05 Feb
201
9
1
6
:5
5
:1
9
+0100
ivyplusplus (1.28-2) unstable; urgency=medium
...
...
debian/control
View file @
c26bb816
...
...
@@ -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
...
...
debian/patches/add-javac-release-option.patch
0 → 100644
View file @
c26bb816
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");
debian/patches/series
View file @
c26bb816
exclude-unsupported-classes-from-antlib.xml.patch
ant-compatibility.patch
add-javac-release-option.patch