Files
alfresco-community-repo/build.xml
2007-03-09 10:59:59 +00:00

12 lines
350 B
XML

<project name="repository-jibx-eclipse" default="compile-jibx-eclipse">
<!-- ********************************** -->
<!-- ** Initialisation/Configuration ** -->
<!-- ********************************** -->
<target name="compile-jibx-eclipse">
<ant dir="${basedir}/../.." target="compile-repository-jibx" />
</target>
</project>