Skip to content
Snippets Groups Projects
Commit 4257c13f authored by Chung-Hao Huang's avatar Chung-Hao Huang
Browse files

check-in the jgrapht library (used in the scheduling plugin)

parent f43ba731
No related branches found
No related tags found
No related merge requests found
......@@ -5,5 +5,6 @@
<classpathentry exported="true" kind="lib" path="lib/org.conqat.ide.commons.ui.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry exported="true" kind="lib" path="lib/jgrapht-jdk1.6_src.jar"/>
<classpathentry kind="output" path="build"/>
</classpath>
......@@ -18,7 +18,8 @@ Require-Bundle: org.fortiss.tooling.common;bundle-version="2.4.0";visibility:=re
org.eclipse.ui.ide;bundle-version="3.7.0";visibility:=reexport
Bundle-ClassPath: .,
lib/org.conqat.ide.commons.gef.jar,
lib/org.conqat.ide.commons.ui.jar
lib/org.conqat.ide.commons.ui.jar,
lib/jgrapht-jdk1.6_src.jar
Export-Package: org.conqat.ide.commons.gef,
org.conqat.ide.commons.gef.directediting,
org.conqat.ide.commons.gef.draw2d,
......@@ -62,5 +63,22 @@ Export-Package: org.conqat.ide.commons.gef,
org.conqat.ide.commons.ui.xmlmodel.undo,
org.eclipse.gmf.runtime.draw2d.ui.figures,
org.eclipse.ui.actions,
org.eclipse.wb.swt
org.eclipse.wb.swt,
org.jgrapht,
org.jgrapht.alg,
org.jgrapht.alg.util,
org.jgrapht.demo,
org.jgrapht.event,
org.jgrapht.experimental,
org.jgrapht.experimental.alg,
org.jgrapht.experimental.alg.color,
org.jgrapht.experimental.dag,
org.jgrapht.experimental.equivalence,
org.jgrapht.experimental.isomorphism,
org.jgrapht.experimental.permutation,
org.jgrapht.ext,
org.jgrapht.generate,
org.jgrapht.graph,
org.jgrapht.traverse,
org.jgrapht.util
Bundle-Vendor: fortiss GmbH
bin.includes = META-INF/,\
lib/org.conqat.ide.commons.gef.jar,\
lib/org.conqat.ide.commons.ui.jar
lib/org.conqat.ide.commons.ui.jar,\
lib/jgrapht-jdk1.6_src.jar
jars.compile.order = .
source.. = src/
output.. = build/
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment