Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-07-24 13:53:40 +0000
committerThanh Ha2012-07-24 13:53:40 +0000
commitac8f877d5d4977bb655876247114f2f67196d799 (patch)
tree46895bbbddf2189af725cdcf3d7c5db9044aafb3
parentdf5c620897224f106670d05160775ea401be6a73 (diff)
downloadeclipse.platform.releng.aggregator-ac8f877d5d4977bb655876247114f2f67196d799.tar.gz
eclipse.platform.releng.aggregator-ac8f877d5d4977bb655876247114f2f67196d799.tar.xz
eclipse.platform.releng.aggregator-ac8f877d5d4977bb655876247114f2f67196d799.zip
Revert "Bug 384482 - Apple renamed rt.jar to classes.jar causing build issues on macosx"
-rw-r--r--eclipse-parent/pom.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/eclipse-parent/pom.xml b/eclipse-parent/pom.xml
index 5df12a471..9c0f1b7c2 100644
--- a/eclipse-parent/pom.xml
+++ b/eclipse-parent/pom.xml
@@ -302,26 +302,6 @@
</plugins>
</build>
</profile>
- <profile>
- <id>mac-bootpath-fix</id>
- <activation>
- <os>
- <family>mac</family>
- </os>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-compiler-plugin</artifactId>
- <version>${tycho.version}</version>
- <configuration>
- <compilerArgument>-classpath ${java.home}/bundle/Classes/classes.jar</compilerArgument>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
</profiles>
</project>

Back to the top