|
Java example source code file (project.xml)
The project.xml Java example source code<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. This code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 only, as published by the Free Software Foundation. This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License version 2 for more details (a copy is included in the LICENSE file that accompanied this code). You should have received a copy of the GNU General Public License version 2 along with this work; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA or visit www.oracle.com if you need additional information or have any questions. --> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.ant.freeform <configuration> <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1"> <name>nashorn </general-data> <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2"> <!-- Do not use Project Properties customizer when editing this file manually. --> <name>nashorn <properties/> <folders> <source-folder> <label>nashorn <location>. <encoding>UTF-8 </source-folder> <source-folder> <label>../src <location>../src </source-folder> <source-folder> <label>../test/src <location>../test/src </source-folder> <source-folder> <label>../buildtools/nasgen/src <location>../buildtools/nasgen/src </source-folder> <source-folder> <label>../test/src <type>java <location>../test/src <encoding>UTF-8 </source-folder> <source-folder> <label>../src <type>java <location>../src <encoding>UTF-8 </source-folder> <source-folder> <label>../buildtools/nasgen/src <type>java <location>../buildtools/nasgen/src <encoding>UTF-8 </source-folder> </folders> <ide-actions> <action name="build"> <script>nbproject/nbjdk.xml <target>jar </action> <action name="clean"> <script>nbproject/nbjdk.xml <target>clean </action> <action name="javadoc"> <script>nbproject/nbjdk.xml <target>javadoc </action> <action name="test"> <script>nbproject/nbjdk.xml <target>test </action> <action name="rebuild"> <script>nbproject/nbjdk.xml <target>clean <target>jar </action> <action name="run"> <script>nbproject/nbjdk.xml <target>run </action> <action name="debug"> <script>nbproject/nbjdk.xml <target>debug-nb </action> <action name="debug.single"> <script>nbproject/ide-file-targets.xml <target>debug-selected-file-in-src <context> <property>debug.class <folder>test/src <pattern>\.java$ <format>java-name <arity> <one-file-only/> </arity> </context> </action> <action name="run.single"> <script>nbproject/ide-file-targets.xml <target>run-selected-file-in-src <context> <property>run.class <folder>test/src <pattern>\.java$ <format>java-name <arity> <one-file-only/> </arity> </context> </action> </ide-actions> <view> <items> <source-folder style="packages"> <label>../test/src <location>../test/src </source-folder> <source-folder style="packages"> <label>../src <location>../src </source-folder> <source-folder style="packages"> <label>../buildtools/nasgen/src <location>../buildtools/nasgen/src </source-folder> <source-file> <location>build.xml </source-file> </items> <context-menu> <ide-action name="build"/> <ide-action name="rebuild"/> <ide-action name="clean"/> <ide-action name="javadoc"/> <ide-action name="run"/> <ide-action name="test"/> <ide-action name="debug"/> </context-menu> </view> <subprojects/> </general-data> <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/3"> <compilation-unit> <package-root>../test/src <unit-tests/> <classpath mode="compile">../test/lib/testng.jar:../build/classes:../src <source-level>1.7 </compilation-unit> <compilation-unit> <package-root>../src <source-level>1.7 </compilation-unit> <compilation-unit> <package-root>../buildtools/nasgen/src <classpath mode="compile">../build/classes:../src <source-level>1.7 </compilation-unit> </java-data> </configuration> </project> Other Java examples (source code examples)Here is a short list of links related to this Java project.xml source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.