You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2009/12/26 23:12:22 UTC

svn commit: r894022 - in /ofbiz/trunk: applications/accounting/ applications/content/ applications/manufacturing/ applications/marketing/ applications/order/ applications/party/ applications/product/ applications/securityext/ applications/workeffort/ f...

Author: doogie
Date: Sat Dec 26 22:12:04 2009
New Revision: 894022

URL: http://svn.apache.org/viewvc?rev=894022&view=rev
Log:
Switch all javac15 to javac16.

Modified:
    ofbiz/trunk/applications/accounting/build.xml
    ofbiz/trunk/applications/content/build.xml
    ofbiz/trunk/applications/manufacturing/build.xml
    ofbiz/trunk/applications/marketing/build.xml
    ofbiz/trunk/applications/order/build.xml
    ofbiz/trunk/applications/party/build.xml
    ofbiz/trunk/applications/product/build.xml
    ofbiz/trunk/applications/securityext/build.xml
    ofbiz/trunk/applications/workeffort/build.xml
    ofbiz/trunk/framework/appserver/build.xml
    ofbiz/trunk/framework/base/build.xml
    ofbiz/trunk/framework/bi/build.xml
    ofbiz/trunk/framework/birt/build.xml
    ofbiz/trunk/framework/catalina/build.xml
    ofbiz/trunk/framework/common/build.xml
    ofbiz/trunk/framework/datafile/build.xml
    ofbiz/trunk/framework/entity/build.xml
    ofbiz/trunk/framework/entityext/build.xml
    ofbiz/trunk/framework/example/build.xml
    ofbiz/trunk/framework/geronimo/build.xml
    ofbiz/trunk/framework/guiapp/build.xml
    ofbiz/trunk/framework/jetty/build.xml
    ofbiz/trunk/framework/minilang/build.xml
    ofbiz/trunk/framework/resources/templates/build.xml
    ofbiz/trunk/framework/security/build.xml
    ofbiz/trunk/framework/service/build.xml
    ofbiz/trunk/framework/sql/build.xml
    ofbiz/trunk/framework/start/build.xml
    ofbiz/trunk/framework/testtools/build.xml
    ofbiz/trunk/framework/webapp/build.xml
    ofbiz/trunk/framework/webslinger/build.xml
    ofbiz/trunk/framework/webtools/build.xml
    ofbiz/trunk/framework/widget/build.xml
    ofbiz/trunk/specialpurpose/assetmaint/build.xml
    ofbiz/trunk/specialpurpose/crowd/build.xml
    ofbiz/trunk/specialpurpose/ebay/build.xml
    ofbiz/trunk/specialpurpose/ecommerce/build.xml
    ofbiz/trunk/specialpurpose/googlebase/build.xml
    ofbiz/trunk/specialpurpose/googlecheckout/build.xml
    ofbiz/trunk/specialpurpose/hhfacility/build.xml
    ofbiz/trunk/specialpurpose/ldap/build.xml
    ofbiz/trunk/specialpurpose/oagis/build.xml
    ofbiz/trunk/specialpurpose/pos/build.xml
    ofbiz/trunk/specialpurpose/projectmgr/build.xml
    ofbiz/trunk/specialpurpose/shark/build.xml
    ofbiz/trunk/specialpurpose/webpos/build.xml
    ofbiz/trunk/specialpurpose/workflow/build.xml

Modified: ofbiz/trunk/applications/accounting/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/build.xml (original)
+++ ofbiz/trunk/applications/accounting/build.xml Sat Dec 26 22:12:04 2009
@@ -56,13 +56,13 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15>
+        <javac16>
             <!-- exclude the payment processor packages; comment this out to not exclude if you have libs -->
             <exclude name="org/ofbiz/accounting/thirdparty/verisign/**"/>
             <exclude name="org/ofbiz/accounting/thirdparty/cybersource/**"/>
             <exclude name="org/ofbiz/accounting/thirdparty/paypal/PayPalServices.java"/>
             <exclude name="org/ofbiz/accounting/thirdparty/orbital/**"/>
