Blob Blame History Raw
Index: com.mountainminds.eclemma.core/META-INF/MANIFEST.MF
===================================================================
--- com.mountainminds.eclemma.core/META-INF/MANIFEST.MF	(revision 465)
+++ com.mountainminds.eclemma.core/META-INF/MANIFEST.MF	(working copy)
@@ -13,8 +13,8 @@
  org.eclipse.debug.core,
  org.eclipse.jdt.core,
  org.eclipse.jdt.launching
-Bundle-ClassPath: .,
- emma.jar
+Bundle-ClassPath: emma.jar,
+ eclemma-core.jar
 Bundle-Activator: com.mountainminds.eclemma.internal.core.EclEmmaCorePlugin
 Eclipse-AutoStart: true
 
Index: com.mountainminds.eclemma.core/.classpath
===================================================================
--- com.mountainminds.eclemma.core/.classpath	(revision 465)
+++ com.mountainminds.eclemma.core/.classpath	(working copy)
@@ -1,8 +1,9 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry exported="true" kind="lib" path="emma.jar"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-	<classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry exported="true" kind="lib" path="eclemma-core.jar"/>
+	<classpathentry exported="true" kind="lib" path="emma.jar"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>
Index: com.mountainminds.eclemma.core/build.properties
===================================================================
--- com.mountainminds.eclemma.core/build.properties	(revision 465)
+++ com.mountainminds.eclemma.core/build.properties	(working copy)
@@ -1,11 +1,13 @@
-source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\
-               .,\
                plugin.xml,\
                .options,\
                plugin.properties,\
                emma.jar,\
-               about.html
+               about.html,\
+               eclemma-core.jar
 src.includes = src/,\
                build.properties
+jars.compile.order = eclemma-core.jar
+source.eclemma-core.jar = src/
+output.eclemma-core.jar = bin/