]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-3865: Remove stray references to long-deleted import module within Ant buildfi...
authorAron Roberts <aron@socrates.berkeley.edu>
Thu, 26 May 2011 15:10:44 +0000 (15:10 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Thu, 26 May 2011 15:10:44 +0000 (15:10 +0000)
services/taxonomy/build.xml

index fe67dbd1919faaa31f9762ad72c7dbd49e8cf612..4b95f7b5e13f824d4d150929d5a53f76ac57ef9a 100644 (file)
     <target name="dist" depends="package"
         description="distribute taxonomy service">
         <ant antfile="3rdparty/build.xml" target="dist" inheritall="false"/>
-        <ant antfile="import/build.xml" target="dist" inheritall="false"/>
     </target>
 
     <target name="dist_installer" depends="package"
             <fileset dir="${basedir}/installer/"/>
         </copy>
         <ant antfile="3rdparty/build.xml" target="dist_installer" inheritall="false"/>
-        <ant antfile="import/build.xml" target="dist_installer" inheritall="false"/>
     </target>
 
 </project>