<?xml version="1.0" encoding="ISO-8859-1" ?>
<!--
*************************************************************************
* The contents of this file are subject to the Openbravo Public License
* Version 1.0 (the "License"), being the Mozilla Public License
* Version 1.1 with a permitted attribution clause; you may not use this
* file except in compliance with the License. You may obtain a copy of
* the License at http://www.openbravo.com/legal/license.html
* Software distributed under the License is distributed on an "AS IS"
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
* License for the specific language governing rights and limitations
* under the License.
* The Original Code is Openbravo ERP.
* The Initial Developer of the Original Code is Openbravo SL
* All portions are Copyright (C) 2001-2008 Openbravo SL
* All Rights Reserved.
* Contributor(s): ______________________________________.
************************************************************************
-->
<project name="openbravo" default="buildAD" basedir=".">
<property environment="env"/>
<property name="separator" value="/"/>
<target name="buildAD">
<java classname="org.openbravo.data.Sqlc" fork="yes" jvm="${env.JAVA_HOME}/bin/java" maxmemory="${build.maxmemory}">
<arg line="'${base.config}'/Openbravo.properties .xsql ../srcAD '${build.sqlc}'/src"/>
<classpath refid="project.class.path"/>
</java>
</target>
</project>