Skip to content
Snippets Groups Projects
Commit ef8d1ab3 authored by Simon Barner's avatar Simon Barner
Browse files

Move source from third parties to external-src

refs 3217
parent 47284d9c
No related branches found
No related tags found
No related merge requests found
Showing
with 3 additions and 1 deletion
......@@ -3,6 +3,7 @@
<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.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="external-src"/>
<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 exported="true" kind="lib" path="lib/jgrapht-jdk1.6_src.jar"/>
......
......@@ -7,6 +7,7 @@ bin.includes = .,\
lib/jgrapht-jdk1.6_src.jar,\
lib/swt-grouplayout.jar
jars.compile.order = .
source.. = src/
source.. = src/,\
external-src/
output.. = build/
src.includes = lib/
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