Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2013-04-04 13:23:00 +0000
committerThomas Watson2013-04-04 13:23:44 +0000
commitf0c38a4351ffbd9008d119613099504b2b63e8fa (patch)
treedb5029a9cece0960012c1f0fadca5015d20912e2 /bundles/org.eclipse.equinox.util
parentd170545e4614eff753d7464c14ebab69e66605f9 (diff)
downloadrt.equinox.bundles-f0c38a4351ffbd9008d119613099504b2b63e8fa.tar.gz
rt.equinox.bundles-f0c38a4351ffbd9008d119613099504b2b63e8fa.tar.xz
rt.equinox.bundles-f0c38a4351ffbd9008d119613099504b2b63e8fa.zip
Bug 402494 - [CBI] 'mvn clean install' should be enough for building
eclipse platform locally
Diffstat (limited to 'bundles/org.eclipse.equinox.util')
-rw-r--r--bundles/org.eclipse.equinox.util/pom.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/bundles/org.eclipse.equinox.util/pom.xml b/bundles/org.eclipse.equinox.util/pom.xml
index dec7b8311..45a581e3a 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