Krzysztof Daniel 452d050
--- eclipse.platform.runtime/bundles/org.eclipse.core.runtime.compatibility.registry/pom.xml.orig	2013-01-28 12:14:02.000000000 +0100
Krzysztof Daniel 452d050
+++ eclipse.platform.runtime/bundles/org.eclipse.core.runtime.compatibility.registry/pom.xml	2013-01-29 11:02:15.865494675 +0100
d3387df
@@ -28,4 +28,57 @@
Krzysztof Daniel 452d050
       </resource>
Krzysztof Daniel 452d050
     </resources>
Krzysztof Daniel 452d050
   </build>
Krzysztof Daniel 3efd1a2
+  <profiles>
Krzysztof Daniel 3efd1a2
+  <profile>
Krzysztof Daniel 3efd1a2
+    <activation>
Krzysztof Daniel 3efd1a2
+      <file>
Krzysztof Daniel 3efd1a2
+        <missing>classes/org/eclipse/core/runtime/IPluginDescriptor.class</missing>
Krzysztof Daniel 3efd1a2
+      </file>
Krzysztof Daniel 3efd1a2
+    </activation>
Krzysztof Daniel fcb15c3
+  <build>
Krzysztof Daniel fcb15c3
+  <plugins>
Krzysztof Daniel fcb15c3
+        <plugin>
Krzysztof Daniel fcb15c3
+            <artifactId>maven-antrun-plugin</artifactId>
Krzysztof Daniel fcb15c3
+            <version>1.7</version>
Krzysztof Daniel fcb15c3
+            <executions>
Krzysztof Daniel fcb15c3
+              <execution>
Krzysztof Daniel fcb15c3
+                <id>natives</id>
Krzysztof Daniel 5819fd7
+                <phase>generate-resources</phase>
Krzysztof Daniel fcb15c3
+                <configuration>
Krzysztof Daniel fcb15c3
+                  <target>
Krzysztof Daniel fcb15c3
+                    <copy todir="classes/org/eclipse/core/runtime" file="../org.eclipse.core.runtime/target/classes/org/eclipse/core/runtime/IPluginDescriptor.class"/>
Krzysztof Daniel fcb15c3
+                    </target>
Krzysztof Daniel fcb15c3
+                </configuration>
Krzysztof Daniel fcb15c3
+                <goals>
Krzysztof Daniel fcb15c3
+                  <goal>run</goal>
Krzysztof Daniel fcb15c3
+                </goals>
Krzysztof Daniel fcb15c3
+              </execution>
Krzysztof Daniel fcb15c3
+            </executions>
Krzysztof Daniel fcb15c3
+            <dependencies>
Krzysztof Daniel fcb15c3
+              <dependency>
Krzysztof Daniel fcb15c3
+                <groupId>bsf</groupId>
Krzysztof Daniel fcb15c3
+                <artifactId>bsf</artifactId>
Krzysztof Daniel fcb15c3
+                <version>2.4.0</version>
Krzysztof Daniel fcb15c3
+              </dependency>
Krzysztof Daniel fcb15c3
+              <dependency>
Krzysztof Daniel fcb15c3
+                <groupId>rhino</groupId>
Krzysztof Daniel fcb15c3
+                <artifactId>js</artifactId>
Krzysztof Daniel fcb15c3
+                <version>1.7R2</version>
Krzysztof Daniel fcb15c3
+              </dependency>
Krzysztof Daniel fcb15c3
+              <dependency>
Krzysztof Daniel fcb15c3
+                <groupId>org.apache.ant</groupId>
Krzysztof Daniel fcb15c3
+                <artifactId>ant-apache-bsf</artifactId>
Krzysztof Daniel fcb15c3
+                <version>1.8.3</version>
Krzysztof Daniel fcb15c3
+              </dependency>
Krzysztof Daniel fcb15c3
+              <dependency>
Krzysztof Daniel fcb15c3
+                <groupId>org.apache.ant</groupId>
Krzysztof Daniel fcb15c3
+                <artifactId>ant-nodeps</artifactId>
Krzysztof Daniel fcb15c3
+                <version>1.8.1</version>
Krzysztof Daniel fcb15c3
+              </dependency>
Krzysztof Daniel fcb15c3
+            </dependencies>
Krzysztof Daniel fcb15c3
+          </plugin>
Krzysztof Daniel fcb15c3
+     </plugins>
Krzysztof Daniel fcb15c3
+   </build>
Krzysztof Daniel 3efd1a2
+ </profile>
Krzysztof Daniel 3efd1a2
+ </profiles>
Krzysztof Daniel fcb15c3
 </project>