make/netbeans/langtools/nbproject/project.xml

Fri, 23 Jan 2009 11:23:10 -0800

author
jjg
date
Fri, 23 Jan 2009 11:23:10 -0800
changeset 201
e3930187199c
child 229
03bcd66bd8e7
permissions
-rw-r--r--

6795365: NetBeans projects in langtools repository are not NB6.5-friendly
Reviewed-by: mcimadamore

jjg@201 1 <?xml version="1.0" encoding="UTF-8"?>
jjg@201 2 <!--
jjg@201 3 Copyright 2007-2008 Sun Microsystems, Inc. All Rights Reserved.
jjg@201 4
jjg@201 5 Redistribution and use in source and binary forms, with or without
jjg@201 6 modification, are permitted provided that the following conditions
jjg@201 7 are met:
jjg@201 8
jjg@201 9 - Redistributions of source code must retain the above copyright
jjg@201 10 notice, this list of conditions and the following disclaimer.
jjg@201 11
jjg@201 12 - Redistributions in binary form must reproduce the above copyright
jjg@201 13 notice, this list of conditions and the following disclaimer in the
jjg@201 14 documentation and/or other materials provided with the distribution.
jjg@201 15
jjg@201 16 - Neither the name of Sun Microsystems nor the names of its
jjg@201 17 contributors may be used to endorse or promote products derived
jjg@201 18 from this software without specific prior written permission.
jjg@201 19
jjg@201 20 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
jjg@201 21 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
jjg@201 22 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
jjg@201 23 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
jjg@201 24 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
jjg@201 25 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
jjg@201 26 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
jjg@201 27 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
jjg@201 28 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
jjg@201 29 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
jjg@201 30 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
jjg@201 31 -->
jjg@201 32
jjg@201 33 <!DOCTYPE project [
jjg@201 34 <!ENTITY standard-ide-actions SYSTEM "standard-ide-actions.ent">
jjg@201 35 <!ENTITY standard-context-menu-items SYSTEM "standard-context-menu-items.ent">
jjg@201 36 ]>
jjg@201 37 <project xmlns="http://www.netbeans.org/ns/project/1">
jjg@201 38 <type>org.netbeans.modules.ant.freeform</type>
jjg@201 39 <configuration>
jjg@201 40 <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
jjg@201 41 <!-- Do not use Project Properties customizer when editing this file manually. -->
jjg@201 42 <name>langtools</name>
jjg@201 43 <properties>
jjg@201 44 <property name="root">../../..</property>
jjg@201 45 </properties>
jjg@201 46 <folders>
jjg@201 47 <source-folder>
jjg@201 48 <label>langtools</label>
jjg@201 49 <location>${root}</location>
jjg@201 50 </source-folder>
jjg@201 51 <source-folder>
jjg@201 52 <label>Source files</label>
jjg@201 53 <type>java</type>
jjg@201 54 <location>${root}/src/share/classes</location>
jjg@201 55 </source-folder>
jjg@201 56 <source-folder>
jjg@201 57 <label>Test files</label>
jjg@201 58 <type>tests</type>
jjg@201 59 <location>${root}/test</location>
jjg@201 60 </source-folder>
jjg@201 61 <source-folder>
jjg@201 62 <label>Build files</label>
jjg@201 63 <type>build</type>
jjg@201 64 <location>${root}/make</location>
jjg@201 65 </source-folder>
jjg@201 66 </folders>
jjg@201 67 <ide-actions>
jjg@201 68 &standard-ide-actions;
jjg@201 69 </ide-actions>
jjg@201 70 <export>
jjg@201 71 <type>folder</type>
jjg@201 72 <location>${root}/build/classes</location>
jjg@201 73 <build-target>build</build-target>
jjg@201 74 </export>
jjg@201 75 <view>
jjg@201 76 <items>
jjg@201 77 <source-folder style="tree">
jjg@201 78 <label>Source files</label>
jjg@201 79 <location>${root}/src/share/classes</location>
jjg@201 80 </source-folder>
jjg@201 81 <source-folder style="tree">
jjg@201 82 <label>Test files</label>
jjg@201 83 <location>${root}/test</location>
jjg@201 84 </source-folder>
jjg@201 85 <source-folder style="tree">
jjg@201 86 <label>Build files</label>
jjg@201 87 <location>${root}/make</location>
jjg@201 88 </source-folder>
jjg@201 89 <source-file>
jjg@201 90 <label>README</label>
jjg@201 91 <location>README</location>
jjg@201 92 </source-file>
jjg@201 93 </items>
jjg@201 94 <context-menu>
jjg@201 95 &standard-context-menu-items;
jjg@201 96 </context-menu>
jjg@201 97 </view>
jjg@201 98 <subprojects/>
jjg@201 99 </general-data>
jjg@201 100 <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/2">
jjg@201 101 <compilation-unit>
jjg@201 102 <package-root>${root}/src/share/classes</package-root>
jjg@201 103 <built-to>${root}/build/classes</built-to>
jjg@201 104 <source-level>1.5</source-level> <!-- FIXME -->
jjg@201 105 </compilation-unit>
jjg@201 106 </java-data>
jjg@201 107 </configuration>
jjg@201 108 </project>

mercurial