This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ecj.
commit 889fb8752c2ab99bb539c93e59af8c817fcce6f0 Author: Emmanuel Bourg <[email protected]> Date: Tue Mar 27 17:35:01 2018 +0200 Build the compiler.apt classes --- debian/build.xml | 1 + debian/changelog | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/build.xml b/debian/build.xml index 23086e6..e11d1c5 100644 --- a/debian/build.xml +++ b/debian/build.xml @@ -13,6 +13,7 @@ <src path="org.eclipse.jdt.core/compiler"/> <src path="org.eclipse.jdt.core/antadapter"/> <src path="org.eclipse.jdt.core/batch"/> + <src path="org.eclipse.jdt.compiler.apt/src"/> <exclude name="**/BuildJarIndex.java"/> <exclude name="**/CheckDebugAttributes.java"/> </javac> diff --git a/debian/changelog b/debian/changelog index ca20c3a..cb8a922 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ ecj (3.12.3-1) UNRELEASED; urgency=medium (Closes: #891259) - Removed the patches * No longer build the -gcj packages (Closes: #892531) + * Build the compiler.apt classes * Use the upstream man page for ecj * Removed the Conflicts/Replaces fields referencing very old packages * Removed the build dependency on dpkg -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ecj.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

