Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2017-06-01 09:16:10 +0000
committerQuentin Le Menez2017-06-16 07:44:33 +0000
commit352f00b24b35841f5df979bc62a8cb63a84939af (patch)
treeaff16e60ac57c939ec75d387f4c2e93f53f52d22 /examples
parenta0ffa99010377d8f0a8114e096652c8bf5d61479 (diff)
downloadorg.eclipse.papyrus-352f00b24b35841f5df979bc62a8cb63a84939af.tar.gz
org.eclipse.papyrus-352f00b24b35841f5df979bc62a8cb63a84939af.tar.xz
org.eclipse.papyrus-352f00b24b35841f5df979bc62a8cb63a84939af.zip
Bug 518341 - [Releng] [Papyrus] Remove the extra architecture from the git repository
- Removed the modules in the root pom - Removed the references to the extra repository in both dev and examples pom - Removed the empty features - Removed the empty extra tests - Removed the unnecessary extra target platforms - Removed extra references in the maven launch configurations - Cleanup toolkit folder Change-Id: I42c4ab5683331dce5919c81d91f444333ddb0ac0 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'examples')
-rw-r--r--examples/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/pom.xml b/examples/pom.xml
index f303340a35f..d0bca4b30c3 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -30,11 +30,6 @@
<layout>p2</layout>
<url>${papyrus.repo.main}</url>
</repository>
- <repository>
- <id>papyrus-extra</id>
- <layout>p2</layout>
- <url>${papyrus.repo.extra}</url>
- </repository>
</repositories>
<activation>
<activeByDefault>true</activeByDefault>

Back to the top