diff options
| author | John Arthorne | 2013-01-08 16:32:21 +0000 |
|---|---|---|
| committer | John Arthorne | 2013-01-08 16:32:57 +0000 |
| commit | 9ce2e2da476d8b13914da5c1fa1d6824e78b6583 (patch) | |
| tree | 0bd920cf0560ee2480aad202e877b99b551c6166 | |
| parent | 6f90c7b6b3ca496b29382c792c4192eb27b3d882 (diff) | |
| download | eclipse.platform.runtime-9ce2e2da476d8b13914da5c1fa1d6824e78b6583.tar.gz eclipse.platform.runtime-9ce2e2da476d8b13914da5c1fa1d6824e78b6583.tar.xz eclipse.platform.runtime-9ce2e2da476d8b13914da5c1fa1d6824e78b6583.zip | |
Bug 384873 - org/eclipse/core/runtime/IPluginDescriptor is missing inv20130108-163257R4_2_2M20130206-1200M20130204-1200M20130131-1000M20130125-1200M20130124-1700M20130123-1200M20130116-1800M20130116-1715M20130116-1200M20130109-1200
runtime_registry_compatibility.jar
| -rw-r--r-- | bundles/org.eclipse.core.runtime.compatibility.registry/META-INF/MANIFEST.MF | 2 | ||||
| -rw-r--r-- | bundles/org.eclipse.core.runtime.compatibility.registry/pom.xml | 9 |
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> |
