Check in some eclipse crapola.
This commit is contained in:
parent
12a928536a
commit
db1f432dbf
12 changed files with 83 additions and 7 deletions
2
fml/.gitignore
vendored
2
fml/.gitignore
vendored
|
@ -4,3 +4,5 @@
|
||||||
/fmlbuild.properties
|
/fmlbuild.properties
|
||||||
/difflist.txt
|
/difflist.txt
|
||||||
/.metadata/
|
/.metadata/
|
||||||
|
/eclipse/.metadata/
|
||||||
|
/target
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#Sun Jun 05 18:58:07 CEST 2011
|
|
||||||
version=1
|
|
||||||
eclipse.preferences.version=1
|
eclipse.preferences.version=1
|
||||||
refresh.enabled=true
|
refresh.enabled=true
|
||||||
|
version=1
|
||||||
|
|
|
@ -4,5 +4,7 @@ eclipse.preferences.version=1
|
||||||
org.eclipse.debug.ui.PREF_LAUNCH_PERSPECTIVES=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\n<launchPerspectives/>\n
|
org.eclipse.debug.ui.PREF_LAUNCH_PERSPECTIVES=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\n<launchPerspectives/>\n
|
||||||
org.eclipse.debug.ui.UseContextualLaunch=false
|
org.eclipse.debug.ui.UseContextualLaunch=false
|
||||||
org.eclipse.debug.ui.user_view_bindings=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\r\n<viewBindings>\r\n<view id\="org.eclipse.ui.console.ConsoleView">\r\n<perspective id\="org.eclipse.jdt.ui.JavaPerspective" userAction\="opened"/>\r\n</view>\r\n</viewBindings>\r\n
|
org.eclipse.debug.ui.user_view_bindings=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\r\n<viewBindings>\r\n<view id\="org.eclipse.ui.console.ConsoleView">\r\n<perspective id\="org.eclipse.jdt.ui.JavaPerspective" userAction\="opened"/>\r\n</view>\r\n</viewBindings>\r\n
|
||||||
|
org.eclipse.debug.uiinspectPopupSashWeights=750\:250
|
||||||
pref_state_memento.org.eclipse.debug.ui.DebugVieworg.eclipse.debug.ui.DebugView=<?xml version\="1.0" encoding\="UTF-8"?>\r\n<DebugViewMemento org.eclipse.debug.ui.BREADCRUMB_DROPDOWN_AUTO_EXPAND\="false"/>
|
pref_state_memento.org.eclipse.debug.ui.DebugVieworg.eclipse.debug.ui.DebugView=<?xml version\="1.0" encoding\="UTF-8"?>\r\n<DebugViewMemento org.eclipse.debug.ui.BREADCRUMB_DROPDOWN_AUTO_EXPAND\="false"/>
|
||||||
|
preferredDetailPanes=DefaultDetailPane\:DefaultDetailPane|
|
||||||
preferredTargets=default\:default|default,org.eclipse.cdt.debug.ui.toggleCBreakpointTarget\:default|org.eclipse.cdt.debug.ui.toggleCBreakpointTarget\:org.eclipse.cdt.debug.ui.toggleCBreakpointTarget|
|
preferredTargets=default\:default|default,org.eclipse.cdt.debug.ui.toggleCBreakpointTarget\:default|org.eclipse.cdt.debug.ui.toggleCBreakpointTarget\:org.eclipse.cdt.debug.ui.toggleCBreakpointTarget|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
content_assist_favorite_static_members=
|
content_assist_favorite_static_members=
|
||||||
content_assist_lru_history=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><history maxLHS\="100" maxRHS\="10"><lhs name\="net.minecraft.src.IMinecraftRegistry"><rhs name\="net.minecraft.src.ServerRegistry"/></lhs></history>
|
content_assist_lru_history=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><history maxLHS\="100" maxRHS\="10"><lhs name\="net.minecraft.src.IMinecraftRegistry"><rhs name\="net.minecraft.src.ServerRegistry"/></lhs><lhs name\="java.lang.ClassLoader"><rhs name\="java.net.URLClassLoader"/></lhs><lhs name\="java.util.logging.Level"><rhs name\="java.util.logging.Level"/></lhs></history>
|
||||||
content_assist_number_of_computers=13
|
content_assist_number_of_computers=13
|
||||||
content_assist_proposals_background=255,255,255
|
content_assist_proposals_background=255,255,255
|
||||||
content_assist_proposals_foreground=0,0,0
|
content_assist_proposals_foreground=0,0,0
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#Sun Jun 05 18:58:05 CEST 2011
|
|
||||||
spacesForTabs=true
|
|
||||||
eclipse.preferences.version=1
|
eclipse.preferences.version=1
|
||||||
|
lineNumberRuler=true
|
||||||
overviewRuler_migration=migrated_3.1
|
overviewRuler_migration=migrated_3.1
|
||||||
|
spacesForTabs=true
|
||||||
|
|
|
@ -4,6 +4,6 @@ PROBLEMS_FILTERS_MIGRATE=true
|
||||||
SAVE_ALL_BEFORE_BUILD=true
|
SAVE_ALL_BEFORE_BUILD=true
|
||||||
TASKS_FILTERS_MIGRATE=true
|
TASKS_FILTERS_MIGRATE=true
|
||||||
eclipse.preferences.version=1
|
eclipse.preferences.version=1
|
||||||
platformState=1333336227259
|
platformState=1333336227263
|
||||||
quickStart=true
|
quickStart=true
|
||||||
tipsAndTricks=true
|
tipsAndTricks=true
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<launchHistory>
|
<launchHistory>
|
||||||
<launchGroup id="org.eclipse.ui.externaltools.launchGroup">
|
<launchGroup id="org.eclipse.ui.externaltools.launchGroup">
|
||||||
<mruHistory/>
|
<mruHistory>
|
||||||
|
<launch memento="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <launchConfiguration local="true" path="FML build"/> "/>
|
||||||
|
</mruHistory>
|
||||||
<favorites/>
|
<favorites/>
|
||||||
</launchGroup>
|
</launchGroup>
|
||||||
<launchGroup id="org.eclipse.debug.ui.launchGroup.profile">
|
<launchGroup id="org.eclipse.debug.ui.launchGroup.profile">
|
||||||
|
|
8
fml/eclipse/simpletestmod/.classpath
Normal file
8
fml/eclipse/simpletestmod/.classpath
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<classpath>
|
||||||
|
<classpathentry kind="src" path="src"/>
|
||||||
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
||||||
|
<classpathentry kind="src" path="/FML-Server"/>
|
||||||
|
<classpathentry kind="lib" path="/home/cpw/projects/mcworkspace/fmltestbed/FML/target/fml-server-1.0.0.1.zip"/>
|
||||||
|
<classpathentry kind="output" path="bin"/>
|
||||||
|
</classpath>
|
17
fml/eclipse/simpletestmod/.project
Normal file
17
fml/eclipse/simpletestmod/.project
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<projectDescription>
|
||||||
|
<name>simpletestmod</name>
|
||||||
|
<comment></comment>
|
||||||
|
<projects>
|
||||||
|
</projects>
|
||||||
|
<buildSpec>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
</buildSpec>
|
||||||
|
<natures>
|
||||||
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||||
|
</natures>
|
||||||
|
</projectDescription>
|
|
@ -0,0 +1,11 @@
|
||||||
|
eclipse.preferences.version=1
|
||||||
|
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
||||||
|
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
|
||||||
|
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
|
||||||
|
org.eclipse.jdt.core.compiler.compliance=1.7
|
||||||
|
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
|
||||||
|
org.eclipse.jdt.core.compiler.debug.localVariable=generate
|
||||||
|
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
|
||||||
|
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
||||||
|
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
||||||
|
org.eclipse.jdt.core.compiler.source=1.7
|
35
fml/eclipse/simpletestmod/src/mod_testMod.java
Normal file
35
fml/eclipse/simpletestmod/src/mod_testMod.java
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
public class mod_testMod extends BaseMod {
|
||||||
|
|
||||||
|
|
||||||
|
@MLProp
|
||||||
|
public static byte byteptest = 5;
|
||||||
|
@MLProp
|
||||||
|
public static short shortptest = 5;
|
||||||
|
@MLProp
|
||||||
|
public static int intptest = 5;
|
||||||
|
@MLProp
|
||||||
|
public static long longptest = 5;
|
||||||
|
@MLProp
|
||||||
|
public static float floatptest = 5;
|
||||||
|
@MLProp
|
||||||
|
public static double doubleptest = 5;
|
||||||
|
@MLProp
|
||||||
|
public static boolean booleanptest = false;
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String getVersion() {
|
||||||
|
return "test";
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void load() {
|
||||||
|
System.out.println("byte : "+byteptest);
|
||||||
|
System.out.println("short : "+shortptest);
|
||||||
|
System.out.println("int : "+intptest);
|
||||||
|
System.out.println("long : "+longptest);
|
||||||
|
System.out.println("float : "+floatptest);
|
||||||
|
System.out.println("double : "+doubleptest);
|
||||||
|
System.out.println("bool : "+booleanptest);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
BIN
fml/eclipse/testmod.zip
Normal file
BIN
fml/eclipse/testmod.zip
Normal file
Binary file not shown.
Loading…
Reference in a new issue