2013-01-28 12:46:52 +00:00
|
|
|
--- eclipse.platform.runtime/bundles/org.eclipse.core.runtime.compatibility.registry/pom.xml.orig 2013-01-28 12:14:02.000000000 +0100
|
|
|
|
+++ eclipse.platform.runtime/bundles/org.eclipse.core.runtime.compatibility.registry/pom.xml 2013-01-29 11:02:15.865494675 +0100
|
2015-03-18 12:23:52 +00:00
|
|
|
@@ -28,4 +28,35 @@
|
2013-01-28 12:46:52 +00:00
|
|
|
</resource>
|
|
|
|
</resources>
|
|
|
|
</build>
|
2012-08-23 12:22:36 +00:00
|
|
|
+ <profiles>
|
|
|
|
+ <profile>
|
|
|
|
+ <activation>
|
|
|
|
+ <file>
|
|
|
|
+ <missing>classes/org/eclipse/core/runtime/IPluginDescriptor.class</missing>
|
|
|
|
+ </file>
|
|
|
|
+ </activation>
|
2012-07-30 16:00:09 +00:00
|
|
|
+ <build>
|
|
|
|
+ <plugins>
|
|
|
|
+ <plugin>
|
|
|
|
+ <artifactId>maven-antrun-plugin</artifactId>
|
|
|
|
+ <version>1.7</version>
|
|
|
|
+ <executions>
|
|
|
|
+ <execution>
|
|
|
|
+ <id>natives</id>
|
2012-11-22 11:10:01 +00:00
|
|
|
+ <phase>generate-resources</phase>
|
2012-07-30 16:00:09 +00:00
|
|
|
+ <configuration>
|
|
|
|
+ <target>
|
|
|
|
+ <copy todir="classes/org/eclipse/core/runtime" file="../org.eclipse.core.runtime/target/classes/org/eclipse/core/runtime/IPluginDescriptor.class"/>
|
|
|
|
+ </target>
|
|
|
|
+ </configuration>
|
|
|
|
+ <goals>
|
|
|
|
+ <goal>run</goal>
|
|
|
|
+ </goals>
|
|
|
|
+ </execution>
|
|
|
|
+ </executions>
|
|
|
|
+ </plugin>
|
|
|
|
+ </plugins>
|
|
|
|
+ </build>
|
2012-08-23 12:22:36 +00:00
|
|
|
+ </profile>
|
|
|
|
+ </profiles>
|
2012-07-30 16:00:09 +00:00
|
|
|
</project>
|