Skip to content
Snippets Groups Projects
Commit 70c91081 authored by Sean-M's avatar Sean-M
Browse files

Removed NBJDK references from Project.xml

parent 093eb50b
Branches
Tags
No related merge requests found
...@@ -30,20 +30,17 @@ ...@@ -30,20 +30,17 @@
</folders> </folders>
<ide-actions> <ide-actions>
<action name="build"> <action name="build">
<script>nbproject/nbjdk.xml</script>
<target>dist</target> <target>dist</target>
</action> </action>
<action name="clean"> <action name="clean">
<script>nbproject/nbjdk.xml</script>
<target>clean</target> <target>clean</target>
</action> </action>
<action name="rebuild"> <action name="rebuild">
<script>nbproject/nbjdk.xml</script>
<target>clean</target> <target>clean</target>
<target>dist</target> <target>dist</target>
</action> </action>
<action name="run.single"> <action name="run.single">
<script>nbproject/nbjdk.xml</script> <script>nbproject/ide-file-targets.xml</script>
<target>run-selected-file-in-test</target> <target>run-selected-file-in-test</target>
<context> <context>
<property>run.class</property> <property>run.class</property>
...@@ -56,7 +53,7 @@ ...@@ -56,7 +53,7 @@
</context> </context>
</action> </action>
<action name="compile.single"> <action name="compile.single">
<script>nbproject/nbjdk.xml</script> <script>nbproject/ide-file-targets.xml</script>
<target>compile-selected-files-in-test</target> <target>compile-selected-files-in-test</target>
<context> <context>
<property>files</property> <property>files</property>
...@@ -69,30 +66,25 @@ ...@@ -69,30 +66,25 @@
</context> </context>
</action> </action>
<action name="test"> <action name="test">
<script>nbproject/nbjdk.xml</script>
<target>test</target> <target>test</target>
</action> </action>
<action name="javadoc"> <action name="javadoc">
<script>nbproject/nbjdk.xml</script>
<target>javadoc</target> <target>javadoc</target>
</action> </action>
</ide-actions> </ide-actions>
<export> <export>
<type>folder</type> <type>folder</type>
<location>build</location> <location>build</location>
<script>nbproject/nbjdk.xml</script>
<build-target>dist</build-target> <build-target>dist</build-target>
</export> </export>
<export> <export>
<type>folder</type> <type>folder</type>
<location>build</location> <location>build</location>
<script>nbproject/nbjdk.xml</script>
<build-target>dist</build-target> <build-target>dist</build-target>
</export> </export>
<export> <export>
<type>folder</type> <type>folder</type>
<location>test</location> <location>test</location>
<script>nbproject/nbjdk.xml</script>
<build-target>dist</build-target> <build-target>dist</build-target>
</export> </export>
<view> <view>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment