build-suite.xml
author chrislovsund@netbeans.org
Wed, 07 Aug 2013 13:36:45 +0200
changeset 462 73decd28defd
permissions -rw-r--r--
automated commit from jenkins-plsql-support-171 with http://gbglcrd10:8080/job/plsql-support/
jrechtacek@0
     1
<?xml version="1.0" encoding="UTF-8"?>
jrechtacek@0
     2
<!-- You may freely edit this file. See harness/README in the NetBeans platform -->
jrechtacek@0
     3
<!-- for some information on what you could do (e.g. targets to override). -->
jrechtacek@0
     4
<!-- If you delete this file and reopen the project it will be recreated. -->
jrechtacek@0
     5
<project name="plsql suite" basedir=".">
jrechtacek@0
     6
    <description>Builds the module suite plsql.</description>
jrechtacek@0
     7
    <property file="build.properties"/>
jrechtacek@0
     8
    <echo>nbplatform.default.harness.dir is ${nbplatform.default.harness.dir}</echo>
jrechtacek@0
     9
    
jrechtacek@0
    10
    <import file="nbproject/build-impl.xml"/>
jrechtacek@0
    11
</project>