(file) Return to build.xml CVS log (file) (dir) Up to [Development] / GWTAntTasks

File: [Development] / GWTAntTasks / build.xml (download) / (as text)
Revision: 1.2, Mon Jan 8 20:28:54 2007 UTC (18 years, 5 months ago) by pjaol
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +3 -1 lines
Updated License, added a README

<?xml version="1.0"?>
<!-- ====================================================================== 
     Jan 5, 2007 10:34:06 PM                                                        

     GWTAntTask    
     First pass of Ant tasks for GWT
                   
     pjaol@pjaol.com
     $Id: build.xml,v 1.2 2007/01/08 20:28:54 pjaol Exp $
     $Log: build.xml,v $
     Revision 1.2  2007/01/08 20:28:54  pjaol
     Updated License, added a README
                                                               
     ====================================================================== -->
<project name="GWTAntTask" default="default">
    <description>
            First pass of Ant tasks for GWT
    </description>

	<taskdef resource="GWTAntTasks.properties" classpath="deploy/ant-gwt-tasksdefs.jar"/>
    <!-- ================================= 
          target: default              
         ================================= -->
    <target name="default" depends="depends" description="--> First pass of Ant tasks for GWT">
        
    </target>

    <!-- - - - - - - - - - - - - - - - - - 
          target: depends                      
         - - - - - - - - - - - - - - - - - -->
    <target name="depends">
    	<gwtcompile src="src" out="www" module="com.pjaol.test" loglevel="error"/>
    </target>

</project>

cvsadmin
Powered by
ViewCVS 0.9.2