Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre GAUTIER2017-09-08 07:58:04 +0000
committerBenoit Maggi2017-10-09 06:56:41 +0000
commit72e2f1f92082c8fb4c471e505800934d9b7255c4 (patch)
tree9fc2fcaf4d371d33a371398ea3e7a7283a1a04be /releng/org.eclipse.papyrus.oomph/setups
parent9f153a33d292f3140f1abf460c848e3e4514b4ec (diff)
downloadorg.eclipse.papyrus-72e2f1f92082c8fb4c471e505800934d9b7255c4.tar.gz
org.eclipse.papyrus-72e2f1f92082c8fb4c471e505800934d9b7255c4.tar.xz
org.eclipse.papyrus-72e2f1f92082c8fb4c471e505800934d9b7255c4.zip
Bug 522030 - [General] Removal of plugin org.eclipse.papyrus.team.svn
https://bugs.eclipse.org/bugs/show_bug.cgi?id=522030 remove plugin org.eclipse.papyrus.team.svn and all its references it has not been deployed in neither photon and oxygen update sites Change-Id: I33e4962d73039737dab72d6c0726d0742847feb2 Signed-off-by: Pierre GAUTIER <pierre.gautier@cea.fr>
Diffstat (limited to 'releng/org.eclipse.papyrus.oomph/setups')
-rwxr-xr-xreleng/org.eclipse.papyrus.oomph/setups/papyrus.setup16
1 files changed, 0 insertions, 16 deletions
diff --git a/releng/org.eclipse.papyrus.oomph/setups/papyrus.setup b/releng/org.eclipse.papyrus.oomph/setups/papyrus.setup
index a1a5c78d063..578d4d616a4 100755
--- a/releng/org.eclipse.papyrus.oomph/setups/papyrus.setup
+++ b/releng/org.eclipse.papyrus.oomph/setups/papyrus.setup
@@ -1476,22 +1476,6 @@
</predicate>
</sourceLocator>
</setupTask>
- <setupTask xsi:type="setup.workingsets:WorkingSetTask">
- <workingSet id="papyrus-others" name="Papyrus Others">
- <predicate xsi:type="predicates:AndPredicate">
- <operand xsi:type="predicates:RepositoryPredicate" project="org.eclipse.papyrus.team.svn"/>
- <operand xsi:type="predicates:NaturePredicate" nature="org.eclipse.pde.PluginNature"/>
- <operand xsi:type="predicates:NamePredicate" pattern="org\.eclipse\.papyrus\.team\.svn"/>
- </predicate>
- </workingSet>
- <workingSet id="papyrus-others-features" name="Papyrus Other Features">
- <predicate xsi:type="predicates:AndPredicate">
- <operand xsi:type="predicates:RepositoryPredicate" project="org.eclipse.papyrus.team.feature"/>
- <operand xsi:type="predicates:NaturePredicate" nature="org.eclipse.pde.FeatureNature"/>
- <operand xsi:type="predicates:NamePredicate" pattern="org\.eclipse\.papyrus\.team($|\..+)"/>
- </predicate>
- </workingSet>
- </setupTask>
<setupTask xsi:type="setup.targlets:TargletTask">
<description>&#xD;
Additional dependencies, e.g. for Subversive (SVN team integration), including&#xD; &#xD;

Back to the top