Created the 'Vogog' branch.
This commit is contained in:
parent
f9f4935463
commit
3b4684619f
@ -3,10 +3,10 @@
|
|||||||
<classpathentry kind="src" path="src"/>
|
<classpathentry kind="src" path="src"/>
|
||||||
<classpathentry kind="src" path="jgrapht"/>
|
<classpathentry kind="src" path="jgrapht"/>
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||||
<classpathentry kind="lib" path="D:/Documents/Test Server/plugins/AutoPluginUpdate.jar"/>
|
<classpathentry kind="lib" path="/Users/victor/Twoside_Keeper_External_Plugins/AutoPluginUpdate.jar"/>
|
||||||
<classpathentry kind="lib" path="D:/Documents/Test Server/plugins/GlowAPI_v1.4.4.jar"/>
|
<classpathentry kind="lib" path="/Users/victor/Twoside_Keeper_External_Plugins/GlowAPI_v1.4.4.jar"/>
|
||||||
<classpathentry kind="lib" path="D:/Documents/Test Server/spigot-1.9.2-R0.1-SNAPSHOT.jar"/>
|
<classpathentry kind="lib" path="/Users/victor/Twoside_Keeper_External_Plugins/spigot-1.9.2-R0.1-SNAPSHOT.jar"/>
|
||||||
<classpathentry kind="lib" path="D:/Documents/Test Server/plugins/aPlugin (99).jar"/>
|
<classpathentry kind="lib" path="/Users/victor/Twoside_Keeper_External_Plugins/aPlugin (99).jar"/>
|
||||||
<classpathentry kind="src" path="/AutoPluginUpdate"/>
|
<classpathentry kind="src" path="/AutoPluginUpdate"/>
|
||||||
<classpathentry kind="output" path="bin"/>
|
<classpathentry kind="output" path="bin"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
2
.project
2
.project
@ -28,7 +28,7 @@
|
|||||||
<link>
|
<link>
|
||||||
<name>jgrapht</name>
|
<name>jgrapht</name>
|
||||||
<type>2</type>
|
<type>2</type>
|
||||||
<location>D:/Data/jgrapht-1.0.1/jgrapht-1.0.1/source/jgrapht-core/src/main/java</location>
|
<location>/Applications/Eclipse.app/Contents/MacOS/D::/Data/jgrapht-1.0.1/jgrapht-1.0.1/source/jgrapht-core/src/main/java</location>
|
||||||
</link>
|
</link>
|
||||||
</linkedResources>
|
</linkedResources>
|
||||||
</projectDescription>
|
</projectDescription>
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -3,6 +3,6 @@
|
|||||||
<project name="TwosideKeeper.makejar" default="makejar" basedir=".">
|
<project name="TwosideKeeper.makejar" default="makejar" basedir=".">
|
||||||
<target name ="makejar" description="Create a jar for the TwosideKeeper project">
|
<target name ="makejar" description="Create a jar for the TwosideKeeper project">
|
||||||
<jar jarfile="TwosideKeeper.jar" includes="**/*.class,**/*.yml" basedir="bin"/>
|
<jar jarfile="TwosideKeeper.jar" includes="**/*.class,**/*.yml" basedir="bin"/>
|
||||||
<jar jarfile="C:\Users\sigon\Documents\Test Stream Server\plugins\TwosideKeeper.jar" includes="**/*.class,**/*.yml" basedir="bin"/>
|
<jar jarfile="/Users/victor/Twoside_Keeper_v1/plugins/TwosideKeeper.jar" includes="**/*.class,**/*.yml" basedir="bin"/>
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
Loading…
x
Reference in New Issue
Block a user