Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2018-03-11 16:28:18 +0000
committerQuentin Le Menez2018-03-11 22:39:35 +0000
commit6a85d3a05d3bd942dba8e71edf82e97dce813b91 (patch)
treec58695b63c497d3af16b69f1634d3eb2de0deb49 /releng/main
parentba98ab1ef4202d0489df0ae2dd2aee8fe6f378d4 (diff)
downloadorg.eclipse.papyrus-6a85d3a05d3bd942dba8e71edf82e97dce813b91.tar.gz
org.eclipse.papyrus-6a85d3a05d3bd942dba8e71edf82e97dce813b91.tar.xz
org.eclipse.papyrus-6a85d3a05d3bd942dba8e71edf82e97dce813b91.zip
[Releng] [Photon] Delete old Dev framework and add a new Toolsmiths one
- Delete the old Dev releng profile and replace it with a Toolsmith one - Add new features: Junit, Releng, Diagramgen and Debug to be released - Move the junit framework at the root of the junit test folder - Remove Toolsmiths from the main build as it will have its own - Repopulate the SDK feature and distribute the excess features in theit own root parent - Add a new views feature - Moved the assistants to the toolsmiths folder and put them in the toolsmiths build Change-Id: I1c0331b25607baaf1cfcc635d9c7b0d9c6d73e63 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'releng/main')
-rwxr-xr-xreleng/main/pom.xml1
-rw-r--r--releng/main/site/category.xml15
-rw-r--r--releng/main/site/pom.xml2
3 files changed, 5 insertions, 13 deletions
diff --git a/releng/main/pom.xml b/releng/main/pom.xml
index 4d9101d0533..3e9ac11d09d 100755
--- a/releng/main/pom.xml
+++ b/releng/main/pom.xml
@@ -12,7 +12,6 @@
<module>../../plugins</module>
<module>../../examples</module>
<module>../../features/papyrus-main-features</module>
- <module>../../features/papyrus-toolsmiths-features</module>
<module>../../features/papyrus.user.examples-features</module>
<module>targetPlatform</module>
<module>site</module>
diff --git a/releng/main/site/category.xml b/releng/main/site/category.xml
index b9628353a8e..cd36800927e 100644
--- a/releng/main/site/category.xml
+++ b/releng/main/site/category.xml
@@ -6,32 +6,25 @@
<feature url="features/org.eclipse.papyrus.sdk.feature.source_4.0.0.qualifier.jar" id="org.eclipse.papyrus.sdk.feature.source" version="4.0.0.qualifier">
<category name="org.eclipse.papyrus.category"/>
</feature>
- <feature url="features/org.eclipse.papyrus.toolsmiths.feature_1.1.0.qualifier.jar" id="org.eclipse.papyrus.toolsmiths.feature" version="1.1.0.qualifier">
- <category name="org.eclipse.papyrus.toolsmiths.category"/>
- </feature>
- <feature url="features/org.eclipse.papyrus.toolsmiths.feature.source_1.1.0.qualifier.jar" id="org.eclipse.papyrus.toolsmiths.feature.source" version="1.1.0.qualifier">
- <category name="org.eclipse.papyrus.toolsmiths.category"/>
- </feature>
+
<feature url="features/org.eclipse.papyrus.user.examples.feature_0.0.1.qualifier.jar" id="org.eclipse.papyrus.user.examples.feature" version="0.0.1.qualifier">
<category name="org.eclipse.papyrus.user.examples.category"/>
</feature>
<feature url="features/org.eclipse.papyrus.user.examples.feature.source_0.0.1.qualifier.jar" id="org.eclipse.papyrus.user.examples.feature.source" version="0.0.1.qualifier">
<category name="org.eclipse.papyrus.user.examples.category"/>
</feature>
+
<category-def name="org.eclipse.papyrus.category" label="Papyrus">
<description>
Papyrus Category
</description>
</category-def>
- <category-def name="org.eclipse.papyrus.toolsmiths.category" label="Papyrus Toolsmiths">
- <description>
- Papyrus Toolsmiths offers a set of plugins dedicated to speedup the process to create your own customization on top of Papyrus.
- </description>
- </category-def>
+
<category-def name="org.eclipse.papyrus.user.examples.category" label="Papyrus User Examples">
<description>
Papyrus User Examples offers a set of plugins dedicated to gather examples of Papyrus usage.
</description>
</category-def>
+
<repository-reference location="http://download.eclipse.org/releases/oxygen/" enabled="true" />
</site>
diff --git a/releng/main/site/pom.xml b/releng/main/site/pom.xml
index 2880bdcd399..c9ba0ae5619 100644
--- a/releng/main/site/pom.xml
+++ b/releng/main/site/pom.xml
@@ -24,7 +24,7 @@
</plugin>
<!-- workaround https://bugs.eclipse.org/bugs/show_bug.cgi?id=453708 -->
- <!-- This particular fix should be removed as soon as the next XWT release is published
+ <!-- The XWT reference should be removed as soon as the next XWT release is published
as the fix for the properties view performance issues requires the 1.3.1 or above -->
<plugin>
<groupId>org.jboss.tools.tycho-plugins</groupId>

Back to the top