wangting
2024-06-17 898c6142dfff5c0aaf091d1a5f287a427b175e9c
Source/Service/BOFactory/build-jar.xml
@@ -2,7 +2,7 @@
<!--classes.jar; src.jar-->
<project name = "platform-BOFactory" default = "build-BOFactory-jar" basedir = ".">
   <property file="build.properties"/>
   <property file="../../build.properties"/>
   
   <target name="time">
      <tstamp>
@@ -30,5 +30,7 @@
            <include name="**.jar" />
         </fileset>
       </copy>
   </target>
</project>