You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1022 B
35 lines
1022 B
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<gradle-project-properties>
|
|
<!--DO NOT EDIT THIS FILE! - Used by the Gradle plugin of NetBeans.-->
|
|
<license-header>
|
|
<name>New BSD (3-clause) License</name>
|
|
<template>license.txt</template>
|
|
<property name="organization">jMonkeyEngine</property>
|
|
</license-header>
|
|
<built-in-tasks>
|
|
<task>
|
|
<display-name>run</display-name>
|
|
<non-blocking>no</non-blocking>
|
|
<task-names>
|
|
<name must-exist="no">run</name>
|
|
</task-names>
|
|
<task-args/>
|
|
<task-jvm-args>
|
|
<arg>-ea</arg>
|
|
</task-jvm-args>
|
|
</task>
|
|
<task>
|
|
<display-name>run.single</display-name>
|
|
<non-blocking>no</non-blocking>
|
|
<task-names>
|
|
<name must-exist="no">${project}:run</name>
|
|
</task-names>
|
|
<task-args>
|
|
<arg>-PmainClass=${selected-class}</arg>
|
|
</task-args>
|
|
<task-jvm-args>
|
|
<arg>-ea</arg>
|
|
</task-jvm-args>
|
|
</task>
|
|
</built-in-tasks>
|
|
</gradle-project-properties>
|
|
|