-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy path.project
31 lines (31 loc) · 1 KB
/
.project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>NashornSandbox</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.eclipsesource.jshint.ui.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.nodeclipse.jjs.NashornNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<!-- Gradle IDE by Pivotal is optional e.g. to have Gradle Tasks View inside Eclipse
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
(similar to Gradle GUI task tree, but without description)
Line below would be added by Gradle IDE with "Convert To Gradle Project"
to enable the Gradle tooling on a project by adding "Gradle Nature".
<nature>org.springsource.ide.eclipse.gradle.core.nature</nature>
<nature>org.eclipse.jdt.groovy.core.groovyNature</nature>
-->
</natures>
</projectDescription>