From df405cf176b8d56608c91f08ac0fd005a59df36d Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Sun, 6 May 2012 21:33:56 +0000 Subject: [PATCH] [releng] Fix feature versions for Juno / Tycho build --- .../org.eclipse.rse.updatesite/category.xml | 14 +++++----- releng/org.eclipse.rse.updatesite/site.xml | 26 +++++++++---------- .../feature.xml | 2 +- .../org.eclipse.rse.examples-feature/pom.xml | 2 +- .../org.eclipse.rse.ftp-feature/feature.xml | 2 +- .../org.eclipse.rse.ftp-feature/pom.xml | 2 +- .../sourceTemplateFeature/feature.xml | 2 +- .../org.eclipse.rse.local-feature/feature.xml | 2 +- .../org.eclipse.rse.local-feature/pom.xml | 2 +- .../org.eclipse.rse.ssh-feature/feature.xml | 6 ++--- .../org.eclipse.rse.ssh-feature/pom.xml | 2 +- .../feature.xml | 2 +- .../org.eclipse.rse.telnet-feature/pom.xml | 2 +- .../sourceTemplateFeature/feature.xml | 2 +- .../feature.xml | 2 +- .../org.eclipse.rse.terminals-feature/pom.xml | 2 +- .../feature.xml | 2 +- .../pom.xml | 2 +- .../org.eclipse.rse.tests-feature/feature.xml | 2 +- .../org.eclipse.rse.tests-feature/pom.xml | 2 +- .../feature.xml | 2 +- .../org.eclipse.tm.terminal-feature/pom.xml | 2 +- .../feature.xml | 2 +- .../pom.xml | 2 +- .../feature.xml | 2 +- .../pom.xml | 2 +- .../feature.xml | 2 +- .../pom.xml | 2 +- .../feature.xml | 2 +- .../pom.xml | 2 +- .../org.eclipse.rse.wince-feature/feature.xml | 2 +- wince/org.eclipse.rse.wince-feature/pom.xml | 15 +++++++++++ 32 files changed, 66 insertions(+), 51 deletions(-) create mode 100644 wince/org.eclipse.rse.wince-feature/pom.xml diff --git a/releng/org.eclipse.rse.updatesite/category.xml b/releng/org.eclipse.rse.updatesite/category.xml index b8a5d55958a..7ef5caa2136 100644 --- a/releng/org.eclipse.rse.updatesite/category.xml +++ b/releng/org.eclipse.rse.updatesite/category.xml @@ -6,25 +6,25 @@ - + - + - + - + - + - + - + diff --git a/releng/org.eclipse.rse.updatesite/site.xml b/releng/org.eclipse.rse.updatesite/site.xml index 7a677be3bfa..d50f54a5387 100644 --- a/releng/org.eclipse.rse.updatesite/site.xml +++ b/releng/org.eclipse.rse.updatesite/site.xml @@ -752,10 +752,10 @@ - + - + @@ -764,37 +764,37 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/rse/examples/org.eclipse.rse.examples-feature/feature.xml b/rse/examples/org.eclipse.rse.examples-feature/feature.xml index 597202ddada..2868f1a326a 100644 --- a/rse/examples/org.eclipse.rse.examples-feature/feature.xml +++ b/rse/examples/org.eclipse.rse.examples-feature/feature.xml @@ -12,7 +12,7 @@ diff --git a/rse/examples/org.eclipse.rse.examples-feature/pom.xml b/rse/examples/org.eclipse.rse.examples-feature/pom.xml index cc164ed6c72..110ff616c77 100644 --- a/rse/examples/org.eclipse.rse.examples-feature/pom.xml +++ b/rse/examples/org.eclipse.rse.examples-feature/pom.xml @@ -10,6 +10,6 @@ org.eclipse.tm org.eclipse.rse.examples - 3.1.200-SNAPSHOT + 3.1.300-SNAPSHOT eclipse-feature diff --git a/rse/features/org.eclipse.rse.ftp-feature/feature.xml b/rse/features/org.eclipse.rse.ftp-feature/feature.xml index 5ecc54f9b91..d3573feb3c0 100644 --- a/rse/features/org.eclipse.rse.ftp-feature/feature.xml +++ b/rse/features/org.eclipse.rse.ftp-feature/feature.xml @@ -12,7 +12,7 @@ diff --git a/rse/features/org.eclipse.rse.ftp-feature/pom.xml b/rse/features/org.eclipse.rse.ftp-feature/pom.xml index c4ac4b77f53..b1e67203f82 100644 --- a/rse/features/org.eclipse.rse.ftp-feature/pom.xml +++ b/rse/features/org.eclipse.rse.ftp-feature/pom.xml @@ -10,6 +10,6 @@ org.eclipse.tm.features org.eclipse.rse.ftp - 3.0.301-SNAPSHOT + 3.0.400-SNAPSHOT eclipse-feature diff --git a/rse/features/org.eclipse.rse.ftp-feature/sourceTemplateFeature/feature.xml b/rse/features/org.eclipse.rse.ftp-feature/sourceTemplateFeature/feature.xml index 2c3e775b56d..8705cba5181 100644 --- a/rse/features/org.eclipse.rse.ftp-feature/sourceTemplateFeature/feature.xml +++ b/rse/features/org.eclipse.rse.ftp-feature/sourceTemplateFeature/feature.xml @@ -12,7 +12,7 @@ diff --git a/rse/features/org.eclipse.rse.local-feature/feature.xml b/rse/features/org.eclipse.rse.local-feature/feature.xml index 42e78fd31aa..757a8696f5f 100644 --- a/rse/features/org.eclipse.rse.local-feature/feature.xml +++ b/rse/features/org.eclipse.rse.local-feature/feature.xml @@ -12,7 +12,7 @@ diff --git a/rse/features/org.eclipse.rse.local-feature/pom.xml b/rse/features/org.eclipse.rse.local-feature/pom.xml index 0b77b664395..9de1d6326d0 100644 --- a/rse/features/org.eclipse.rse.local-feature/pom.xml +++ b/rse/features/org.eclipse.rse.local-feature/pom.xml @@ -10,6 +10,6 @@ org.eclipse.tm.features org.eclipse.rse.local - 2.1.300-SNAPSHOT + 2.1.400-SNAPSHOT eclipse-feature diff --git a/rse/features/org.eclipse.rse.ssh-feature/feature.xml b/rse/features/org.eclipse.rse.ssh-feature/feature.xml index 1194f65eb02..937215a9229 100644 --- a/rse/features/org.eclipse.rse.ssh-feature/feature.xml +++ b/rse/features/org.eclipse.rse.ssh-feature/feature.xml @@ -1,4 +1,5 @@ - - diff --git a/rse/features/org.eclipse.rse.ssh-feature/pom.xml b/rse/features/org.eclipse.rse.ssh-feature/pom.xml index d922774e89c..1fff1acb49c 100644 --- a/rse/features/org.eclipse.rse.ssh-feature/pom.xml +++ b/rse/features/org.eclipse.rse.ssh-feature/pom.xml @@ -10,6 +10,6 @@ org.eclipse.tm.features org.eclipse.rse.ssh - 3.0.301-SNAPSHOT + 3.0.400-SNAPSHOT eclipse-feature diff --git a/rse/features/org.eclipse.rse.telnet-feature/feature.xml b/rse/features/org.eclipse.rse.telnet-feature/feature.xml index 1d95e2b1a21..20f41ef87a3 100644 --- a/rse/features/org.eclipse.rse.telnet-feature/feature.xml +++ b/rse/features/org.eclipse.rse.telnet-feature/feature.xml @@ -12,7 +12,7 @@ diff --git a/rse/features/org.eclipse.rse.telnet-feature/pom.xml b/rse/features/org.eclipse.rse.telnet-feature/pom.xml index a155e110e46..2386314b6b4 100644 --- a/rse/features/org.eclipse.rse.telnet-feature/pom.xml +++ b/rse/features/org.eclipse.rse.telnet-feature/pom.xml @@ -10,6 +10,6 @@ org.eclipse.tm.features org.eclipse.rse.telnet - 2.2.200-SNAPSHOT + 2.2.300-SNAPSHOT eclipse-feature diff --git a/rse/features/org.eclipse.rse.telnet-feature/sourceTemplateFeature/feature.xml b/rse/features/org.eclipse.rse.telnet-feature/sourceTemplateFeature/feature.xml index e389cccd84e..bb0cbdb9686 100644 --- a/rse/features/org.eclipse.rse.telnet-feature/sourceTemplateFeature/feature.xml +++ b/rse/features/org.eclipse.rse.telnet-feature/sourceTemplateFeature/feature.xml @@ -12,7 +12,7 @@ diff --git a/rse/features/org.eclipse.rse.terminals-feature/feature.xml b/rse/features/org.eclipse.rse.terminals-feature/feature.xml index 52120aa6a79..3445dd96ddf 100644 --- a/rse/features/org.eclipse.rse.terminals-feature/feature.xml +++ b/rse/features/org.eclipse.rse.terminals-feature/feature.xml @@ -12,7 +12,7 @@ diff --git a/rse/features/org.eclipse.rse.terminals-feature/pom.xml b/rse/features/org.eclipse.rse.terminals-feature/pom.xml index 591c3cf2279..a90f86a95a8 100644 --- a/rse/features/org.eclipse.rse.terminals-feature/pom.xml +++ b/rse/features/org.eclipse.rse.terminals-feature/pom.xml @@ -10,6 +10,6 @@ org.eclipse.tm.features org.eclipse.rse.terminals - 1.1.1-SNAPSHOT + 1.1.100-SNAPSHOT eclipse-feature diff --git a/rse/features/org.eclipse.rse.useractions-feature/feature.xml b/rse/features/org.eclipse.rse.useractions-feature/feature.xml index cb5f8453caa..2049069b3f4 100644 --- a/rse/features/org.eclipse.rse.useractions-feature/feature.xml +++ b/rse/features/org.eclipse.rse.useractions-feature/feature.xml @@ -12,7 +12,7 @@ diff --git a/rse/features/org.eclipse.rse.useractions-feature/pom.xml b/rse/features/org.eclipse.rse.useractions-feature/pom.xml index 1390ed78bef..07d6500a9fb 100644 --- a/rse/features/org.eclipse.rse.useractions-feature/pom.xml +++ b/rse/features/org.eclipse.rse.useractions-feature/pom.xml @@ -10,6 +10,6 @@ org.eclipse.tm.features org.eclipse.rse.useractions - 1.1.300-SNAPSHOT + 1.1.400-SNAPSHOT eclipse-feature diff --git a/rse/tests/org.eclipse.rse.tests-feature/feature.xml b/rse/tests/org.eclipse.rse.tests-feature/feature.xml index 47081b3772b..c2f458159e3 100644 --- a/rse/tests/org.eclipse.rse.tests-feature/feature.xml +++ b/rse/tests/org.eclipse.rse.tests-feature/feature.xml @@ -12,7 +12,7 @@ diff --git a/rse/tests/org.eclipse.rse.tests-feature/pom.xml b/rse/tests/org.eclipse.rse.tests-feature/pom.xml index b1886839023..3bf9e446f13 100644 --- a/rse/tests/org.eclipse.rse.tests-feature/pom.xml +++ b/rse/tests/org.eclipse.rse.tests-feature/pom.xml @@ -10,6 +10,6 @@ org.eclipse.tm.features org.eclipse.rse.tests - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT eclipse-feature diff --git a/terminal/org.eclipse.tm.terminal-feature/feature.xml b/terminal/org.eclipse.tm.terminal-feature/feature.xml index cca0dd618a3..5bf70cce5da 100644 --- a/terminal/org.eclipse.tm.terminal-feature/feature.xml +++ b/terminal/org.eclipse.tm.terminal-feature/feature.xml @@ -13,7 +13,7 @@ diff --git a/terminal/org.eclipse.tm.terminal-feature/pom.xml b/terminal/org.eclipse.tm.terminal-feature/pom.xml index f66d4b8b0de..74337c0a2b2 100644 --- a/terminal/org.eclipse.tm.terminal-feature/pom.xml +++ b/terminal/org.eclipse.tm.terminal-feature/pom.xml @@ -10,6 +10,6 @@ org.eclipse.tm.features org.eclipse.tm.terminal - 3.1.1-SNAPSHOT + 3.1.100-SNAPSHOT eclipse-feature diff --git a/terminal/org.eclipse.tm.terminal.local-feature/feature.xml b/terminal/org.eclipse.tm.terminal.local-feature/feature.xml index d1bfa60cf19..4b24e7b3101 100644 --- a/terminal/org.eclipse.tm.terminal.local-feature/feature.xml +++ b/terminal/org.eclipse.tm.terminal.local-feature/feature.xml @@ -13,7 +13,7 @@ diff --git a/terminal/org.eclipse.tm.terminal.local-feature/pom.xml b/terminal/org.eclipse.tm.terminal.local-feature/pom.xml index 91ca8dcacd4..408e1e81853 100644 --- a/terminal/org.eclipse.tm.terminal.local-feature/pom.xml +++ b/terminal/org.eclipse.tm.terminal.local-feature/pom.xml @@ -10,6 +10,6 @@ org.eclipse.tm.features org.eclipse.tm.terminal.local - 0.2.0-SNAPSHOT + 0.2.100-SNAPSHOT eclipse-feature diff --git a/terminal/org.eclipse.tm.terminal.serial-feature/feature.xml b/terminal/org.eclipse.tm.terminal.serial-feature/feature.xml index a30ffdef61b..8d564df8057 100644 --- a/terminal/org.eclipse.tm.terminal.serial-feature/feature.xml +++ b/terminal/org.eclipse.tm.terminal.serial-feature/feature.xml @@ -12,7 +12,7 @@ diff --git a/terminal/org.eclipse.tm.terminal.serial-feature/pom.xml b/terminal/org.eclipse.tm.terminal.serial-feature/pom.xml index fe06ab2b1e2..dc188b098c6 100644 --- a/terminal/org.eclipse.tm.terminal.serial-feature/pom.xml +++ b/terminal/org.eclipse.tm.terminal.serial-feature/pom.xml @@ -10,6 +10,6 @@ org.eclipse.tm.features org.eclipse.tm.terminal.serial - 2.1.0-SNAPSHOT + 2.1.100-SNAPSHOT eclipse-feature diff --git a/terminal/org.eclipse.tm.terminal.ssh-feature/feature.xml b/terminal/org.eclipse.tm.terminal.ssh-feature/feature.xml index dc88d714d6d..adb0714adf9 100644 --- a/terminal/org.eclipse.tm.terminal.ssh-feature/feature.xml +++ b/terminal/org.eclipse.tm.terminal.ssh-feature/feature.xml @@ -12,7 +12,7 @@ diff --git a/terminal/org.eclipse.tm.terminal.ssh-feature/pom.xml b/terminal/org.eclipse.tm.terminal.ssh-feature/pom.xml index da6873b9f45..060daf41ca1 100644 --- a/terminal/org.eclipse.tm.terminal.ssh-feature/pom.xml +++ b/terminal/org.eclipse.tm.terminal.ssh-feature/pom.xml @@ -10,6 +10,6 @@ org.eclipse.tm.features org.eclipse.tm.terminal.ssh - 2.1.0-SNAPSHOT + 2.1.100-SNAPSHOT eclipse-feature diff --git a/terminal/org.eclipse.tm.terminal.telnet-feature/feature.xml b/terminal/org.eclipse.tm.terminal.telnet-feature/feature.xml index e889809abc1..ae8df794dd5 100644 --- a/terminal/org.eclipse.tm.terminal.telnet-feature/feature.xml +++ b/terminal/org.eclipse.tm.terminal.telnet-feature/feature.xml @@ -12,7 +12,7 @@ diff --git a/terminal/org.eclipse.tm.terminal.telnet-feature/pom.xml b/terminal/org.eclipse.tm.terminal.telnet-feature/pom.xml index 0f0386d18eb..b751874b545 100644 --- a/terminal/org.eclipse.tm.terminal.telnet-feature/pom.xml +++ b/terminal/org.eclipse.tm.terminal.telnet-feature/pom.xml @@ -10,6 +10,6 @@ org.eclipse.tm.features org.eclipse.tm.terminal.telnet - 2.1.0-SNAPSHOT + 2.1.100-SNAPSHOT eclipse-feature diff --git a/wince/org.eclipse.rse.wince-feature/feature.xml b/wince/org.eclipse.rse.wince-feature/feature.xml index 3682fd6cd1e..8e54c04a27b 100644 --- a/wince/org.eclipse.rse.wince-feature/feature.xml +++ b/wince/org.eclipse.rse.wince-feature/feature.xml @@ -12,7 +12,7 @@ diff --git a/wince/org.eclipse.rse.wince-feature/pom.xml b/wince/org.eclipse.rse.wince-feature/pom.xml new file mode 100644 index 00000000000..af2bd5f840e --- /dev/null +++ b/wince/org.eclipse.rse.wince-feature/pom.xml @@ -0,0 +1,15 @@ + + + 4.0.0 + + tm-parent + org.eclipse.tm + 3.8.0-SNAPSHOT + ../../../ + + org.eclipse.tm.features + org.eclipse.rse.wince + 0.3.100-SNAPSHOT + eclipse-feature +