### Eclipse Workspace Patch 1.0 #P com.mountainminds.eclemma.core Index: build.properties =================================================================== --- build.properties (revision 557) +++ build.properties (working copy) @@ -1,4 +1,3 @@ -source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ @@ -6,6 +5,10 @@ .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/ Index: .classpath =================================================================== --- .classpath (revision 557) +++ .classpath (working copy) @@ -1,8 +1,9 @@ - - - - - + + + + + + Index: META-INF/MANIFEST.MF =================================================================== --- META-INF/MANIFEST.MF (revision 557) +++ 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