< prev index next >

langtools/make/netbeans/langtools/nbproject/project.xml

Print this page




  50                     <label>Test files</label>
  51                     <type>tests</type>
  52                     <location>${root}/test</location>
  53                 </source-folder>
  54                 <source-folder>
  55                     <label>Build files</label>
  56                     <type>build</type>
  57                     <location>${root}/make</location>
  58                 </source-folder>
  59                 <source-folder>
  60                     <label>Source files - java.compiler</label>
  61                     <type>java</type>
  62                     <location>${root}/src/java.compiler/share/classes</location>
  63                 </source-folder>
  64                 <source-folder>
  65                     <label>Source files - jdk.compiler</label>
  66                     <type>java</type>
  67                     <location>${root}/src/jdk.compiler/share/classes</location>
  68                 </source-folder>
  69                 <source-folder>
  70                     <label>Source files - jdk.dev</label>
  71                     <type>java</type>
  72                     <location>${root}/src/jdk.dev/share/classes</location>
  73                 </source-folder>
  74                 <source-folder>
  75                     <label>Source files - jdk.javadoc</label>
  76                     <type>java</type>
  77                     <location>${root}/src/jdk.javadoc/share/classes</location>
  78                 </source-folder>
  79                 <build-file>
  80                     <location>${root}/build/classes</location>
  81                 </build-file>
  82             </folders>
  83             <ide-actions>
  84                 <!--
  85  This section defines the standard actions accepted by langtools projects.
  86 
  87  For information on these actions, see
  88    - NetBeans: Setting Up Projects
  89      at http://www.netbeans.org/kb/55/using-netbeans/project_setup.html
  90    - NetBeans: Advanced Freeform Project Configuration
  91      at http://www.netbeans.org/kb/41/freeform-config.html
  92 -->


 111                         <arity>
 112                             <separated-files>,</separated-files>
 113                         </arity>
 114                     </context>
 115                 </action>
 116                 <action name="compile.single">
 117                     <target>compile-single</target>
 118                     <property name="module.name">jdk.compiler</property>
 119                     <context>
 120                         <property>includes</property>
 121                         <folder>${root}/src/jdk.compiler/share/classes</folder>
 122                         <pattern>\.java$</pattern>
 123                         <format>relative-path</format>
 124                         <arity>
 125                             <separated-files>,</separated-files>
 126                         </arity>
 127                     </context>
 128                 </action>
 129                 <action name="compile.single">
 130                     <target>compile-single</target>
 131                     <property name="module.name">jdk.dev</property>
 132                     <context>
 133                         <property>includes</property>
 134                         <folder>${root}/src/jdk.dev/share/classes</folder>
 135                         <pattern>\.java$</pattern>
 136                         <format>relative-path</format>
 137                         <arity>
 138                             <separated-files>,</separated-files>
 139                         </arity>
 140                     </context>
 141                 </action>
 142                 <action name="compile.single">
 143                     <target>compile-single</target>
 144                     <property name="module.name">jdk.javadoc</property>
 145                     <context>
 146                         <property>includes</property>
 147                         <folder>${root}/src/jdk.javadoc/share/classes</folder>
 148                         <pattern>\.java$</pattern>
 149                         <format>relative-path</format>
 150                         <arity>
 151                             <separated-files>,</separated-files>
 152                         </arity>
 153                     </context>
 154                 </action>


 178                             <one-file-only/>
 179                         </arity>
 180                     </context>
 181                 </action>
 182                 <action name="run.single">
 183                     <target>run-single</target>
 184                     <context>
 185                         <property>run.classname</property>
 186                         <folder>${root}/src/jdk.compiler/share/classes</folder>
 187                         <pattern>\.java$</pattern>
 188                         <format>java-name</format>
 189                         <arity>
 190                             <one-file-only/>
 191                         </arity>
 192                     </context>
 193                 </action>
 194                 <action name="run.single">
 195                     <target>run-single</target>
 196                     <context>
 197                         <property>run.classname</property>
 198                         <folder>${root}/src/jdk.dev/share/classes</folder>
 199                         <pattern>\.java$</pattern>
 200                         <format>java-name</format>
 201                         <arity>
 202                             <one-file-only/>
 203                         </arity>
 204                     </context>
 205                 </action>
 206                 <action name="run.single">
 207                     <target>run-single</target>
 208                     <context>
 209                         <property>run.classname</property>
 210                         <folder>${root}/src/jdk.javadoc/share/classes</folder>
 211                         <pattern>\.java$</pattern>
 212                         <format>java-name</format>
 213                         <arity>
 214                             <one-file-only/>
 215                         </arity>
 216                     </context>
 217                 </action>
 218                 <!--


 248                             <one-file-only/>
 249                         </arity>
 250                     </context>
 251                 </action>
 252                 <action name="debug.single">
 253                     <target>debug-single</target>
 254                     <context>
 255                         <property>debug.classname</property>
 256                         <folder>${root}/src/jdk.compiler/share/classes</folder>
 257                         <pattern>\.java$</pattern>
 258                         <format>java-name</format>
 259                         <arity>
 260                             <one-file-only/>
 261                         </arity>
 262                     </context>
 263                 </action>
 264                 <action name="debug.single">
 265                     <target>debug-single</target>
 266                     <context>
 267                         <property>debug.classname</property>
 268                         <folder>${root}/src/jdk.dev/share/classes</folder>
 269                         <pattern>\.java$</pattern>
 270                         <format>java-name</format>
 271                         <arity>
 272                             <one-file-only/>
 273                         </arity>
 274                     </context>
 275                 </action>
 276                 <action name="debug.single">
 277                     <target>debug-single</target>
 278                     <context>
 279                         <property>debug.classname</property>
 280                         <folder>${root}/src/jdk.javadoc/share/classes</folder>
 281                         <pattern>\.java$</pattern>
 282                         <format>java-name</format>
 283                         <arity>
 284                             <one-file-only/>
 285                         </arity>
 286                     </context>
 287                 </action>
 288                 <!--


 312                         <arity>
 313                             <one-file-only/>
 314                         </arity>
 315                     </context>
 316                 </action>
 317                 <action name="debug.fix">
 318                     <target>debug-fix</target>
 319                     <property name="module.name">jdk.compiler</property>
 320                     <context>
 321                         <property>class</property>
 322                         <folder>${root}/src/jdk.compiler/share/classes</folder>
 323                         <pattern>\.java$</pattern>
 324                         <format>relative-path-noext</format>
 325                         <arity>
 326                             <one-file-only/>
 327                         </arity>
 328                     </context>
 329                 </action>
 330                 <action name="debug.fix">
 331                     <target>debug-fix</target>
 332                     <property name="module.name">jdk.dev</property>
 333                     <context>
 334                         <property>class</property>
 335                         <folder>${root}/src/jdk.dev/share/classes</folder>
 336                         <pattern>\.java$</pattern>
 337                         <format>relative-path-noext</format>
 338                         <arity>
 339                             <one-file-only/>
 340                         </arity>
 341                     </context>
 342                 </action>
 343                 <action name="debug.fix">
 344                     <target>debug-fix</target>
 345                     <property name="module.name">jdk.javadoc</property>
 346                     <context>
 347                         <property>class</property>
 348                         <folder>${root}/src/jdk.javadoc/share/classes</folder>
 349                         <pattern>\.java$</pattern>
 350                         <format>relative-path-noext</format>
 351                         <arity>
 352                             <one-file-only/>
 353                         </arity>
 354                     </context>
 355                 </action>


 365                 <action name="test-select-tool-2">
 366                     <target>test-select-tool-2</target>
 367                 </action>
 368             </ide-actions>
 369             <export>
 370                 <type>folder</type>
 371                 <location>${root}/build/classes</location>
 372                 <build-target>build</build-target>
 373             </export>
 374             <view>
 375                 <items>
 376                     <source-folder style="tree">
 377                         <label>Source files - java.compiler</label>
 378                         <location>${root}/src/java.compiler/share/classes</location>
 379                     </source-folder>
 380                     <source-folder style="tree">
 381                         <label>Source files - jdk.compiler</label>
 382                         <location>${root}/src/jdk.compiler/share/classes</location>
 383                     </source-folder>
 384                     <source-folder style="tree">
 385                         <label>Source files - jdk.dev</label>
 386                         <location>${root}/src/jdk.dev/share/classes</location>
 387                     </source-folder>
 388                     <source-folder style="tree">
 389                         <label>Source files - jdk.javadoc</label>
 390                         <location>${root}/src/jdk.javadoc/share/classes</location>
 391                     </source-folder>
 392                     <source-folder style="tree">
 393                         <label>Test files</label>
 394                         <location>${root}/test</location>
 395                     </source-folder>
 396                     <source-folder style="tree">
 397                         <label>Build files</label>
 398                         <location>${root}/make</location>
 399                     </source-folder>
 400                     <source-file>
 401                         <label>README</label>
 402                         <location>README</location>
 403                     </source-file>
 404                 </items>
 405                 <context-menu>
 406                     <!--


 426                     <ide-action name="test"/>
 427                 </context-menu>
 428             </view>
 429             <subprojects/>
 430         </general-data>
 431         <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/4">
 432             <compilation-unit>
 433                 <package-root>${root}/src/java.compiler/share/classes</package-root>
 434                 <package-root>${root}/build/bootstrap/java.compiler/gensrc</package-root>
 435                 <built-to>${root}/build/java.compiler/classes</built-to>
 436                 <source-level>1.8</source-level>
 437             </compilation-unit>
 438             <compilation-unit>
 439                 <package-root>${root}/src/jdk.compiler/share/classes</package-root>
 440                 <package-root>${root}/build/bootstrap/jdk.compiler/gensrc</package-root>
 441                 <classpath mode="compile">${root}/build/java.compiler/classes</classpath>
 442                 <built-to>${root}/build/jdk.compiler/classes</built-to>
 443                 <source-level>1.8</source-level>
 444             </compilation-unit>
 445             <compilation-unit>
 446                 <package-root>${root}/src/jdk.dev/share/classes</package-root>
 447                 <package-root>${root}/build/bootstrap/jdk.dev/gensrc</package-root>
 448                 <classpath mode="compile">${root}/build/java.compiler/classes:${root}/build/jdk.compiler/classes</classpath>
 449                 <built-to>${root}/build/jdk.dev/classes</built-to>
 450                 <source-level>1.8</source-level>
 451             </compilation-unit>
 452             <compilation-unit>
 453                 <package-root>${root}/src/jdk.javadoc/share/classes</package-root>
 454                 <package-root>${root}/build/bootstrap/jdk.javadoc/gensrc</package-root>
 455                 <classpath mode="compile">${root}/build/java.compiler/classes:${root}/build/jdk.compiler/classes</classpath>
 456                 <built-to>${root}/build/jdk.javadoc/classes</built-to>
 457                 <source-level>1.8</source-level>
 458             </compilation-unit>
 459         </java-data>
 460     </configuration>
 461 </project>


  50                     <label>Test files</label>
  51                     <type>tests</type>
  52                     <location>${root}/test</location>
  53                 </source-folder>
  54                 <source-folder>
  55                     <label>Build files</label>
  56                     <type>build</type>
  57                     <location>${root}/make</location>
  58                 </source-folder>
  59                 <source-folder>
  60                     <label>Source files - java.compiler</label>
  61                     <type>java</type>
  62                     <location>${root}/src/java.compiler/share/classes</location>
  63                 </source-folder>
  64                 <source-folder>
  65                     <label>Source files - jdk.compiler</label>
  66                     <type>java</type>
  67                     <location>${root}/src/jdk.compiler/share/classes</location>
  68                 </source-folder>
  69                 <source-folder>
  70                     <label>Source files - jdk.jdeps</label>
  71                     <type>java</type>
  72                     <location>${root}/src/jdk.jdeps/share/classes</location>
  73                 </source-folder>
  74                 <source-folder>
  75                     <label>Source files - jdk.javadoc</label>
  76                     <type>java</type>
  77                     <location>${root}/src/jdk.javadoc/share/classes</location>
  78                 </source-folder>
  79                 <build-file>
  80                     <location>${root}/build/classes</location>
  81                 </build-file>
  82             </folders>
  83             <ide-actions>
  84                 <!--
  85  This section defines the standard actions accepted by langtools projects.
  86 
  87  For information on these actions, see
  88    - NetBeans: Setting Up Projects
  89      at http://www.netbeans.org/kb/55/using-netbeans/project_setup.html
  90    - NetBeans: Advanced Freeform Project Configuration
  91      at http://www.netbeans.org/kb/41/freeform-config.html
  92 -->


 111                         <arity>
 112                             <separated-files>,</separated-files>
 113                         </arity>
 114                     </context>
 115                 </action>
 116                 <action name="compile.single">
 117                     <target>compile-single</target>
 118                     <property name="module.name">jdk.compiler</property>
 119                     <context>
 120                         <property>includes</property>
 121                         <folder>${root}/src/jdk.compiler/share/classes</folder>
 122                         <pattern>\.java$</pattern>
 123                         <format>relative-path</format>
 124                         <arity>
 125                             <separated-files>,</separated-files>
 126                         </arity>
 127                     </context>
 128                 </action>
 129                 <action name="compile.single">
 130                     <target>compile-single</target>
 131                     <property name="module.name">jdk.jdeps</property>
 132                     <context>
 133                         <property>includes</property>
 134                         <folder>${root}/src/jdk.jdeps/share/classes</folder>
 135                         <pattern>\.java$</pattern>
 136                         <format>relative-path</format>
 137                         <arity>
 138                             <separated-files>,</separated-files>
 139                         </arity>
 140                     </context>
 141                 </action>
 142                 <action name="compile.single">
 143                     <target>compile-single</target>
 144                     <property name="module.name">jdk.javadoc</property>
 145                     <context>
 146                         <property>includes</property>
 147                         <folder>${root}/src/jdk.javadoc/share/classes</folder>
 148                         <pattern>\.java$</pattern>
 149                         <format>relative-path</format>
 150                         <arity>
 151                             <separated-files>,</separated-files>
 152                         </arity>
 153                     </context>
 154                 </action>


 178                             <one-file-only/>
 179                         </arity>
 180                     </context>
 181                 </action>
 182                 <action name="run.single">
 183                     <target>run-single</target>
 184                     <context>
 185                         <property>run.classname</property>
 186                         <folder>${root}/src/jdk.compiler/share/classes</folder>
 187                         <pattern>\.java$</pattern>
 188                         <format>java-name</format>
 189                         <arity>
 190                             <one-file-only/>
 191                         </arity>
 192                     </context>
 193                 </action>
 194                 <action name="run.single">
 195                     <target>run-single</target>
 196                     <context>
 197                         <property>run.classname</property>
 198                         <folder>${root}/src/jdk.jdeps/share/classes</folder>
 199                         <pattern>\.java$</pattern>
 200                         <format>java-name</format>
 201                         <arity>
 202                             <one-file-only/>
 203                         </arity>
 204                     </context>
 205                 </action>
 206                 <action name="run.single">
 207                     <target>run-single</target>
 208                     <context>
 209                         <property>run.classname</property>
 210                         <folder>${root}/src/jdk.javadoc/share/classes</folder>
 211                         <pattern>\.java$</pattern>
 212                         <format>java-name</format>
 213                         <arity>
 214                             <one-file-only/>
 215                         </arity>
 216                     </context>
 217                 </action>
 218                 <!--


 248                             <one-file-only/>
 249                         </arity>
 250                     </context>
 251                 </action>
 252                 <action name="debug.single">
 253                     <target>debug-single</target>
 254                     <context>
 255                         <property>debug.classname</property>
 256                         <folder>${root}/src/jdk.compiler/share/classes</folder>
 257                         <pattern>\.java$</pattern>
 258                         <format>java-name</format>
 259                         <arity>
 260                             <one-file-only/>
 261                         </arity>
 262                     </context>
 263                 </action>
 264                 <action name="debug.single">
 265                     <target>debug-single</target>
 266                     <context>
 267                         <property>debug.classname</property>
 268                         <folder>${root}/src/jdk.jdeps/share/classes</folder>
 269                         <pattern>\.java$</pattern>
 270                         <format>java-name</format>
 271                         <arity>
 272                             <one-file-only/>
 273                         </arity>
 274                     </context>
 275                 </action>
 276                 <action name="debug.single">
 277                     <target>debug-single</target>
 278                     <context>
 279                         <property>debug.classname</property>
 280                         <folder>${root}/src/jdk.javadoc/share/classes</folder>
 281                         <pattern>\.java$</pattern>
 282                         <format>java-name</format>
 283                         <arity>
 284                             <one-file-only/>
 285                         </arity>
 286                     </context>
 287                 </action>
 288                 <!--


 312                         <arity>
 313                             <one-file-only/>
 314                         </arity>
 315                     </context>
 316                 </action>
 317                 <action name="debug.fix">
 318                     <target>debug-fix</target>
 319                     <property name="module.name">jdk.compiler</property>
 320                     <context>
 321                         <property>class</property>
 322                         <folder>${root}/src/jdk.compiler/share/classes</folder>
 323                         <pattern>\.java$</pattern>
 324                         <format>relative-path-noext</format>
 325                         <arity>
 326                             <one-file-only/>
 327                         </arity>
 328                     </context>
 329                 </action>
 330                 <action name="debug.fix">
 331                     <target>debug-fix</target>
 332                     <property name="module.name">jdk.jdeps</property>
 333                     <context>
 334                         <property>class</property>
 335                         <folder>${root}/src/jdk.jdeps/share/classes</folder>
 336                         <pattern>\.java$</pattern>
 337                         <format>relative-path-noext</format>
 338                         <arity>
 339                             <one-file-only/>
 340                         </arity>
 341                     </context>
 342                 </action>
 343                 <action name="debug.fix">
 344                     <target>debug-fix</target>
 345                     <property name="module.name">jdk.javadoc</property>
 346                     <context>
 347                         <property>class</property>
 348                         <folder>${root}/src/jdk.javadoc/share/classes</folder>
 349                         <pattern>\.java$</pattern>
 350                         <format>relative-path-noext</format>
 351                         <arity>
 352                             <one-file-only/>
 353                         </arity>
 354                     </context>
 355                 </action>


 365                 <action name="test-select-tool-2">
 366                     <target>test-select-tool-2</target>
 367                 </action>
 368             </ide-actions>
 369             <export>
 370                 <type>folder</type>
 371                 <location>${root}/build/classes</location>
 372                 <build-target>build</build-target>
 373             </export>
 374             <view>
 375                 <items>
 376                     <source-folder style="tree">
 377                         <label>Source files - java.compiler</label>
 378                         <location>${root}/src/java.compiler/share/classes</location>
 379                     </source-folder>
 380                     <source-folder style="tree">
 381                         <label>Source files - jdk.compiler</label>
 382                         <location>${root}/src/jdk.compiler/share/classes</location>
 383                     </source-folder>
 384                     <source-folder style="tree">
 385                         <label>Source files - jdk.jdeps</label>
 386                         <location>${root}/src/jdk.jdeps/share/classes</location>
 387                     </source-folder>
 388                     <source-folder style="tree">
 389                         <label>Source files - jdk.javadoc</label>
 390                         <location>${root}/src/jdk.javadoc/share/classes</location>
 391                     </source-folder>
 392                     <source-folder style="tree">
 393                         <label>Test files</label>
 394                         <location>${root}/test</location>
 395                     </source-folder>
 396                     <source-folder style="tree">
 397                         <label>Build files</label>
 398                         <location>${root}/make</location>
 399                     </source-folder>
 400                     <source-file>
 401                         <label>README</label>
 402                         <location>README</location>
 403                     </source-file>
 404                 </items>
 405                 <context-menu>
 406                     <!--


 426                     <ide-action name="test"/>
 427                 </context-menu>
 428             </view>
 429             <subprojects/>
 430         </general-data>
 431         <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/4">
 432             <compilation-unit>
 433                 <package-root>${root}/src/java.compiler/share/classes</package-root>
 434                 <package-root>${root}/build/bootstrap/java.compiler/gensrc</package-root>
 435                 <built-to>${root}/build/java.compiler/classes</built-to>
 436                 <source-level>1.8</source-level>
 437             </compilation-unit>
 438             <compilation-unit>
 439                 <package-root>${root}/src/jdk.compiler/share/classes</package-root>
 440                 <package-root>${root}/build/bootstrap/jdk.compiler/gensrc</package-root>
 441                 <classpath mode="compile">${root}/build/java.compiler/classes</classpath>
 442                 <built-to>${root}/build/jdk.compiler/classes</built-to>
 443                 <source-level>1.8</source-level>
 444             </compilation-unit>
 445             <compilation-unit>
 446                 <package-root>${root}/src/jdk.jdeps/share/classes</package-root>
 447                 <package-root>${root}/build/bootstrap/jdk.jdeps/gensrc</package-root>
 448                 <classpath mode="compile">${root}/build/java.compiler/classes:${root}/build/jdk.compiler/classes</classpath>
 449                 <built-to>${root}/build/jdk.jdeps/classes</built-to>
 450                 <source-level>1.8</source-level>
 451             </compilation-unit>
 452             <compilation-unit>
 453                 <package-root>${root}/src/jdk.javadoc/share/classes</package-root>
 454                 <package-root>${root}/build/bootstrap/jdk.javadoc/gensrc</package-root>
 455                 <classpath mode="compile">${root}/build/java.compiler/classes:${root}/build/jdk.compiler/classes</classpath>
 456                 <built-to>${root}/build/jdk.javadoc/classes</built-to>
 457                 <source-level>1.8</source-level>
 458             </compilation-unit>
 459         </java-data>
 460     </configuration>
 461 </project>
< prev index next >