[Git][java-team/ivyplusplus][master] Depend on libeclipse-jdt-core-java instead of libecj-java
Emmanuel Bourg
gitlab at salsa.debian.org
Tue Nov 27 11:50:54 GMT 2018
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / ivyplusplus
Commits:
19512aaa by Emmanuel Bourg at 2018-11-27T11:50:39Z
Depend on libeclipse-jdt-core-java instead of libecj-java
- - - - -
4 changed files:
- debian/build.xml
- debian/changelog
- debian/classpath
- debian/control
Changes:
=====================================
debian/build.xml
=====================================
@@ -7,7 +7,7 @@
<include name="bcpg.jar" />
<include name="bcprov.jar" />
<include name="com.zwitserloot.cmdreader.jar" />
- <include name="ecj.jar" />
+ <include name="eclipse-jdt-core.jar" />
<include name="ivy.jar" />
<include name="lombok.jar" />
</fileset>
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+ivyplusplus (1.28-3) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Depend on libeclipse-jdt-core-java instead of libecj-java
+
+ -- Emmanuel Bourg <ebourg at apache.org> Tue, 27 Nov 2018 12:50:13 +0100
+
ivyplusplus (1.28-2) unstable; urgency=medium
* Team upload.
=====================================
debian/classpath
=====================================
@@ -1 +1 @@
-usr/share/java/ivyplusplus.jar /usr/share/java/ecj.jar
+usr/share/java/ivyplusplus.jar /usr/share/java/eclipse-jdt-core.jar
=====================================
debian/control
=====================================
@@ -10,7 +10,7 @@ Build-Depends:
default-jdk,
ivy,
javahelper,
- libecj-java,
+ libeclipse-jdt-core-java,
libjarjar-java,
liblombok-java (>= 1.16.22)
Standards-Version: 4.2.1
@@ -20,7 +20,7 @@ Homepage: https://github.com/rzwitserloot/ivyplusplus
Package: ivyplusplus
Architecture: all
-Depends: ${misc:Depends}, libecj-java
+Depends: ${misc:Depends}, libeclipse-jdt-core-java
Description: Adds features to ivy for creating projects
ivyplusplus (ipp) adds a few useful features to ivy, such as creating
an eclipse project from your deps. Aside from ivy itself, you get a
View it on GitLab: https://salsa.debian.org/java-team/ivyplusplus/commit/19512aaa5376758f00182b25d1b99a5b7e6ea7b3
--
View it on GitLab: https://salsa.debian.org/java-team/ivyplusplus/commit/19512aaa5376758f00182b25d1b99a5b7e6ea7b3
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20181127/e34f30de/attachment.html>
More information about the pkg-java-commits
mailing list