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
|
|
|
|
@@ -30,4 +30,57 @@
|
|
|
|
</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>
|
|
|
|
+ <dependencies>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>bsf</groupId>
|
|
|
|
+ <artifactId>bsf</artifactId>
|
|
|
|
+ <version>2.4.0</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>rhino</groupId>
|
|
|
|
+ <artifactId>js</artifactId>
|
|
|
|
+ <version>1.7R2</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.apache.ant</groupId>
|
|
|
|
+ <artifactId>ant-apache-bsf</artifactId>
|
|
|
|
+ <version>1.8.3</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.apache.ant</groupId>
|
|
|
|
+ <artifactId>ant-nodeps</artifactId>
|
|
|
|
+ <version>1.8.1</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ </dependencies>
|
|
|
|
+ </plugin>
|
|
|
|
+ </plugins>
|
|
|
|
+ </build>
|
2012-08-23 12:22:36 +00:00
|
|
|
+ </profile>
|
|
|
|
+ </profiles>
|
2012-07-30 16:00:09 +00:00
|
|
|
</project>
|