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.10 by shinsuke, Sat Dec 9 07:22:49 2006 UTC revision 1.11 by shinsuke, Wed Mar 7 07:05:13 2007 UTC
# Line 251  __________          ___           ____ Line 251  __________          ___           ____
251          />          />
252    </target>    </target>
253    
254      <!-- =================================================================== -->
255      <!-- ALL BUILD                                                           -->
256      <!-- =================================================================== -->
257    
258      <target name="build.all" depends="display.logo"
259              description="--> Build all Portal and Portlets">
260        <antcall target="remove"/>
261        <antcall target="checkout"/>
262        <antcall target="update"/>
263        <antcall target="clean"/>
264        <antcall target="build"/>
265      </target>
266    
267      <!-- =================================================================== -->
268      <!-- ALL PORTLET BUILD                                                   -->
269      <!-- =================================================================== -->
270    
271      <target name="build.all.portlets" depends="display.logo"
272              description="--> Build all Portlets">
273        <antcall target="remove.portlets"/>
274        <antcall target="checkout.portlets"/>
275        <antcall target="update.portlets"/>
276        <antcall target="clean.portlets"/>
277        <antcall target="build.portlets"/>
278      </target>
279    
280  </project>  </project>
281    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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