diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-29 22:55:41 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-29 22:55:41 +0000 |
commit | 66b9985ba51965ab9ae6793baaba86ef506496a3 (patch) | |
tree | cd484eb49dcc5cec261ef0877ea58b97a2cdfbe5 /client/trunk/nbproject/build-impl.xml | |
parent | 9c284114a2c10d209c7abc1b5930228333e2558e (diff) | |
download | instadisc-66b9985ba51965ab9ae6793baaba86ef506496a3.tar.gz instadisc-66b9985ba51965ab9ae6793baaba86ef506496a3.tar.bz2 instadisc-66b9985ba51965ab9ae6793baaba86ef506496a3.zip |
Client: Undid damage from [133]
Fixes #71
Diffstat (limited to 'client/trunk/nbproject/build-impl.xml')
-rw-r--r-- | client/trunk/nbproject/build-impl.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/client/trunk/nbproject/build-impl.xml b/client/trunk/nbproject/build-impl.xml index a01a488..282a3a5 100644 --- a/client/trunk/nbproject/build-impl.xml +++ b/client/trunk/nbproject/build-impl.xml | |||
@@ -20,7 +20,6 @@ is divided into following sections: | |||
20 | 20 | ||
21 | --> | 21 | --> |
22 | <project xmlns:j2seproject1="http://www.netbeans.org/ns/j2se-project/1" xmlns:j2seproject2="http://www.netbeans.org/ns/j2se-project/2" xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3" xmlns:jaxrpc="http://www.netbeans.org/ns/j2se-project/jax-rpc" basedir=".." default="default" name="InstaDisc-impl"> | 22 | <project xmlns:j2seproject1="http://www.netbeans.org/ns/j2se-project/1" xmlns:j2seproject2="http://www.netbeans.org/ns/j2se-project/2" xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3" xmlns:jaxrpc="http://www.netbeans.org/ns/j2se-project/jax-rpc" basedir=".." default="default" name="InstaDisc-impl"> |
23 | <import file="jnlp-impl.xml"/> | ||
24 | <target depends="test,jar,javadoc" description="Build and test whole project." name="default"/> | 23 | <target depends="test,jar,javadoc" description="Build and test whole project." name="default"/> |
25 | <!-- | 24 | <!-- |
26 | ====================== | 25 | ====================== |
@@ -408,7 +407,7 @@ is divided into following sections: | |||
408 | <!-- Empty placeholder for easier customization. --> | 407 | <!-- Empty placeholder for easier customization. --> |
409 | <!-- You can override this target in the ../build.xml file. --> | 408 | <!-- You can override this target in the ../build.xml file. --> |
410 | </target> | 409 | </target> |
411 | <target depends="init,compile,-pre-jar,-do-jar-with-manifest,-do-jar-without-manifest,-do-jar-with-mainclass,-do-jar-with-libraries,-post-jar,jnlp" description="Build JAR." name="jar"/> | 410 | <target depends="init,compile,-pre-jar,-do-jar-with-manifest,-do-jar-without-manifest,-do-jar-with-mainclass,-do-jar-with-libraries,-post-jar" description="Build JAR." name="jar"/> |
412 | <!-- | 411 | <!-- |
413 | ================= | 412 | ================= |
414 | EXECUTION SECTION | 413 | EXECUTION SECTION |
@@ -625,4 +624,4 @@ is divided into following sections: | |||
625 | <!-- You can override this target in the ../build.xml file. --> | 624 | <!-- You can override this target in the ../build.xml file. --> |
626 | </target> | 625 | </target> |
627 | <target depends="init,deps-clean,-do-clean,-post-clean" description="Clean build products." name="clean"/> | 626 | <target depends="init,deps-clean,-do-clean,-post-clean" description="Clean build products." name="clean"/> |
628 | </project> | 627 | </project> \ No newline at end of file |