Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Wouters2014-01-29 09:03:43 +0000
committerLaurent Wouters2014-01-29 09:03:43 +0000
commitfe4416caaabbb8f785ab54936db74d5e316d50c1 (patch)
tree6cd5b757a8dbe25c3319efe6b04800dabaa9a049
parent2b756eca82bab0ac981737951aeaa6ce4628d8f1 (diff)
downloadorg.eclipse.papyrus-fe4416caaabbb8f785ab54936db74d5e316d50c1.tar.gz
org.eclipse.papyrus-fe4416caaabbb8f785ab54936db74d5e316d50c1.tar.xz
org.eclipse.papyrus-fe4416caaabbb8f785ab54936db74d5e316d50c1.zip
[releng] Cleaning-up the RCP configuration
Signed-off-by: Laurent Wouters <laurent.wouters@cea.fr>
-rw-r--r--releng/rcp/org.eclipse.papyrus.rcp.master/pom.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/releng/rcp/org.eclipse.papyrus.rcp.master/pom.xml b/releng/rcp/org.eclipse.papyrus.rcp.master/pom.xml
index 5f7aec84040..7037577b18c 100644
--- a/releng/rcp/org.eclipse.papyrus.rcp.master/pom.xml
+++ b/releng/rcp/org.eclipse.papyrus.rcp.master/pom.xml
@@ -54,11 +54,6 @@
<layout>p2</layout>
<url>http://download.eclipse.org/eclipse/updates/4.4</url>
</repository>
- <!-- <repository> -->
- <!-- <id>subversive 0.7</id> -->
- <!-- <layout>p2</layout> -->
- <!-- <url>http://download.eclipse.org/technology/subversive/0.7/update-site/</url> -->
- <!-- </repository> -->
</repositories>
<build>
<plugins>
@@ -100,11 +95,6 @@
<ws>win32</ws>
<arch>x86</arch>
</environment>
- <!-- <environment>
- <os>macosx</os>
- <ws>cocoa</ws>
- <arch>x86_64</arch>
- </environment> -->
</environments>
</configuration>
</plugin>
@@ -122,15 +112,6 @@
</execution>
</executions>
</plugin>
- <!-- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-compiler-plugin</artifactId>
- <version>${tycho-version}</version>
- <configuration>
- <compilerArgument>-err:-forbidden</compilerArgument>
- <compilerArgument>-warn:+forbidden</compilerArgument>
- </configuration>
- </plugin> -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>

Back to the top