-        </javac15>
+        </javac16>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/applications/content/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/build.xml (original)
+++ ofbiz/trunk/applications/content/build.xml Sat Dec 26 22:12:04 2009
@@ -60,7 +60,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/applications/manufacturing/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/build.xml (original)
+++ ofbiz/trunk/applications/manufacturing/build.xml Sat Dec 26 22:12:04 2009
@@ -53,7 +53,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/applications/marketing/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/build.xml (original)
+++ ofbiz/trunk/applications/marketing/build.xml Sat Dec 26 22:12:04 2009
@@ -52,7 +52,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/applications/order/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/build.xml (original)
+++ ofbiz/trunk/applications/order/build.xml Sat Dec 26 22:12:04 2009
@@ -56,10 +56,10 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15>
+        <javac16>
             <!-- exclude the payment processor packages; comment if you have libs -->
             <exclude name="org/ofbiz/order/thirdparty/taxware/**"/>
-        </javac15>
+        </javac16>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/applications/party/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/build.xml (original)
+++ ofbiz/trunk/applications/party/build.xml Sat Dec 26 22:12:04 2009
@@ -49,7 +49,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/applications/product/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/build.xml (original)
+++ ofbiz/trunk/applications/product/build.xml Sat Dec 26 22:12:04 2009
@@ -64,9 +64,9 @@
             </not>
         </condition>
 
-        <javac15>
+        <javac16>
             <exclude name="${noapplet}"/>
-        </javac15>
+        </javac16>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/applications/securityext/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/securityext/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/applications/securityext/build.xml (original)
+++ ofbiz/trunk/applications/securityext/build.xml Sat Dec 26 22:12:04 2009
@@ -53,10 +53,10 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15>
+        <javac16>
             <!-- exclude the Truition; comment if you have libs -->
             <exclude name="org/ofbiz/securityext/thirdparty/truition/**"/>
-        </javac15>
+        </javac16>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/applications/workeffort/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/build.xml (original)
+++ ofbiz/trunk/applications/workeffort/build.xml Sat Dec 26 22:12:04 2009
@@ -52,7 +52,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/framework/appserver/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/appserver/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/framework/appserver/build.xml (original)
+++ ofbiz/trunk/framework/appserver/build.xml Sat Dec 26 22:12:04 2009
@@ -42,7 +42,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/framework/base/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/framework/base/build.xml (original)
+++ ofbiz/trunk/framework/base/build.xml Sat Dec 26 22:12:04 2009
@@ -59,11 +59,11 @@
         </condition>
 
         <!-- compile base -->
-    <javac15 destdir="${build.dir}/classes" srcdir="${src.dir}">
+    <javac16 destdir="${build.dir}/classes" srcdir="${src.dir}">
             <exclude name="${exclude.cobertura}"/>
             <exclude name="${exclude.crypto}"/>
             <exclude name="org/ofbiz/base/util/OfbizJsBsfEngine.java"/>
-        </javac15>
+        </javac16>
     </target>
 
     <target name="jar" depends="classes">

Modified: ofbiz/trunk/framework/bi/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/bi/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/framework/bi/build.xml (original)
+++ ofbiz/trunk/framework/bi/build.xml Sat Dec 26 22:12:04 2009
@@ -46,7 +46,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15 classpathref="local.class.path"/>
+        <javac16 classpathref="local.class.path"/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/framework/birt/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/birt/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/framework/birt/build.xml (original)
+++ ofbiz/trunk/framework/birt/build.xml Sat Dec 26 22:12:04 2009
@@ -53,7 +53,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/framework/catalina/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/catalina/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/framework/catalina/build.xml (original)
+++ ofbiz/trunk/framework/catalina/build.xml Sat Dec 26 22:12:04 2009
@@ -44,7 +44,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/framework/common/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/build.xml (original)
+++ ofbiz/trunk/framework/common/build.xml Sat Dec 26 22:12:04 2009
@@ -50,7 +50,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/framework/datafile/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/datafile/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/framework/datafile/build.xml (original)
+++ ofbiz/trunk/framework/datafile/build.xml Sat Dec 26 22:12:04 2009
@@ -47,7 +47,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/framework/entity/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/framework/entity/build.xml (original)
+++ ofbiz/trunk/framework/entity/build.xml Sat Dec 26 22:12:04 2009
@@ -50,7 +50,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <target name="install-PG-JDBC" description="download the JDBC driver for PostgreSQL">

