blob: a02805fdb161501349cae1ab3b296b9deb965b9c [file] [log] [blame]
--- org.eclipse.core.runtime.compatibility.registry/customBuildCallbacks.xml.bak 2012-04-18 14:40:48.834402463 +0200
+++ org.eclipse.core.runtime.compatibility.registry/customBuildCallbacks.xml 2012-04-18 14:43:47.161193767 +0200
@@ -70,12 +70,6 @@
<!-- reference to the classpath structure. -->
<!-- ===================================================================== -->
<target name="post.compile.runtime_registry_compatibility.jar">
- <copy todir="${target.folder}" failonerror="true" overwrite="false">
- <fileset dir="classes/">
- <exclude name="**/*.java"/>
- <exclude name="**/package.htm*"/>
- </fileset>
- </copy>
</target>
<target name="post.runtime_registry_compatibility.jar"/>
--- org.eclipse.core.runtime.compatibility.registry/META-INF/MANIFEST.MF.bak 2012-04-18 14:40:23.066288121 +0200
+++ org.eclipse.core.runtime.compatibility.registry/META-INF/MANIFEST.MF 2012-04-18 14:44:22.208349284 +0200
@@ -7,6 +7,7 @@
Fragment-Host: org.eclipse.equinox.registry;bundle-version="[3.5.0,3.6.0)"
Bundle-Localization: fragment
Eclipse-PatchFragment: true
-Bundle-ClassPath: runtime_registry_compatibility.jar
+Bundle-ClassPath: .
+Require-Bundle: org.eclipse.core.runtime
Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,
J2SE-1.3
--- org.eclipse.core.runtime.compatibility.registry/build.properties.orig 2012-04-18 11:53:49.000000000 +0200
+++ org.eclipse.core.runtime.compatibility.registry/build.properties 2012-04-18 15:05:25.287060115 +0200
@@ -8,12 +8,6 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
-source.runtime_registry_compatibility.jar = src/
-output.runtime_registry_compatibility.jar = bin/
-bin.includes = META-INF/,\
- runtime_registry_compatibility.jar,\
- about.html,\
- fragment.properties
-extra.runtime_registry_compatibility.jar = classes/
-src.includes = about.html
-customBuildCallbacks=true
+source.. = src
+bin.includes = META-INF/,plugin.xml,about.html,fragment.properties, .
+