details:   /erp/devel/pi/rev/53f34c39284d
changeset: 9371:53f34c39284d
user:      Stefan Hühner <stefan.huehner <at> openbravo.com>
date:      Thu Dec 23 21:26:30 2010 +0100
summary:   Issue 15519: Model api-check for 3.0
New dbsourcemanger file containing new mode api-check implementation suitable
for 3.0 & changes to call the new class inplace of the old one

diffstat:

 build.xml                               |    4 ++--
 src-db/database/lib/dbsourcemanager.jar |    0 
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 8168f7cc966b -r 53f34c39284d build.xml
--- a/build.xml Thu Dec 23 18:12:01 2010 +0100
+++ b/build.xml Thu Dec 23 21:26:30 2010 +0100
@@ -558,7 +558,7 @@
   
   <target name="run.api.test.model" 
           description="Checks current xml db model and dictionary API for 
not-allowed changes. Requires stableDBdir parameter">
-    <taskdef name="checkAPI" classname="org.openbravo.ddlutils.task.CheckAPI">
+    <taskdef name="checkAPI" 
classname="org.openbravo.ddlutils.task.CheckAPIDistribution">
       <classpath refid="project.class.path" />
     </taskdef>
     <checkAPI driver="${bbdd.driver}" 
@@ -566,7 +566,7 @@
                   user="${bbdd.user}" 
                   password="${bbdd.password}" 
                   stableDBdir="${stableDBdir}"
-                  testDBdir="${base.src.db}/database"
+                  testDBdir="${basedir}"
                   verbosity="${bbdd.verbosity}"
     />    
   </target>
diff -r 8168f7cc966b -r 53f34c39284d src-db/database/lib/dbsourcemanager.jar
Binary file src-db/database/lib/dbsourcemanager.jar has changed

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to