Modified: ofbiz/trunk/framework/entityext/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/entityext/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/framework/entityext/build.xml (original)
+++ ofbiz/trunk/framework/entityext/build.xml Sat Dec 26 22:12:04 2009
@@ -45,7 +45,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/framework/example/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/build.xml (original)
+++ ofbiz/trunk/framework/example/build.xml Sat Dec 26 22:12:04 2009
@@ -54,7 +54,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/framework/geronimo/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/geronimo/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/framework/geronimo/build.xml (original)
+++ ofbiz/trunk/framework/geronimo/build.xml Sat Dec 26 22:12:04 2009
@@ -43,7 +43,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/framework/guiapp/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/guiapp/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/framework/guiapp/build.xml (original)
+++ ofbiz/trunk/framework/guiapp/build.xml Sat Dec 26 22:12:04 2009
@@ -53,7 +53,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/framework/jetty/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/jetty/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/framework/jetty/build.xml (original)
+++ ofbiz/trunk/framework/jetty/build.xml Sat Dec 26 22:12:04 2009
@@ -43,7 +43,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/framework/minilang/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/minilang/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/framework/minilang/build.xml (original)
+++ ofbiz/trunk/framework/minilang/build.xml Sat Dec 26 22:12:04 2009
@@ -46,7 +46,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/framework/resources/templates/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/resources/templates/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/framework/resources/templates/build.xml (original)
+++ ofbiz/trunk/framework/resources/templates/build.xml Sat Dec 26 22:12:04 2009
@@ -110,7 +110,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/framework/security/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/security/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/framework/security/build.xml (original)
+++ ofbiz/trunk/framework/security/build.xml Sat Dec 26 22:12:04 2009
@@ -43,7 +43,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/framework/service/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/service/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/framework/service/build.xml (original)
+++ ofbiz/trunk/framework/service/build.xml Sat Dec 26 22:12:04 2009
@@ -46,7 +46,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <target name="stubs" depends="classes">

Modified: ofbiz/trunk/framework/sql/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/sql/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/framework/sql/build.xml (original)
+++ ofbiz/trunk/framework/sql/build.xml Sat Dec 26 22:12:04 2009
@@ -58,7 +58,7 @@
     </target>
 
     <target name="classes" depends="prepare,gen-src">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/framework/start/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/start/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/framework/start/build.xml (original)
+++ ofbiz/trunk/framework/start/build.xml Sat Dec 26 22:12:04 2009
@@ -33,7 +33,7 @@
 
     <target name="classes" depends="prepare">
         <!-- compile start -->
-    <javac15 destdir="${build.dir}/classes" srcdir="${src.dir}"/>
+    <javac16 destdir="${build.dir}/classes" srcdir="${src.dir}"/>
     </target>
 
     <target name="jar" depends="classes">

Modified: ofbiz/trunk/framework/testtools/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/testtools/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/framework/testtools/build.xml (original)
+++ ofbiz/trunk/framework/testtools/build.xml Sat Dec 26 22:12:04 2009
@@ -60,7 +60,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <target name="run-seleniumxml" depends="init, jar" description="Runs the selenium xml test cases">

