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