diff options
| author | John Arthorne | 2013-01-08 16:26:11 +0000 |
|---|---|---|
| committer | John Arthorne | 2013-01-08 16:26:11 +0000 |
| commit | f051f1bd355bc6e186b0a8d1bbf37888d157b5f7 (patch) | |
| tree | c8549e3f5af8daf0b8bbcc15e7e6fa760e574d79 | |
| parent | e32b076ca706ffe4f0f908c78c8021330c2b5f89 (diff) | |
| download | eclipse.platform.runtime-f051f1bd355bc6e186b0a8d1bbf37888d157b5f7.tar.gz eclipse.platform.runtime-f051f1bd355bc6e186b0a8d1bbf37888d157b5f7.tar.xz eclipse.platform.runtime-f051f1bd355bc6e186b0a8d1bbf37888d157b5f7.zip | |
Bug 384873 - org/eclipse/core/runtime/IPluginDescriptor is missing in
runtime_registry_compatibility.jar
| -rw-r--r-- | bundles/org.eclipse.core.runtime.compatibility.registry/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bundles/org.eclipse.core.runtime.compatibility.registry/pom.xml b/bundles/org.eclipse.core.runtime.compatibility.registry/pom.xml index 61414e18c..9e8164fa7 100644 --- a/bundles/org.eclipse.core.runtime.compatibility.registry/pom.xml +++ b/bundles/org.eclipse.core.runtime.compatibility.registry/pom.xml @@ -23,4 +23,11 @@ <artifactId>org.eclipse.core.runtime.compatibility.registry</artifactId> <version>3.5.100-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> + <build> + <resources> + <resource> + <directory>classes</directory> + </resource> + </resources> + </build> </project> |
