Mercurial > hg > tema
view nbproject/ide-targets.xml @ 36:dabd31807be6 default tip
Add TODO list.
author | Mikhail Kryshen <mikhail@kryshen.net> |
---|---|
date | Wed, 11 Nov 2009 02:41:59 +0300 |
parents | bdd1c8d6b560 |
children |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <project basedir=".." name="tema-IDE"> <import file="../build.xml"/> <!-- TODO: edit the following target according to your needs --> <!-- (more info: http://www.netbeans.org/kb/articles/freeform-config.html#debugj2se) --> <target depends="compile" name="debug-nb"> <nbjpdastart addressproperty="jpda.address" name="tema" transport="dt_socket"> <classpath> <pathelement location="${build}"/> <path refid="project.libs"/> </classpath> </nbjpdastart> <java classname="${main_class}" fork="true"> <classpath> <pathelement location="${build}"/> <path refid="project.libs"/> </classpath> <arg value="-demo"/> <jvmarg value="-Xdebug"/> <jvmarg value="-Xrunjdwp:transport=dt_socket,address=${jpda.address}"/> </java> </target> </project>