Add empty release and javahelp targets to the api build file; release35-BLD200306300351
authortor@netbeans.org
Fri, 28 Feb 2003 06:22:09 +0000
changeset 3208083153a7e989
parent 3207 2e2ec59f9620
child 3209 053a16676466
Add empty release and javahelp targets to the api build file;
all tasklist submodules must define these since the tasklist
top level build file iterates over the module list and calls
it on each submodule (this doesn't happen during a build from
nbbuild but when you launch ant at the toplevel tasklist
directory)
o.n.tasklistapi/build.xml
     1.1 --- a/o.n.tasklistapi/build.xml	Fri Feb 28 03:44:19 2003 +0000
     1.2 +++ b/o.n.tasklistapi/build.xml	Fri Feb 28 06:22:09 2003 +0000
     1.3 @@ -93,4 +93,10 @@
     1.4          </ant>
     1.5      </target>
     1.6  
     1.7 +    <target name="release">
     1.8 +    </target>
     1.9 +
    1.10 +    <target name="javahelp">
    1.11 +    </target>
    1.12 +
    1.13  </project>