Initial suite setup w/o modules.
authorJesse Glick <jglick@netbeans.org>
Fri, 22 Apr 2011 14:17:00 -0400
changeset 488705d56f1327fc
parent 4886 a420866dfb98
child 4888 cd8e1523a70a
Initial suite setup w/o modules.
build.xml
nbproject/build-impl.xml
nbproject/genfiles.properties
nbproject/platform.properties
nbproject/project.properties
nbproject/project.xml
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/build.xml	Fri Apr 22 14:17:00 2011 -0400
     1.3 @@ -0,0 +1,8 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<!-- You may freely edit this file. See harness/README in the NetBeans platform -->
     1.6 +<!-- for some information on what you could do (e.g. targets to override). -->
     1.7 +<!-- If you delete this file and reopen the project it will be recreated. -->
     1.8 +<project name="soa" basedir=".">
     1.9 +    <description>Builds the module suite soa.</description>
    1.10 +    <import file="nbproject/build-impl.xml"/>
    1.11 +</project>
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/nbproject/build-impl.xml	Fri Apr 22 14:17:00 2011 -0400
     2.3 @@ -0,0 +1,49 @@
     2.4 +<?xml version="1.0" encoding="UTF-8"?>
     2.5 +<!--
     2.6 +*** GENERATED FROM project.xml - DO NOT EDIT  ***
     2.7 +***         EDIT ../build.xml INSTEAD         ***
     2.8 +-->
     2.9 +<project name="soa-impl" basedir=".." xmlns:sproject="http://www.netbeans.org/ns/nb-module-suite-project/1">
    2.10 +    <fail message="Please build using Ant 1.7.1 or higher.">
    2.11 +        <condition>
    2.12 +            <not>
    2.13 +                <antversion atleast="1.7.1"/>
    2.14 +            </not>
    2.15 +        </condition>
    2.16 +    </fail>
    2.17 +    <property file="nbproject/private/platform-private.properties"/>
    2.18 +    <property file="nbproject/platform.properties"/>
    2.19 +    <macrodef name="property" uri="http://www.netbeans.org/ns/nb-module-suite-project/1">
    2.20 +        <attribute name="name"/>
    2.21 +        <attribute name="value"/>
    2.22 +        <sequential>
    2.23 +            <property name="@{name}" value="${@{value}}"/>
    2.24 +        </sequential>
    2.25 +    </macrodef>
    2.26 +    <macrodef name="evalprops" uri="http://www.netbeans.org/ns/nb-module-suite-project/1">
    2.27 +        <attribute name="property"/>
    2.28 +        <attribute name="value"/>
    2.29 +        <sequential>
    2.30 +            <property name="@{property}" value="@{value}"/>
    2.31 +        </sequential>
    2.32 +    </macrodef>
    2.33 +    <property file="${user.properties.file}"/>
    2.34 +    <sproject:property name="harness.dir" value="nbplatform.${nbplatform.active}.harness.dir"/>
    2.35 +    <sproject:property name="nbplatform.active.dir" value="nbplatform.${nbplatform.active}.netbeans.dest.dir"/>
    2.36 +    <sproject:evalprops property="cluster.path.evaluated" value="${cluster.path}"/>
    2.37 +    <fail message="Path to 'platform' cluster missing in $${cluster.path} property or using corrupt Netbeans Platform (missing harness).">
    2.38 +        <condition>
    2.39 +            <not>
    2.40 +                <contains string="${cluster.path.evaluated}" substring="platform"/>
    2.41 +            </not>
    2.42 +        </condition>
    2.43 +    </fail>
    2.44 +    <fail message="Cannot find NetBeans build harness. ${line.separator}Check that nbplatform.${nbplatform.active}.netbeans.dest.dir and nbplatform.${nbplatform.active}.harness.dir are defined. ${line.separator}On a developer machine these are normally defined in ${user.properties.file}=${netbeans.user}/build.properties ${line.separator}but for automated builds you should pass these properties to Ant explicitly.">
    2.45 +        <condition>
    2.46 +            <not>
    2.47 +                <available type="dir" file="${harness.dir}"/>
    2.48 +            </not>
    2.49 +        </condition>
    2.50 +    </fail>
    2.51 +    <import file="${harness.dir}/suite.xml"/>
    2.52 +</project>
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/nbproject/genfiles.properties	Fri Apr 22 14:17:00 2011 -0400
     3.3 @@ -0,0 +1,8 @@
     3.4 +build.xml.data.CRC32=03317336
     3.5 +build.xml.script.CRC32=bca922d7
     3.6 +build.xml.stylesheet.CRC32=eaf9f76a@1.46
     3.7 +# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
     3.8 +# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
     3.9 +nbproject/build-impl.xml.data.CRC32=03317336
    3.10 +nbproject/build-impl.xml.script.CRC32=b01bbb10
    3.11 +nbproject/build-impl.xml.stylesheet.CRC32=183e6ef3@1.46
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/nbproject/platform.properties	Fri Apr 22 14:17:00 2011 -0400
     4.3 @@ -0,0 +1,8 @@
     4.4 +cluster.path=\
     4.5 +    ${nbplatform.active.dir}/harness:\
     4.6 +    ${nbplatform.active.dir}/ide:\
     4.7 +    ${nbplatform.active.dir}/java:\
     4.8 +    ${nbplatform.active.dir}/nb:\
     4.9 +    ${nbplatform.active.dir}/platform:\
    4.10 +    ${nbplatform.active.dir}/websvccommon
    4.11 +nbplatform.active=default
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/nbproject/project.properties	Fri Apr 22 14:17:00 2011 -0400
     5.3 @@ -0,0 +1,2 @@
     5.4 +app.title=NB SOA
     5.5 +modules=
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/nbproject/project.xml	Fri Apr 22 14:17:00 2011 -0400
     6.3 @@ -0,0 +1,9 @@
     6.4 +<?xml version="1.0" encoding="UTF-8"?>
     6.5 +<project xmlns="http://www.netbeans.org/ns/project/1">
     6.6 +    <type>org.netbeans.modules.apisupport.project.suite</type>
     6.7 +    <configuration>
     6.8 +        <data xmlns="http://www.netbeans.org/ns/nb-module-suite-project/1">
     6.9 +            <name>soa</name>
    6.10 +        </data>
    6.11 +    </configuration>
    6.12 +</project>