Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2013-01-08 16:32:21 +0000
committerJohn Arthorne2013-01-08 16:32:57 +0000
commit9ce2e2da476d8b13914da5c1fa1d6824e78b6583 (patch)
tree0bd920cf0560ee2480aad202e877b99b551c6166
parent6f90c7b6b3ca496b29382c792c4192eb27b3d882 (diff)
downloadeclipse.platform.runtime-9ce2e2da476d8b13914da5c1fa1d6824e78b6583.tar.gz
eclipse.platform.runtime-9ce2e2da476d8b13914da5c1fa1d6824e78b6583.tar.xz
eclipse.platform.runtime-9ce2e2da476d8b13914da5c1fa1d6824e78b6583.zip
runtime_registry_compatibility.jar
-rw-r--r--bundles/org.eclipse.core.runtime.compatibility.registry/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.core.runtime.compatibility.registry/pom.xml9
2 files changed, 9 insertions, 2 deletions
diff --git a/bundles/org.eclipse.core.runtime.compatibility.registry/META-INF/MANIFEST.MF b/bundles/org.eclipse.core.runtime.compatibility.registry/META-INF/MANIFEST.MF
index f5494466e..3ecbeb93e 100644
--- a/bundles/org.eclipse.core.runtime.compatibility.registry/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.core.runtime.compatibility.registry/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %fragmentName
Bundle-SymbolicName: org.eclipse.core.runtime.compatibility.registry
-Bundle-Version: 3.5.100.qualifier
+Bundle-Version: 3.5.101.qualifier
Bundle-Vendor: %providerName
Fragment-Host: org.eclipse.equinox.registry;bundle-version="[3.5.0,3.6.0)"
Bundle-Localization: fragment
diff --git a/bundles/org.eclipse.core.runtime.compatibility.registry/pom.xml b/bundles/org.eclipse.core.runtime.compatibility.registry/pom.xml
index 61414e18c..27af96933 100644
--- a/bundles/org.eclipse.core.runtime.compatibility.registry/pom.xml
+++ b/bundles/org.eclipse.core.runtime.compatibility.registry/pom.xml
@@ -21,6 +21,13 @@
</parent>
<groupId>org.eclipse.platform.runtime</groupId>
<artifactId>org.eclipse.core.runtime.compatibility.registry</artifactId>
- <version>3.5.100-SNAPSHOT</version>
+ <version>3.5.101-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+ <build>
+ <resources>
+ <resource>
+ <directory>classes</directory>
+ </resource>
+ </resources>
+ </build>
</project>

Back to the top