Skip to content
Snippets Groups Projects
Commit ab5d312a authored by Dongyue Mou's avatar Dongyue Mou
Browse files

move swt-grouplayout to common

parent 2d354231
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="lib" path="lib/swt-grouplayout.jar"/>
<classpathentry exported="true" kind="lib" path="lib/org.conqat.ide.commons.gef.jar"/>
<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"/>
......
......@@ -19,7 +19,8 @@ Require-Bundle: org.fortiss.tooling.common;bundle-version="2.4.0";visibility:=re
Bundle-ClassPath: .,
lib/org.conqat.ide.commons.gef.jar,
lib/org.conqat.ide.commons.ui.jar,
lib/jgrapht-jdk1.6_src.jar
lib/jgrapht-jdk1.6_src.jar,
lib/swt-grouplayout.jar
Export-Package: org.conqat.ide.commons.gef,
org.conqat.ide.commons.gef.directediting,
org.conqat.ide.commons.gef.draw2d,
......@@ -62,8 +63,11 @@ Export-Package: org.conqat.ide.commons.gef,
org.conqat.ide.commons.ui.xmlmodel.databinding,
org.conqat.ide.commons.ui.xmlmodel.undo,
org.eclipse.gmf.runtime.draw2d.ui.figures,
org.eclipse.gmf.runtime.draw2d.ui.geometry,
org.eclipse.ui.actions,
org.eclipse.wb.swt,
org.eclipse.wb.swt.layout.grouplayout,
org.eclipse.wb.swt.widgets.baseline,
org.jgrapht,
org.jgrapht.alg,
org.jgrapht.alg.util,
......
......@@ -2,7 +2,8 @@ bin.includes = .,\
META-INF/,\
lib/org.conqat.ide.commons.gef.jar,\
lib/org.conqat.ide.commons.ui.jar,\
lib/jgrapht-jdk1.6_src.jar
lib/jgrapht-jdk1.6_src.jar,\
lib/swt-grouplayout.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