Develop and Download Open Source Software

Browse CVS Repository

Diff of /pal/pal-portal/build.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.12 by shinsuke, Sat Mar 10 01:15:22 2007 UTC revision 1.13 by shinsuke, Sun Mar 11 21:33:30 2007 UTC
# Line 197  __________          ___           ____ Line 197  __________          ___           ____
197    
198    <target name="source.distribution" depends="display.logo"    <target name="source.distribution" depends="display.logo"
199            description="--> Create Binary Distribution">            description="--> Create Binary Distribution">
     <antcall target="clean.installer"/>  
200      <antcall target="remove"/>      <antcall target="remove"/>
201      <antcall target="checkout"/>      <antcall target="checkout"/>
202      <antcall target="update"/>      <antcall target="update"/>
203        <antcall target="clean.installer"/>
204      <antcall target="clean"/>      <antcall target="clean"/>
205    </target>    </target>
206    
207    <target name="binary.distribution" depends="display.logo"    <target name="binary.distribution" depends="display.logo"
208            description="--> Create Binary Distribution">            description="--> Create Binary Distribution">
209      <property name="build.dist" value="true" />      <property name="build.dist" value="true" />
     <antcall target="clean.installer"/>  
210      <antcall target="remove"/>      <antcall target="remove"/>
211      <antcall target="checkout"/>      <antcall target="checkout"/>
212      <antcall target="update"/>      <antcall target="update"/>
213        <antcall target="clean.installer"/>
214      <antcall target="clean"/>      <antcall target="clean"/>
215      <antcall target="build"/>      <antcall target="build"/>
216      <antcall target="create.binary.distribution"/>      <antcall target="create.binary.distribution"/>

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26