cli teepee-teaser
authorpkuzel@netbeans.org
Wed, 08 Feb 2006 09:46:44 +0000
changeset 1745ea2ac773bdd0
parent 1744 7cb65e9cc8a8
child 1746 a652b32a383c
cli
subversion/build.xml
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/subversion/build.xml	Wed Feb 08 09:46:44 2006 +0000
     1.3 @@ -0,0 +1,26 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<!--
     1.6 +                Sun Public License Notice
     1.7 +
     1.8 +The contents of this file are subject to the Sun Public License
     1.9 +Version 1.0 (the "License"). You may not use this file except in
    1.10 +compliance with the License. A copy of the License is available at
    1.11 +http://www.sun.com/
    1.12 +
    1.13 +The Original Code is NetBeans. The Initial Developer of the Original
    1.14 +Code is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    1.15 +Microsystems, Inc. All Rights Reserved.
    1.16 +-->
    1.17 +<project basedir="." default="netbeans" name="subversion">
    1.18 +
    1.19 +  <target name="netbeans">
    1.20 +    <ant dir="client" target="netbeans"/>
    1.21 +    <ant dir="main" target="netbeans"/>
    1.22 +  </target>
    1.23 +
    1.24 +  <target name="clean">
    1.25 +    <ant dir="client" target="clean"/>
    1.26 +    <ant dir="main" target="clean"/>
    1.27 +  </target>
    1.28 + 
    1.29 +</project>