Skip to content

Commit 141bd6e

Browse files
committed
Eclipse .project & .classpath, plus lib/.gitignore w. canarymod.jar
1 parent 0423141 commit 141bd6e

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed

.classpath

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src/docs/java"/>
4+
<classpathentry kind="src" path="src/main/java/bukkit"/>
5+
<classpathentry kind="src" path="src/main/java/canary"/>
6+
<classpathentry kind="src" path="src/main/java/webserver"/>
7+
<classpathentry kind="lib" path="lib/bukkit-1.7.10-R0.1-SNAPSHOT.jar"/>
8+
<classpathentry kind="lib" path="lib/canarymod.jar"/>
9+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
10+
<classpathentry kind="output" path="target"/>
11+
</classpath>

.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>ScriptCraft</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
16+
</natures>
17+
</projectDescription>

lib/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/canarymod.jar

0 commit comments

Comments
 (0)