blob: 3a1a9a7651bf9e72046ee6563b63de5a9c25301f [file] [log] [blame]
<?xml version="1.0"?>
<!--
/***********************************************************************************************************************
* Copyright (c) 2008 empolis GmbH and brox IT Solutions GmbH. All rights reserved. This program and the accompanying
* materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*
* Contributors: Ivan Churkin (brox IT Solutions GmbH) - initial creator
**********************************************************************************************************************/
-->
<!--
file copyright.txt with header for java file required in current folder
-->
<project name="sub-build" default="mycompile" basedir=".">
<import file="../SMILA.builder/xjc/build.xml" />
<target name="mycompile">
<M_clean/>
<M_compile_schema file="test.xsd" binding="test.jxb"/>
<M_decorate/>
</target>
</project>