From af10a6afffaced308a807ad5f6908505debcb61a Mon Sep 17 00:00:00 2001
From: Daniel <Daniel@10.6.165.46>
Date: Tue, 7 Jan 2020 18:06:23 +0100
Subject: [PATCH] Changed project dependencies to plugin dependencies

---
 .classpath | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.classpath b/.classpath
index 7c7f09b..58b58e5 100644
--- a/.classpath
+++ b/.classpath
@@ -2,13 +2,13 @@
 <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.6"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/Icy-AutoComplete"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/RhinoLibrary"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/JavaDocParser"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/RSyntaxTextArea"/>
 	<classpathentry kind="var" path="ICY_JAR"/>
 	<classpathentry kind="var" path="ICY_PLUGINS/adufour/ezplug/EzPlug.jar"/>
 	<classpathentry kind="var" path="ICY_PLUGINS/adufour/blocks/Blocks.jar"/>
 	<classpathentry kind="var" path="ICY_PLUGINS/tlecomte/jythonForIcy/JythonForIcy.jar"/>
+	<classpathentry kind="lib" path="C:/Users/Daniel/git/icy/Icy-App/plugins/tprovoost/autocomplete/AutoCompletePlugin.jar"/>
+	<classpathentry kind="lib" path="C:/Users/Daniel/git/icy/Icy-App/plugins/tprovoost/javadocparser/JavaDocParser.jar"/>
+	<classpathentry kind="lib" path="C:/Users/Daniel/git/icy/Icy-App/plugins/tprovoost/rhino/RhinoPlugin.jar"/>
+	<classpathentry kind="lib" path="C:/Users/Daniel/git/icy/Icy-App/plugins/tprovoost/rsyntaxtextarea/RSyntaxTextAreaPlugin.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>
-- 
GitLab