make/nbproject/project.xml

Print this page




  81                     <script>nbproject/nbjdk.xml</script>
  82                     <target>javadoc</target>
  83                 </action>
  84                 <action name="test">
  85                     <script>nbproject/nbjdk.xml</script>
  86                     <target>test</target>
  87                 </action>
  88                 <action name="rebuild">
  89                     <script>nbproject/nbjdk.xml</script>
  90                     <target>clean</target>
  91                     <target>jar</target>
  92                 </action>
  93                 <action name="run">
  94                     <script>nbproject/nbjdk.xml</script>
  95                     <target>run</target>
  96                 </action>
  97                 <action name="debug">
  98                     <script>nbproject/nbjdk.xml</script>
  99                     <target>debug-nb</target>
 100                 </action>
 101                 <action name="debug.single">
 102                     <script>nbproject/ide-file-targets.xml</script>
 103                     <target>debug-selected-file-in-src</target>
 104                     <context>
 105                         <property>debug.class</property>
 106                         <folder>test/src</folder>
 107                         <pattern>\.java$</pattern>
 108                         <format>java-name</format>
 109                         <arity>
 110                             <one-file-only/>
 111                         </arity>
 112                     </context>
 113                 </action>
 114                 <action name="run.single">
 115                     <script>nbproject/ide-file-targets.xml</script>
 116                     <target>run-selected-file-in-src</target>
 117                     <context>
 118                         <property>run.class</property>
 119                         <folder>test/src</folder>
 120                         <pattern>\.java$</pattern>
 121                         <format>java-name</format>
 122                         <arity>
 123                             <one-file-only/>
 124                         </arity>
 125                     </context>
 126                 </action>
 127             </ide-actions>
 128             <view>
 129                 <items>
 130                     <source-folder style="packages">
 131                         <label>../test/src</label>
 132                         <location>../test/src</location>
 133                     </source-folder>
 134                     <source-folder style="packages">
 135                         <label>../src</label>
 136                         <location>../src</location>
 137                     </source-folder>
 138                     <source-folder style="packages">
 139                         <label>../buildtools/nasgen/src</label>
 140                         <location>../buildtools/nasgen/src</location>
 141                     </source-folder>




  81                     <script>nbproject/nbjdk.xml</script>
  82                     <target>javadoc</target>
  83                 </action>
  84                 <action name="test">
  85                     <script>nbproject/nbjdk.xml</script>
  86                     <target>test</target>
  87                 </action>
  88                 <action name="rebuild">
  89                     <script>nbproject/nbjdk.xml</script>
  90                     <target>clean</target>
  91                     <target>jar</target>
  92                 </action>
  93                 <action name="run">
  94                     <script>nbproject/nbjdk.xml</script>
  95                     <target>run</target>
  96                 </action>
  97                 <action name="debug">
  98                     <script>nbproject/nbjdk.xml</script>
  99                     <target>debug-nb</target>
 100                 </action>
 101                 <action name="run.single">
 102                     <script>build.xml</script>
 103                     <target>test</target>
 104                     <context>
 105                         <property>test.class</property>
 106                         <folder>../test/src</folder>
 107                         <pattern>\.java$</pattern>
 108                         <format>relative-path-noext</format>
 109                         <arity>
 110                             <one-file-only/>
 111                         </arity>
 112                     </context>
 113                 </action>
 114                 <action name="debug.single">
 115                     <script>nbproject/ide-file-targets.xml</script>
 116                     <target>debug-selected-file-in-src</target>
 117                     <context>
 118                         <property>test.class</property>
 119                         <folder>../test/src</folder>
 120                         <pattern>\.java$</pattern>
 121                         <format>relative-path-noext</format>
 122                         <arity>
 123                             <one-file-only/>
 124                         </arity>
 125                     </context>
 126                 </action>
 127             </ide-actions>
 128             <view>
 129                 <items>
 130                     <source-folder style="packages">
 131                         <label>../test/src</label>
 132                         <location>../test/src</location>
 133                     </source-folder>
 134                     <source-folder style="packages">
 135                         <label>../src</label>
 136                         <location>../src</location>
 137                     </source-folder>
 138                     <source-folder style="packages">
 139                         <label>../buildtools/nasgen/src</label>
 140                         <location>../buildtools/nasgen/src</location>
 141                     </source-folder>