Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2013-04-04 13:44:50 +0000
committerThomas Watson2013-04-04 13:44:50 +0000
commit788310b2842a1b8e1e5b948387df94414a7b24f1 (patch)
tree74d6be8222bcdb47ce4314be078579fb6a62424f
parent265cdf13797aceda9780b744e3502eed5cd81b5b (diff)
downloadrt.equinox.bundles-788310b2842a1b8e1e5b948387df94414a7b24f1.tar.gz
rt.equinox.bundles-788310b2842a1b8e1e5b948387df94414a7b24f1.tar.xz
rt.equinox.bundles-788310b2842a1b8e1e5b948387df94414a7b24f1.zip
Bug 402494 - [CBI] 'mvn clean install' should be enough for building
eclipse platform locally
-rw-r--r--bundles/org.eclipse.equinox.io/pom.xml18
-rw-r--r--bundles/org.eclipse.equinox.util/pom.xml18
2 files changed, 0 insertions, 36 deletions
diff --git a/bundles/org.eclipse.equinox.io/pom.xml b/bundles/org.eclipse.equinox.io/pom.xml
index 92c5196ae..36eedcf63 100644
--- a/bundles/org.eclipse.equinox.io/pom.xml
+++ b/bundles/org.eclipse.equinox.io/pom.xml
@@ -21,22 +21,4 @@
<artifactId>org.eclipse.equinox.io</artifactId>
<version>1.0.400-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
-
- <profiles>
- <profile>
- <id>no-bree-libs</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
</project>
diff --git a/bundles/org.eclipse.equinox.util/pom.xml b/bundles/org.eclipse.equinox.util/pom.xml
index 75bc4fddd..70f085315 100644
--- a/bundles/org.eclipse.equinox.util/pom.xml
+++ b/bundles/org.eclipse.equinox.util/pom.xml
@@ -21,22 +21,4 @@
<artifactId>org.eclipse.equinox.util</artifactId>
<version>1.0.400-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
-
- <profiles>
- <profile>
- <id>no-bree-libs</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
</project>

Back to the top