build-suite.xml
author chrislovsund@netbeans.org
Thu, 15 Aug 2013 11:11:42 +0200
changeset 467 7058b7e51825
permissions -rw-r--r--
for easier development set nbms default versions to 8.72.0-SNAPSHOT when running maven-install target
EADS-3978 - write docs on how to get started with development
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!-- You may freely edit this file. See harness/README in the NetBeans platform -->
     3 <!-- for some information on what you could do (e.g. targets to override). -->
     4 <!-- If you delete this file and reopen the project it will be recreated. -->
     5 <project name="plsql suite" basedir=".">
     6     <description>Builds the module suite plsql.</description>
     7     <property file="build.properties"/>
     8     <echo>nbplatform.default.harness.dir is ${nbplatform.default.harness.dir}</echo>
     9     
    10     <import file="nbproject/build-impl.xml"/>
    11 </project>