Author: varun Date: 2010-04-11 07:10:53 +0000 (Sun, 11 Apr 2010) New Revision: 12092
Modified: trunk/oscache/debian/ant.properties trunk/oscache/debian/changelog trunk/oscache/debian/rules Log: * NOT RELEASED YET * Set java source to 1.4 in d/ant.properties instead of d/rules Modified: trunk/oscache/debian/ant.properties =================================================================== --- trunk/oscache/debian/ant.properties 2010-04-11 06:03:19 UTC (rev 12091) +++ trunk/oscache/debian/ant.properties 2010-04-11 07:10:53 UTC (rev 12092) @@ -2,3 +2,5 @@ class.dir=class source.dir=src/java jar.name=oscache.jar +ant.build.javac.source=1.4 +ant.build.javac.target=1.4 Modified: trunk/oscache/debian/changelog =================================================================== --- trunk/oscache/debian/changelog 2010-04-11 06:03:19 UTC (rev 12091) +++ trunk/oscache/debian/changelog 2010-04-11 07:10:53 UTC (rev 12092) @@ -1,3 +1,10 @@ +oscache (2.4.1+dak1-3) UNRELEASED; urgency=low + + * NOT RELEASED YET + * Set java source to 1.4 in d/ant.properties instead of d/rules + + -- Varun Hiremath <[email protected]> Sun, 11 Apr 2010 02:58:54 -0400 + oscache (2.4.1+dak1-2) unstable; urgency=low * Update my email address Modified: trunk/oscache/debian/rules =================================================================== --- trunk/oscache/debian/rules 2010-04-11 06:03:19 UTC (rev 12091) +++ trunk/oscache/debian/rules 2010-04-11 07:10:53 UTC (rev 12092) @@ -7,7 +7,6 @@ DEB_ANT_BUILD_TARGET := jar DEB_ANT_BUILDFILE := debian/build.xml DEB_JARS := commons-logging jgroups-all servlet-api jsp-api glassfish-javaee jgroups-all hibernate3 -ANT_OPTS := -Dant.build.javac.source=1.4 -Dant.build.javac.target=1.4 install/liboscache-java:: install -m 644 -D oscache.jar $(DEB_DESTDIR)/usr/share/java/oscache-$(DEB_UPSTREAM_VERSION).jar _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

