about summary refs log tree commit diff stats
path: root/client/trunk/nbproject/build-impl.xml
diff options
context:
space:
mode:
Diffstat (limited to 'client/trunk/nbproject/build-impl.xml')
-rw-r--r--client/trunk/nbproject/build-impl.xml5
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