mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5367 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
12 lines
350 B
XML
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>
|