From b0a3e9e9e8a4fdcdb95c8c62b28096d9dac6f698 Mon Sep 17 00:00:00 2001 From: Pierre-Charles David Date: Mon, 4 Dec 2023 20:43:52 +0100 Subject: [PATCH] [21] Remove source features Bug: https://github.com/eclipse-emfservices/emf-validation/issues/21 Signed-off-by: Pierre-Charles David --- .../.gitignore | 1 - .../.project | 11 --- .../org.eclipse.core.resources.prefs | 2 - .../build.properties | 17 ---- .../feature.properties | 46 ----------- .../feature.xml | 73 ------------------ .../modeling32.png | Bin 2414 -> 0 bytes .../pom.xml | 15 ---- .../.gitignore | 1 - .../.project | 11 --- .../org.eclipse.core.resources.prefs | 2 - .../build.properties | 17 ---- .../feature.properties | 44 ----------- .../feature.xml | 52 ------------- .../modeling32.png | Bin 2414 -> 0 bytes .../pom.xml | 15 ---- .../feature.xml | 8 -- .../.gitignore | 1 - .../.project | 11 --- .../org.eclipse.core.resources.prefs | 2 - .../build.properties | 17 ---- .../feature.properties | 44 ----------- .../feature.xml | 67 ---------------- .../modeling32.png | Bin 2414 -> 0 bytes .../pom.xml | 15 ---- .../org.eclipse.emf.validation.releng/pom.xml | 31 +++++++- .../category.xml | 9 --- 27 files changed, 28 insertions(+), 484 deletions(-) delete mode 100644 features/org.eclipse.emf.validation.examples.source-feature/.gitignore delete mode 100644 features/org.eclipse.emf.validation.examples.source-feature/.project delete mode 100644 features/org.eclipse.emf.validation.examples.source-feature/.settings/org.eclipse.core.resources.prefs delete mode 100644 features/org.eclipse.emf.validation.examples.source-feature/build.properties delete mode 100644 features/org.eclipse.emf.validation.examples.source-feature/feature.properties delete mode 100644 features/org.eclipse.emf.validation.examples.source-feature/feature.xml delete mode 100644 features/org.eclipse.emf.validation.examples.source-feature/modeling32.png delete mode 100644 features/org.eclipse.emf.validation.examples.source-feature/pom.xml delete mode 100644 features/org.eclipse.emf.validation.ocl.source-feature/.gitignore delete mode 100644 features/org.eclipse.emf.validation.ocl.source-feature/.project delete mode 100644 features/org.eclipse.emf.validation.ocl.source-feature/.settings/org.eclipse.core.resources.prefs delete mode 100644 features/org.eclipse.emf.validation.ocl.source-feature/build.properties delete mode 100644 features/org.eclipse.emf.validation.ocl.source-feature/feature.properties delete mode 100644 features/org.eclipse.emf.validation.ocl.source-feature/feature.xml delete mode 100644 features/org.eclipse.emf.validation.ocl.source-feature/modeling32.png delete mode 100644 features/org.eclipse.emf.validation.ocl.source-feature/pom.xml delete mode 100644 features/org.eclipse.emf.validation.source-feature/.gitignore delete mode 100644 features/org.eclipse.emf.validation.source-feature/.project delete mode 100644 features/org.eclipse.emf.validation.source-feature/.settings/org.eclipse.core.resources.prefs delete mode 100644 features/org.eclipse.emf.validation.source-feature/build.properties delete mode 100644 features/org.eclipse.emf.validation.source-feature/feature.properties delete mode 100644 features/org.eclipse.emf.validation.source-feature/feature.xml delete mode 100644 features/org.eclipse.emf.validation.source-feature/modeling32.png delete mode 100644 features/org.eclipse.emf.validation.source-feature/pom.xml diff --git a/features/org.eclipse.emf.validation.examples.source-feature/.gitignore b/features/org.eclipse.emf.validation.examples.source-feature/.gitignore deleted file mode 100644 index ea8c4bf7..00000000 --- a/features/org.eclipse.emf.validation.examples.source-feature/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/target diff --git a/features/org.eclipse.emf.validation.examples.source-feature/.project b/features/org.eclipse.emf.validation.examples.source-feature/.project deleted file mode 100644 index db7f7ca3..00000000 --- a/features/org.eclipse.emf.validation.examples.source-feature/.project +++ /dev/null @@ -1,11 +0,0 @@ - - - org.eclipse.emf.validation.examples.source-feature - - - - - - - - diff --git a/features/org.eclipse.emf.validation.examples.source-feature/.settings/org.eclipse.core.resources.prefs b/features/org.eclipse.emf.validation.examples.source-feature/.settings/org.eclipse.core.resources.prefs deleted file mode 100644 index 99f26c02..00000000 --- a/features/org.eclipse.emf.validation.examples.source-feature/.settings/org.eclipse.core.resources.prefs +++ /dev/null @@ -1,2 +0,0 @@ -eclipse.preferences.version=1 -encoding/=UTF-8 diff --git a/features/org.eclipse.emf.validation.examples.source-feature/build.properties b/features/org.eclipse.emf.validation.examples.source-feature/build.properties deleted file mode 100644 index 8805aa7d..00000000 --- a/features/org.eclipse.emf.validation.examples.source-feature/build.properties +++ /dev/null @@ -1,17 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2014 IBM Corporation and others. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -bin.includes = feature.xml,\ - feature.properties,\ - modeling32.png -src.includes = feature.properties,\ - feature.xml,\ - modeling32.png diff --git a/features/org.eclipse.emf.validation.examples.source-feature/feature.properties b/features/org.eclipse.emf.validation.examples.source-feature/feature.properties deleted file mode 100644 index f1d0a58d..00000000 --- a/features/org.eclipse.emf.validation.examples.source-feature/feature.properties +++ /dev/null @@ -1,46 +0,0 @@ -############################################################################### -# Copyright (c) 2006, 2014 IBM Corporation, Zeligsoft Inc., and others. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# IBM Corporation - initial API and implementation -# Zeligsoft - Bug 262577 -# -# $Id: feature.properties,v 1.9 2011/05/02 20:19:13 ahunter Exp $ -############################################################################### - -# NLS_MESSAGEFORMAT_VAR - -# ============================================================================== -# Do not change the properties between this line and the last line containing: -# %%% END OF TRANSLATED PROPERTIES %%% -# Instead, either redefine an existing property, or create a new property, -# append it to the end of the file, and change the code to use the new name. -# ============================================================================== - -# This file contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=EMF Validation Framework Examples Source - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse Modeling Project - -# "updateSiteName" property - label for the update site -updateSiteName=EMF Validation Framework Updates - -# "description" property - description of the feature -description=EMF Validation Framework Examples (source code) - -# ============================================================================== -# %%% END OF TRANSLATED PROPERTIES %%% -# The above properties have been shipped for translation. -# ============================================================================== - diff --git a/features/org.eclipse.emf.validation.examples.source-feature/feature.xml b/features/org.eclipse.emf.validation.examples.source-feature/feature.xml deleted file mode 100644 index 8c130eb7..00000000 --- a/features/org.eclipse.emf.validation.examples.source-feature/feature.xml +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - %description - - - - Copyright (c) 2005, 2015 IBM Corporation and others. -This program and the accompanying materials are made -available under the terms of the Eclipse Public License 2.0 -which is available at https://www.eclipse.org/legal/epl-2.0/ - -SPDX-License-Identifier: EPL-2.0 - - - - %license - - - - - - - - - - - - - - - diff --git a/features/org.eclipse.emf.validation.examples.source-feature/modeling32.png b/features/org.eclipse.emf.validation.examples.source-feature/modeling32.png deleted file mode 100644 index 6b08de2ada775b81a7d93d35ecdbc8bbed6da81f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2414 zcmV-!36b`RP)mG85FUz8YqR{-rnBN_xo$VbKdjbHiRY1wv+qh zy!SolJ-_GU_dMquMrc70)S+vDBxRp~#32gAhd2-uVnB4>GsbMXM(ghBrT{$?KOu^g z7~U&*p~!K*uBQTAm7vX#CMjHz`gsai61d72l1lqf!krH+8{?=!I4_20H8h6BnKVk_ zp938KZB<&El)x>JlzeWGV4k#`gR2sRzw@Ak1|@`aarAYNghH$VBMD4M zFhz-T?eX72UuAe+D1mu@o$QxLk1z?YL5jw#rj{=imRV(^#nGJQ6FIH1P_+tgowzh& z7!I>-tz_u=qs7^`KfR7*iefRnE=TGi^{`q09K&u2@ z1X&E}fP7vG4?|v?t|axDYLBB?>7r)Sg`7@flNHM5G%A%%(sYY7!zSC($+9#ujmkyK zC>(OV(cd#FD~iHewtahBcYlBXgRQNtE4jCFx!l^++im7#y6Fejxd{HH)P=INbm4XZ*$<-s0mR3fkb?Xf1I=g7&U|n0 z-aqJz7wh}m+S*z-Z{GY3+qU(cJ9oYw_<^H@D+;D_;i+Xhx}AjOuQs5DW7xOG6LBPIjC41kQpqF}%2<|5rU_429=WbZw(SXpUG+$Ko*oQbbg^<)-0;MAL0DOfHTP zODf<=aNqZYP!Kv484Bz`aAn7iEtH!nB_DtMiQlMdkjDoFOsYf*h&-SDWcr)1B}kc)BD1VNi$~XM($DDafKIn2()S#4g>!!+r=1wIk;z&?>e+}X+7QZrIob$j@uDa zgIZE4dgINvs9faWo{&nV@r#Ls^=r;OC1fhIUBkZ12eCYWeL7X4nY>2%ypCR{{H#v1 z1sz4lqEf}63Oo^l^9614Tw8j;p~gm)QmJN&*Tt#6zK)WONm{k4U4)Vw=m7)S)GLYa zN41?Z`3BBr8!n%ms*-{X0HZ{nb0Tsu3z@+CP+Y{`g2JZgxd#F-^hTwk(Zr=mkqNqP z(3Q&t0J|WoC$a@-OEKhun?X$hxS@-?f2wFwv1~@03oj|+BcAsT*B&uWg2ugUkp9R zQc+bxQ z4KEKK09Q(4;Lhc3)SO@fjDvEE-J10#b>5PuhqtbypYM5{W@ct;ZuccoYrsJm0%Ec( zht>~dvqvvP3dGve?adg%k%@gSUn%4=x2)O3C$=w2(O>^Q8patU3*gd*hB$56vJPIc z=)i$Lirz(j3xaw!&>#Y>G5_#%_Shp=-y?9|3X;n@I$EFHzI{hL9&dbM-@Xri`s$uHbLQ;n z>u*ofuAeIO9U%m8$ z)m>c=@fQ;l6QAK2>$SJH-!%GABYq(X=Qqp2+RcP=7APSWsj8 zJl4bQ$9B=bX)Ke;^bQXX|5;Vlrs(DL^z^yiyLay&K7Ra@73mJ|vHtIFT(n@}w-lzN z{xp1&4h;>{XOox3T(P;Zxg(e$TWB@kZl9UY_-iZBo4I4?y`kU1>eTr7_^H9c!J~uk zyz>#$9;e}vk!VjH!Tb?$cwlPk zNQwS~#=0|^4qV_;FrW!lkYA@94v7C66u`MC(2*rJEOQV?98t+<(ME}OO4juMw&8N> zm%Tt-GAp7qgF!)fLbmvk31GOB1g^ZzM&SQ5a7_UwZoPpcN-{T3+ - - 4.0.0 - - org.eclipse.emf.validation - org.eclipse.emf.validation.releng - 1.14.0-SNAPSHOT - ../../releng/org.eclipse.emf.validation.releng/pom.xml - - org.eclipse.emf.validation.features - org.eclipse.emf.validation.examples.source - 1.14.0-SNAPSHOT - eclipse-feature - diff --git a/features/org.eclipse.emf.validation.ocl.source-feature/.gitignore b/features/org.eclipse.emf.validation.ocl.source-feature/.gitignore deleted file mode 100644 index ea8c4bf7..00000000 --- a/features/org.eclipse.emf.validation.ocl.source-feature/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/target diff --git a/features/org.eclipse.emf.validation.ocl.source-feature/.project b/features/org.eclipse.emf.validation.ocl.source-feature/.project deleted file mode 100644 index 994d87e0..00000000 --- a/features/org.eclipse.emf.validation.ocl.source-feature/.project +++ /dev/null @@ -1,11 +0,0 @@ - - - org.eclipse.emf.validation.ocl.source-feature - - - - - - - - diff --git a/features/org.eclipse.emf.validation.ocl.source-feature/.settings/org.eclipse.core.resources.prefs b/features/org.eclipse.emf.validation.ocl.source-feature/.settings/org.eclipse.core.resources.prefs deleted file mode 100644 index 99f26c02..00000000 --- a/features/org.eclipse.emf.validation.ocl.source-feature/.settings/org.eclipse.core.resources.prefs +++ /dev/null @@ -1,2 +0,0 @@ -eclipse.preferences.version=1 -encoding/=UTF-8 diff --git a/features/org.eclipse.emf.validation.ocl.source-feature/build.properties b/features/org.eclipse.emf.validation.ocl.source-feature/build.properties deleted file mode 100644 index 8805aa7d..00000000 --- a/features/org.eclipse.emf.validation.ocl.source-feature/build.properties +++ /dev/null @@ -1,17 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2014 IBM Corporation and others. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -bin.includes = feature.xml,\ - feature.properties,\ - modeling32.png -src.includes = feature.properties,\ - feature.xml,\ - modeling32.png diff --git a/features/org.eclipse.emf.validation.ocl.source-feature/feature.properties b/features/org.eclipse.emf.validation.ocl.source-feature/feature.properties deleted file mode 100644 index 5df469d6..00000000 --- a/features/org.eclipse.emf.validation.ocl.source-feature/feature.properties +++ /dev/null @@ -1,44 +0,0 @@ -############################################################################### -# Copyright (c) 2006, 2014 IBM Corporation, Zeligsoft Inc., and others. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# IBM Corporation - initial API and implementation -# Zeligsoft - Bug 262577 -############################################################################### - -# NLS_MESSAGEFORMAT_VAR - -# ============================================================================== -# Do not change the properties between this line and the last line containing: -# %%% END OF TRANSLATED PROPERTIES %%% -# Instead, either redefine an existing property, or create a new property, -# append it to the end of the file, and change the code to use the new name. -# ============================================================================== - -# This file contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=EMF Validation Framework OCL Integration Source - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse Modeling Project - -# "updateSiteName" property - label for the update site -updateSiteName=EMF Validation Framework Updates - -# "description" property - description of the feature -description=EMF Validation Framework OCL Integration (source code) - -# ============================================================================== -# %%% END OF TRANSLATED PROPERTIES %%% -# The above properties have been shipped for translation. -# ============================================================================== - diff --git a/features/org.eclipse.emf.validation.ocl.source-feature/feature.xml b/features/org.eclipse.emf.validation.ocl.source-feature/feature.xml deleted file mode 100644 index 41ededcf..00000000 --- a/features/org.eclipse.emf.validation.ocl.source-feature/feature.xml +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - %description - - - - Copyright (c) 2005, 2015 IBM Corporation and others. -This program and the accompanying materials are made -available under the terms of the Eclipse Public License 2.0 -which is available at https://www.eclipse.org/legal/epl-2.0/ - -SPDX-License-Identifier: EPL-2.0 - - - - %license - - - - - - - - - diff --git a/features/org.eclipse.emf.validation.ocl.source-feature/modeling32.png b/features/org.eclipse.emf.validation.ocl.source-feature/modeling32.png deleted file mode 100644 index 6b08de2ada775b81a7d93d35ecdbc8bbed6da81f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2414 zcmV-!36b`RP)mG85FUz8YqR{-rnBN_xo$VbKdjbHiRY1wv+qh zy!SolJ-_GU_dMquMrc70)S+vDBxRp~#32gAhd2-uVnB4>GsbMXM(ghBrT{$?KOu^g z7~U&*p~!K*uBQTAm7vX#CMjHz`gsai61d72l1lqf!krH+8{?=!I4_20H8h6BnKVk_ zp938KZB<&El)x>JlzeWGV4k#`gR2sRzw@Ak1|@`aarAYNghH$VBMD4M zFhz-T?eX72UuAe+D1mu@o$QxLk1z?YL5jw#rj{=imRV(^#nGJQ6FIH1P_+tgowzh& z7!I>-tz_u=qs7^`KfR7*iefRnE=TGi^{`q09K&u2@ z1X&E}fP7vG4?|v?t|axDYLBB?>7r)Sg`7@flNHM5G%A%%(sYY7!zSC($+9#ujmkyK zC>(OV(cd#FD~iHewtahBcYlBXgRQNtE4jCFx!l^++im7#y6Fejxd{HH)P=INbm4XZ*$<-s0mR3fkb?Xf1I=g7&U|n0 z-aqJz7wh}m+S*z-Z{GY3+qU(cJ9oYw_<^H@D+;D_;i+Xhx}AjOuQs5DW7xOG6LBPIjC41kQpqF}%2<|5rU_429=WbZw(SXpUG+$Ko*oQbbg^<)-0;MAL0DOfHTP zODf<=aNqZYP!Kv484Bz`aAn7iEtH!nB_DtMiQlMdkjDoFOsYf*h&-SDWcr)1B}kc)BD1VNi$~XM($DDafKIn2()S#4g>!!+r=1wIk;z&?>e+}X+7QZrIob$j@uDa zgIZE4dgINvs9faWo{&nV@r#Ls^=r;OC1fhIUBkZ12eCYWeL7X4nY>2%ypCR{{H#v1 z1sz4lqEf}63Oo^l^9614Tw8j;p~gm)QmJN&*Tt#6zK)WONm{k4U4)Vw=m7)S)GLYa zN41?Z`3BBr8!n%ms*-{X0HZ{nb0Tsu3z@+CP+Y{`g2JZgxd#F-^hTwk(Zr=mkqNqP z(3Q&t0J|WoC$a@-OEKhun?X$hxS@-?f2wFwv1~@03oj|+BcAsT*B&uWg2ugUkp9R zQc+bxQ z4KEKK09Q(4;Lhc3)SO@fjDvEE-J10#b>5PuhqtbypYM5{W@ct;ZuccoYrsJm0%Ec( zht>~dvqvvP3dGve?adg%k%@gSUn%4=x2)O3C$=w2(O>^Q8patU3*gd*hB$56vJPIc z=)i$Lirz(j3xaw!&>#Y>G5_#%_Shp=-y?9|3X;n@I$EFHzI{hL9&dbM-@Xri`s$uHbLQ;n z>u*ofuAeIO9U%m8$ z)m>c=@fQ;l6QAK2>$SJH-!%GABYq(X=Qqp2+RcP=7APSWsj8 zJl4bQ$9B=bX)Ke;^bQXX|5;Vlrs(DL^z^yiyLay&K7Ra@73mJ|vHtIFT(n@}w-lzN z{xp1&4h;>{XOox3T(P;Zxg(e$TWB@kZl9UY_-iZBo4I4?y`kU1>eTr7_^H9c!J~uk zyz>#$9;e}vk!VjH!Tb?$cwlPk zNQwS~#=0|^4qV_;FrW!lkYA@94v7C66u`MC(2*rJEOQV?98t+<(ME}OO4juMw&8N> zm%Tt-GAp7qgF!)fLbmvk31GOB1g^ZzM&SQ5a7_UwZoPpcN-{T3+ - - 4.0.0 - - org.eclipse.emf.validation - org.eclipse.emf.validation.releng - 1.14.0-SNAPSHOT - ../../releng/org.eclipse.emf.validation.releng/pom.xml - - org.eclipse.emf.validation.features - org.eclipse.emf.validation.ocl.source - 1.14.0-SNAPSHOT - eclipse-feature - diff --git a/features/org.eclipse.emf.validation.sdk-feature/feature.xml b/features/org.eclipse.emf.validation.sdk-feature/feature.xml index 47c87533..e79b98e1 100644 --- a/features/org.eclipse.emf.validation.sdk-feature/feature.xml +++ b/features/org.eclipse.emf.validation.sdk-feature/feature.xml @@ -54,12 +54,4 @@ SPDX-License-Identifier: EPL-2.0 id="org.eclipse.emf.validation.doc" version="0.0.0"/> - - - - diff --git a/features/org.eclipse.emf.validation.source-feature/.gitignore b/features/org.eclipse.emf.validation.source-feature/.gitignore deleted file mode 100644 index ea8c4bf7..00000000 --- a/features/org.eclipse.emf.validation.source-feature/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/target diff --git a/features/org.eclipse.emf.validation.source-feature/.project b/features/org.eclipse.emf.validation.source-feature/.project deleted file mode 100644 index 26d094f2..00000000 --- a/features/org.eclipse.emf.validation.source-feature/.project +++ /dev/null @@ -1,11 +0,0 @@ - - - org.eclipse.emf.validation.source-feature - - - - - - - - diff --git a/features/org.eclipse.emf.validation.source-feature/.settings/org.eclipse.core.resources.prefs b/features/org.eclipse.emf.validation.source-feature/.settings/org.eclipse.core.resources.prefs deleted file mode 100644 index 99f26c02..00000000 --- a/features/org.eclipse.emf.validation.source-feature/.settings/org.eclipse.core.resources.prefs +++ /dev/null @@ -1,2 +0,0 @@ -eclipse.preferences.version=1 -encoding/=UTF-8 diff --git a/features/org.eclipse.emf.validation.source-feature/build.properties b/features/org.eclipse.emf.validation.source-feature/build.properties deleted file mode 100644 index 8805aa7d..00000000 --- a/features/org.eclipse.emf.validation.source-feature/build.properties +++ /dev/null @@ -1,17 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2014 IBM Corporation and others. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -bin.includes = feature.xml,\ - feature.properties,\ - modeling32.png -src.includes = feature.properties,\ - feature.xml,\ - modeling32.png diff --git a/features/org.eclipse.emf.validation.source-feature/feature.properties b/features/org.eclipse.emf.validation.source-feature/feature.properties deleted file mode 100644 index fbf086fc..00000000 --- a/features/org.eclipse.emf.validation.source-feature/feature.properties +++ /dev/null @@ -1,44 +0,0 @@ -############################################################################### -# Copyright (c) 2006, 2014 IBM Corporation, Zeligsoft Inc., and others. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# IBM Corporation - initial API and implementation -# Zeligsoft - Bug 262577 -############################################################################### - -# NLS_MESSAGEFORMAT_VAR - -# ============================================================================== -# Do not change the properties between this line and the last line containing: -# %%% END OF TRANSLATED PROPERTIES %%% -# Instead, either redefine an existing property, or create a new property, -# append it to the end of the file, and change the code to use the new name. -# ============================================================================== - -# This file contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=EMF Validation Framework Source - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse Modeling Project - -# "updateSiteName" property - label for the update site -updateSiteName=EMF Validation Framework Updates - -# "description" property - description of the feature -description=EMF Validation Framework (source code) - -# ============================================================================== -# %%% END OF TRANSLATED PROPERTIES %%% -# The above properties have been shipped for translation. -# ============================================================================== - diff --git a/features/org.eclipse.emf.validation.source-feature/feature.xml b/features/org.eclipse.emf.validation.source-feature/feature.xml deleted file mode 100644 index 27ad6957..00000000 --- a/features/org.eclipse.emf.validation.source-feature/feature.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - %description - - - - Copyright (c) 2005, 2015 IBM Corporation and others. -This program and the accompanying materials are made -available under the terms of the Eclipse Public License 2.0 -which is available at https://www.eclipse.org/legal/epl-2.0/ - -SPDX-License-Identifier: EPL-2.0 - - - - %license - - - - - - - - - - - - - diff --git a/features/org.eclipse.emf.validation.source-feature/modeling32.png b/features/org.eclipse.emf.validation.source-feature/modeling32.png deleted file mode 100644 index 6b08de2ada775b81a7d93d35ecdbc8bbed6da81f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2414 zcmV-!36b`RP)mG85FUz8YqR{-rnBN_xo$VbKdjbHiRY1wv+qh zy!SolJ-_GU_dMquMrc70)S+vDBxRp~#32gAhd2-uVnB4>GsbMXM(ghBrT{$?KOu^g z7~U&*p~!K*uBQTAm7vX#CMjHz`gsai61d72l1lqf!krH+8{?=!I4_20H8h6BnKVk_ zp938KZB<&El)x>JlzeWGV4k#`gR2sRzw@Ak1|@`aarAYNghH$VBMD4M zFhz-T?eX72UuAe+D1mu@o$QxLk1z?YL5jw#rj{=imRV(^#nGJQ6FIH1P_+tgowzh& z7!I>-tz_u=qs7^`KfR7*iefRnE=TGi^{`q09K&u2@ z1X&E}fP7vG4?|v?t|axDYLBB?>7r)Sg`7@flNHM5G%A%%(sYY7!zSC($+9#ujmkyK zC>(OV(cd#FD~iHewtahBcYlBXgRQNtE4jCFx!l^++im7#y6Fejxd{HH)P=INbm4XZ*$<-s0mR3fkb?Xf1I=g7&U|n0 z-aqJz7wh}m+S*z-Z{GY3+qU(cJ9oYw_<^H@D+;D_;i+Xhx}AjOuQs5DW7xOG6LBPIjC41kQpqF}%2<|5rU_429=WbZw(SXpUG+$Ko*oQbbg^<)-0;MAL0DOfHTP zODf<=aNqZYP!Kv484Bz`aAn7iEtH!nB_DtMiQlMdkjDoFOsYf*h&-SDWcr)1B}kc)BD1VNi$~XM($DDafKIn2()S#4g>!!+r=1wIk;z&?>e+}X+7QZrIob$j@uDa zgIZE4dgINvs9faWo{&nV@r#Ls^=r;OC1fhIUBkZ12eCYWeL7X4nY>2%ypCR{{H#v1 z1sz4lqEf}63Oo^l^9614Tw8j;p~gm)QmJN&*Tt#6zK)WONm{k4U4)Vw=m7)S)GLYa zN41?Z`3BBr8!n%ms*-{X0HZ{nb0Tsu3z@+CP+Y{`g2JZgxd#F-^hTwk(Zr=mkqNqP z(3Q&t0J|WoC$a@-OEKhun?X$hxS@-?f2wFwv1~@03oj|+BcAsT*B&uWg2ugUkp9R zQc+bxQ z4KEKK09Q(4;Lhc3)SO@fjDvEE-J10#b>5PuhqtbypYM5{W@ct;ZuccoYrsJm0%Ec( zht>~dvqvvP3dGve?adg%k%@gSUn%4=x2)O3C$=w2(O>^Q8patU3*gd*hB$56vJPIc z=)i$Lirz(j3xaw!&>#Y>G5_#%_Shp=-y?9|3X;n@I$EFHzI{hL9&dbM-@Xri`s$uHbLQ;n z>u*ofuAeIO9U%m8$ z)m>c=@fQ;l6QAK2>$SJH-!%GABYq(X=Qqp2+RcP=7APSWsj8 zJl4bQ$9B=bX)Ke;^bQXX|5;Vlrs(DL^z^yiyLay&K7Ra@73mJ|vHtIFT(n@}w-lzN z{xp1&4h;>{XOox3T(P;Zxg(e$TWB@kZl9UY_-iZBo4I4?y`kU1>eTr7_^H9c!J~uk zyz>#$9;e}vk!VjH!Tb?$cwlPk zNQwS~#=0|^4qV_;FrW!lkYA@94v7C66u`MC(2*rJEOQV?98t+<(ME}OO4juMw&8N> zm%Tt-GAp7qgF!)fLbmvk31GOB1g^ZzM&SQ5a7_UwZoPpcN-{T3+ - - 4.0.0 - - org.eclipse.emf.validation - org.eclipse.emf.validation.releng - 1.14.0-SNAPSHOT - ../../releng/org.eclipse.emf.validation.releng/pom.xml - - org.eclipse.emf.validation.features - org.eclipse.emf.validation.source - 1.14.0-SNAPSHOT - eclipse-feature - diff --git a/releng/org.eclipse.emf.validation.releng/pom.xml b/releng/org.eclipse.emf.validation.releng/pom.xml index 2a26b8f2..0a666c3d 100644 --- a/releng/org.eclipse.emf.validation.releng/pom.xml +++ b/releng/org.eclipse.emf.validation.releng/pom.xml @@ -52,6 +52,12 @@ plugin-source + + feature-source + + feature-source + + @@ -104,6 +110,28 @@ + + org.eclipse.tycho + tycho-p2-repository-plugin + ${tycho-version} + + true + + + + org.eclipse.tycho + tycho-p2-plugin + ${tycho-version} + + + attach-p2-metadata + package + + p2-metadata + + + + @@ -172,9 +200,6 @@ ../../features/org.eclipse.emf.validation-feature ../../features/org.eclipse.emf.validation.ocl-feature ../../features/org.eclipse.emf.validation.examples-feature - ../../features/org.eclipse.emf.validation.source-feature - ../../features/org.eclipse.emf.validation.ocl.source-feature - ../../features/org.eclipse.emf.validation.examples.source-feature ../../features/org.eclipse.emf.validation.doc-feature ../../features/org.eclipse.emf.validation.tests-feature ../../features/org.eclipse.emf.validation.sdk-feature diff --git a/releng/org.eclipse.emf.validation.repository/category.xml b/releng/org.eclipse.emf.validation.repository/category.xml index d919bb41..0e99079f 100644 --- a/releng/org.eclipse.emf.validation.repository/category.xml +++ b/releng/org.eclipse.emf.validation.repository/category.xml @@ -9,24 +9,15 @@ - - - - - - - - -