[jbpm-commits] JBoss JBPM SVN: r5991 - jbpm4/trunk/modules/distro/src/main/files/examples.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Dec 18 08:16:20 EST 2009


Author: tom.baeyens at jboss.com
Date: 2009-12-18 08:16:19 -0500 (Fri, 18 Dec 2009)
New Revision: 5991

Modified:
   jbpm4/trunk/modules/distro/src/main/files/examples/build.xml
Log:
JBPM-2618 fixed Source level problem running Ant script: /examples/build.xml

Modified: jbpm4/trunk/modules/distro/src/main/files/examples/build.xml
===================================================================
--- jbpm4/trunk/modules/distro/src/main/files/examples/build.xml	2009-12-18 13:03:39 UTC (rev 5990)
+++ jbpm4/trunk/modules/distro/src/main/files/examples/build.xml	2009-12-18 13:16:19 UTC (rev 5991)
@@ -83,6 +83,7 @@
 		<mkdir dir="${jbpm.home}/examples/target/classes" />
 		<javac srcdir="${jbpm.home}/examples/src"
            destdir="${jbpm.home}/examples/target/classes"
+			     source="1.5"
            classpathref="jbpm.libs.incl.dependencies" />
 		<copy todir="${jbpm.home}/examples/target/classes">
 			<fileset dir="${jbpm.home}/examples/src">



More information about the jbpm-commits mailing list