Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.frameworkadmin.equinox/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.frameworkadmin.equinox/pom.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/bundles/org.eclipse.equinox.frameworkadmin.equinox/pom.xml b/bundles/org.eclipse.equinox.frameworkadmin.equinox/pom.xml
index 52d60e247..0645c2edc 100644
--- a/bundles/org.eclipse.equinox.frameworkadmin.equinox/pom.xml
+++ b/bundles/org.eclipse.equinox.frameworkadmin.equinox/pom.xml
@@ -11,28 +11,4 @@
<artifactId>org.eclipse.equinox.frameworkadmin.equinox</artifactId>
<version>1.0.500-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
-
- <profiles>
- <profile>
- <id>bree-libs</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>target-platform-configuration</artifactId>
- <configuration>
- <executionEnvironment>CDC-1.1/Foundation-1.1</executionEnvironment>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-compiler-plugin</artifactId>
- <configuration>
- <useJDK>BREE</useJDK>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
</project>

Back to the top