Explorar el Código

make libraries relative

Eren Yilmaz hace 6 años
padre
commit
e1f1adeef4
Se han modificado 2 ficheros con 21 adiciones y 20 borrados
  1. 20 20
      .classpath
  2. 1 0
      .settings/org.eclipse.jdt.core.prefs

+ 20 - 20
.classpath

@@ -2,25 +2,25 @@
 <classpath>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
 	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="lib" path="C:/Users/kolja/graphdrawing-master/NodePlacementAnimation/lib/guava-18.0-sources.jar"/>
-	<classpathentry kind="lib" path="C:/Users/kolja/graphdrawing-master/NodePlacementAnimation/lib/org.eclipse.elk.alg.common.compaction-0.3.0.jar"/>
-	<classpathentry kind="lib" path="C:/Users/kolja/graphdrawing-master/NodePlacementAnimation/lib/org.eclipse.elk.alg.common.compaction-0.3.0-sources.jar"/>
-	<classpathentry kind="lib" path="C:/Users/kolja/graphdrawing-master/NodePlacementAnimation/lib/org.eclipse.elk.alg.force-0.3.0.jar"/>
-	<classpathentry kind="lib" path="C:/Users/kolja/graphdrawing-master/NodePlacementAnimation/lib/org.eclipse.elk.alg.force-0.3.0-sources.jar"/>
-	<classpathentry kind="lib" path="C:/Users/kolja/graphdrawing-master/NodePlacementAnimation/lib/org.eclipse.elk.alg.layered-0.3.0.jar"/>
-	<classpathentry kind="lib" path="C:/Users/kolja/graphdrawing-master/NodePlacementAnimation/lib/org.eclipse.elk.alg.layered-0.3.0-sources.jar"/>
-	<classpathentry kind="lib" path="C:/Users/kolja/graphdrawing-master/NodePlacementAnimation/lib/org.eclipse.elk.alg.mrtree-0.3.0.jar"/>
-	<classpathentry kind="lib" path="C:/Users/kolja/graphdrawing-master/NodePlacementAnimation/lib/org.eclipse.elk.alg.mrtree-0.3.0-sources.jar"/>
-	<classpathentry kind="lib" path="C:/Users/kolja/graphdrawing-master/NodePlacementAnimation/lib/org.eclipse.elk.core-0.3.0.jar"/>
-	<classpathentry kind="lib" path="C:/Users/kolja/graphdrawing-master/NodePlacementAnimation/lib/org.eclipse.elk.core-0.3.0-sources.jar"/>
-	<classpathentry kind="lib" path="C:/Users/kolja/graphdrawing-master/NodePlacementAnimation/lib/org.eclipse.elk.graph-0.3.0.jar"/>
-	<classpathentry kind="lib" path="C:/Users/kolja/graphdrawing-master/NodePlacementAnimation/lib/org.eclipse.elk.graph-0.3.0-sources.jar"/>
-	<classpathentry kind="lib" path="C:/Users/kolja/graphdrawing-master/NodePlacementAnimation/lib/org.eclipse.emf.common-2.12.0.jar"/>
-	<classpathentry kind="lib" path="C:/Users/kolja/graphdrawing-master/NodePlacementAnimation/lib/org.eclipse.emf.common-2.12.0-sources.jar"/>
-	<classpathentry kind="lib" path="C:/Users/kolja/graphdrawing-master/NodePlacementAnimation/lib/org.eclipse.emf.ecore.xmi-2.12.0.jar"/>
-	<classpathentry kind="lib" path="C:/Users/kolja/graphdrawing-master/NodePlacementAnimation/lib/org.eclipse.emf.ecore.xmi-2.12.0-sources.jar"/>
-	<classpathentry kind="lib" path="C:/Users/kolja/graphdrawing-master/NodePlacementAnimation/lib/org.eclipse.emf.ecore-2.12.0.jar"/>
-	<classpathentry kind="lib" path="C:/Users/kolja/graphdrawing-master/NodePlacementAnimation/lib/org.eclipse.emf.ecore-2.12.0-sources.jar"/>
-	<classpathentry kind="lib" path="C:/Users/kolja/graphdrawing-master/NodePlacementAnimation/lib/java-json.jar"/>
+	<classpathentry kind="lib" path="lib/guava-18.0-sources.jar"/>
+	<classpathentry kind="lib" path="lib/java-json.jar"/>
+	<classpathentry kind="lib" path="lib/org.eclipse.elk.alg.common.compaction-0.3.0-sources.jar"/>
+	<classpathentry kind="lib" path="lib/org.eclipse.elk.alg.common.compaction-0.3.0.jar"/>
+	<classpathentry kind="lib" path="lib/org.eclipse.elk.alg.force-0.3.0-sources.jar"/>
+	<classpathentry kind="lib" path="lib/org.eclipse.elk.alg.force-0.3.0.jar"/>
+	<classpathentry kind="lib" path="lib/org.eclipse.elk.alg.layered-0.3.0-sources.jar"/>
+	<classpathentry kind="lib" path="lib/org.eclipse.elk.alg.layered-0.3.0.jar"/>
+	<classpathentry kind="lib" path="lib/org.eclipse.elk.alg.mrtree-0.3.0-sources.jar"/>
+	<classpathentry kind="lib" path="lib/org.eclipse.elk.alg.mrtree-0.3.0.jar"/>
+	<classpathentry kind="lib" path="lib/org.eclipse.elk.core-0.3.0-sources.jar"/>
+	<classpathentry kind="lib" path="lib/org.eclipse.elk.core-0.3.0.jar"/>
+	<classpathentry kind="lib" path="lib/org.eclipse.elk.graph-0.3.0-sources.jar"/>
+	<classpathentry kind="lib" path="lib/org.eclipse.elk.graph-0.3.0.jar"/>
+	<classpathentry kind="lib" path="lib/org.eclipse.emf.common-2.12.0-sources.jar"/>
+	<classpathentry kind="lib" path="lib/org.eclipse.emf.common-2.12.0.jar"/>
+	<classpathentry kind="lib" path="lib/org.eclipse.emf.ecore-2.12.0-sources.jar"/>
+	<classpathentry kind="lib" path="lib/org.eclipse.emf.ecore-2.12.0.jar"/>
+	<classpathentry kind="lib" path="lib/org.eclipse.emf.ecore.xmi-2.12.0-sources.jar"/>
+	<classpathentry kind="lib" path="lib/org.eclipse.emf.ecore.xmi-2.12.0.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>

+ 1 - 0
.settings/org.eclipse.jdt.core.prefs

@@ -1,5 +1,6 @@
 eclipse.preferences.version=1
 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
 org.eclipse.jdt.core.compiler.compliance=1.8