Korrektur am build.xml zur Unterstürtzung von Netbeans
Jetzt funktioniert das Skript auch us Netbeans heraus. Ebenso mit dem "Automatic Project"-Plugin git-svn-id: https://svn.libreccm.org/ccm/trunk@1035 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
233e1e991f
commit
72d89da9bc
|
|
@ -13,8 +13,8 @@
|
|||
|
||||
|
||||
<!-- base directory of the development environment
|
||||
default is current directory (sysprop user.dir) -->
|
||||
<property name="ccm.project.dir" value="${user.dir}" />
|
||||
default is parent directory of build.xml (sysprop basedir) -->
|
||||
<property name="ccm.project.dir" value="${basedir}" />
|
||||
<echo message="Project base directory is ${ccm.project.dir} "/>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue