Browse Source

Packaged class files in jar for unpacked plugins to be able to import from target

benjamin.schwertfeger@gmail.com 13 years ago
parent
commit
567aebc9d6

+ 2 - 1
plugins/org.yakindu.sct.model.sgraph/META-INF/MANIFEST.MF

@@ -3,7 +3,8 @@ Bundle-ManifestVersion: 2
 Bundle-Name: Yakindu SCT SGraph Model
 Bundle-SymbolicName: org.yakindu.sct.model.sgraph;singleton:=true
 Bundle-Version: 1.0.0.qualifier
-Bundle-ClassPath: .
+Bundle-ClassPath: .,
+ org.yakindu.sct.model.sgraph.jar
 Bundle-Vendor: YAKINDU
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Export-Package: org.yakindu.sct.model.sgraph,

+ 7 - 6
plugins/org.yakindu.sct.model.sgraph/build.properties

@@ -7,12 +7,13 @@
 # committers of YAKINDU - initial API and implementation
 # 
 
-bin.includes = .,\
-               model/,\
+bin.includes = model/,\
                META-INF/,\
-               plugin.xml
-jars.compile.order = .
-source.. = src/
-output.. = bin/
+               plugin.xml,\
+               org.yakindu.sct.model.sgraph.jar
+jars.compile.order = org.yakindu.sct.model.sgraph.jar
 jre.compilation.profile = J2SE-1.5
 src.includes = .project
+source.org.yakindu.sct.model.sgraph.jar = src/
+output.org.yakindu.sct.model.sgraph.jar = bin/
+src.excludes = model/