[pkg-java] r18404 - trunk/libjboss-remoting-java/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Sep 10 13:01:52 UTC 2014


Author: ebourg-guest
Date: 2014-09-10 13:01:52 +0000 (Wed, 10 Sep 2014)
New Revision: 18404

Modified:
   trunk/libjboss-remoting-java/debian/build.xml
   trunk/libjboss-remoting-java/debian/changelog
Log:
Generate Java 5 compatible bytecode



Modified: trunk/libjboss-remoting-java/debian/build.xml
===================================================================
--- trunk/libjboss-remoting-java/debian/build.xml	2014-09-10 12:53:02 UTC (rev 18403)
+++ trunk/libjboss-remoting-java/debian/build.xml	2014-09-10 13:01:52 UTC (rev 18404)
@@ -11,6 +11,7 @@
     <mkdir dir="${class.dir}"/>
     <javac srcdir="${source.dir}" destdir="${class.dir}"
     deprecation="false" debug="true" optimize="true" nowarn="true"
+    source="1.5" target="1.5"
     excludes="org/jboss/remoting/samples/**"/>
   </target>
 

Modified: trunk/libjboss-remoting-java/debian/changelog
===================================================================
--- trunk/libjboss-remoting-java/debian/changelog	2014-09-10 12:53:02 UTC (rev 18403)
+++ trunk/libjboss-remoting-java/debian/changelog	2014-09-10 13:01:52 UTC (rev 18404)
@@ -1,6 +1,7 @@
 libjboss-remoting-java (2.5.3.SP1-2) UNRELEASED; urgency=medium
 
   * Team upload.
+  * Generate Java 5 compatible bytecode
   * debian/control:
     - Standards-Version updated to 3.9.5 (no changes)
     - Use canonical URLs for the Vcs-* fields




More information about the pkg-java-commits mailing list