From fb1256f2cfbd58b316317ea8777bfe91fd93ccda Mon Sep 17 00:00:00 2001 From: Tuukka Lehtonen Date: Wed, 17 Oct 2018 12:35:54 +0300 Subject: [PATCH] Fix org.simantics.scl.tutorial classpath and build.properties Removed source and bin directories from build path since there is no source code in this bundle. gitlab #138 Change-Id: I72cfc2a47d6a8d8b85239b4cec095160c7d9d107 --- bundles/org.simantics.scl.tutorial/.classpath | 1 - bundles/org.simantics.scl.tutorial/build.properties | 3 --- 2 files changed, 4 deletions(-) diff --git a/bundles/org.simantics.scl.tutorial/.classpath b/bundles/org.simantics.scl.tutorial/.classpath index b1dabee38..49e77f4e0 100644 --- a/bundles/org.simantics.scl.tutorial/.classpath +++ b/bundles/org.simantics.scl.tutorial/.classpath @@ -2,6 +2,5 @@ - diff --git a/bundles/org.simantics.scl.tutorial/build.properties b/bundles/org.simantics.scl.tutorial/build.properties index 0a709036f..4a53348b4 100644 --- a/bundles/org.simantics.scl.tutorial/build.properties +++ b/bundles/org.simantics.scl.tutorial/build.properties @@ -1,6 +1,3 @@ -source.. = src/ -output.. = bin/ bin.includes = META-INF/,\ - .,\ scl/ src.includes = scl/ -- 2.43.2