11 lines
502 B
XML
11 lines
502 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project name="org.talend.designer.components.libs" default="buildall" basedir=".">
|
|
|
|
<target name="buildall">
|
|
<ant antfile="filecopy/build.xml" target="process" inheritall="no" />
|
|
<ant antfile="talend_file_enhanced_20070724/build.xml" target="process" inheritall="no" />
|
|
<ant antfile="sugarCRMManagement/build.xml" target="process" inheritall="no" />
|
|
<ant antfile="TalendSAX/build.xml" target="process" inheritall="no" />
|
|
</target>
|
|
|
|
</project> |