Foget to add os specific targets

cusax-fix
Damian Minkov 19 years ago
parent 7e4d0bf4e7
commit 6280375f62

@ -3,7 +3,8 @@
<import file="../build.xml"/>
<!-- TODO: edit the following target according to your needs -->
<!-- (more info: http://www.netbeans.org/kb/41/freeform-config.html#debugj2se) -->
<target description="Starts oscar and runs sip-comunicator gui (use latest build)." name="debug-nb">
<target description="Starts oscar and runs sip-comunicator gui (use latest build)." name="debug-nb"
depends="-deploy-os-specific-bundles">
<!-- forking prevents from debugging-->
<nbjpdastart addressproperty="jpda.address" name="sip-communicator-1.0" transport="dt_socket"/>
<java classname="org.apache.felix.main.Main" classpathref="project.class.path" failonerror="true" fork="true">

Loading…
Cancel
Save