Modified: ofbiz/trunk/framework/webapp/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/framework/webapp/build.xml (original)
+++ ofbiz/trunk/framework/webapp/build.xml Sat Dec 26 22:12:04 2009
@@ -65,7 +65,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/framework/webslinger/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webslinger/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/framework/webslinger/build.xml (original)
+++ ofbiz/trunk/framework/webslinger/build.xml Sat Dec 26 22:12:04 2009
@@ -50,7 +50,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/framework/webtools/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/build.xml (original)
+++ ofbiz/trunk/framework/webtools/build.xml Sat Dec 26 22:12:04 2009
@@ -52,7 +52,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/framework/widget/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/build.xml (original)
+++ ofbiz/trunk/framework/widget/build.xml Sat Dec 26 22:12:04 2009
@@ -51,7 +51,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/specialpurpose/assetmaint/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/assetmaint/build.xml (original)
+++ ofbiz/trunk/specialpurpose/assetmaint/build.xml Sat Dec 26 22:12:04 2009
@@ -50,7 +50,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/specialpurpose/crowd/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/crowd/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/crowd/build.xml (original)
+++ ofbiz/trunk/specialpurpose/crowd/build.xml Sat Dec 26 22:12:04 2009
@@ -51,7 +51,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/specialpurpose/ebay/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebay/build.xml (original)
+++ ofbiz/trunk/specialpurpose/ebay/build.xml Sat Dec 26 22:12:04 2009
@@ -52,7 +52,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/specialpurpose/ecommerce/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/build.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/build.xml Sat Dec 26 22:12:04 2009
@@ -53,7 +53,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/specialpurpose/googlebase/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlebase/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/googlebase/build.xml (original)
+++ ofbiz/trunk/specialpurpose/googlebase/build.xml Sat Dec 26 22:12:04 2009
@@ -50,7 +50,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/specialpurpose/googlecheckout/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlecheckout/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/googlecheckout/build.xml (original)
+++ ofbiz/trunk/specialpurpose/googlecheckout/build.xml Sat Dec 26 22:12:04 2009
@@ -55,7 +55,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/specialpurpose/hhfacility/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/hhfacility/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/hhfacility/build.xml (original)
+++ ofbiz/trunk/specialpurpose/hhfacility/build.xml Sat Dec 26 22:12:04 2009
@@ -52,7 +52,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/specialpurpose/ldap/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ldap/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ldap/build.xml (original)
+++ ofbiz/trunk/specialpurpose/ldap/build.xml Sat Dec 26 22:12:04 2009
@@ -51,7 +51,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/specialpurpose/oagis/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/oagis/build.xml (original)
+++ ofbiz/trunk/specialpurpose/oagis/build.xml Sat Dec 26 22:12:04 2009
@@ -54,7 +54,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/specialpurpose/pos/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/build.xml (original)
+++ ofbiz/trunk/specialpurpose/pos/build.xml Sat Dec 26 22:12:04 2009
@@ -54,7 +54,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/specialpurpose/projectmgr/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/build.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/build.xml Sat Dec 26 22:12:04 2009
@@ -52,7 +52,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/specialpurpose/shark/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/shark/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/shark/build.xml (original)
+++ ofbiz/trunk/specialpurpose/shark/build.xml Sat Dec 26 22:12:04 2009
@@ -53,9 +53,9 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15>
+        <javac16>
             <src path="${src.dir}"/>
-        </javac15>
+        </javac16>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/specialpurpose/webpos/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/build.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/build.xml Sat Dec 26 22:12:04 2009
@@ -54,7 +54,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->

Modified: ofbiz/trunk/specialpurpose/workflow/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/workflow/build.xml?rev=894022&r1=894021&r2=894022&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/workflow/build.xml (original)
+++ ofbiz/trunk/specialpurpose/workflow/build.xml Sat Dec 26 22:12:04 2009
@@ -45,7 +45,7 @@
     <!-- ================================================================== -->
 
     <target name="classes" depends="prepare">
-        <javac15/>
+        <javac16/>
     </target>
 
     <!-- ================================================================== -->