| author | Thanh Ha | 2012-12-10 14:35:13 (EST) |
|---|---|---|
| committer | Paul Webster | 2012-12-10 14:35:13 (EST) |
| commit | 8d28c78471c8bfa6ba49a901c1e39f9bf07cf6e2 (patch) (side-by-side diff) | |
| tree | f55abd8785c8eea40db084ae701967d196743f76 | |
| parent | 9258229b1f3e49d7213c86933f07e924f74698ed (diff) | |
| download | eclipse.platform.ui-8d28c78471c8bfa6ba49a901c1e39f9bf07cf6e2.zip eclipse.platform.ui-8d28c78471c8bfa6ba49a901c1e39f9bf07cf6e2.tar.gz eclipse.platform.ui-8d28c78471c8bfa6ba49a901c1e39f9bf07cf6e2.tar.bz2 | |
Bug 396113 - Bump pom versions and remove modules that no longer exist in platform.uiv20121210-193513I20121211-2000I20121211-0800I20121210-2000
| -rw-r--r-- | bundles/org.eclipse.core.databinding.property/pom.xml | 2 | ||||
| -rw-r--r-- | bundles/org.eclipse.e4.ui.workbench.addons.swt/pom.xml | 2 | ||||
| -rw-r--r-- | bundles/org.eclipse.e4.ui.workbench/pom.xml | 2 | ||||
| -rw-r--r-- | bundles/org.eclipse.jface.databinding/pom.xml | 2 | ||||
| -rw-r--r-- | bundles/org.eclipse.jface/pom.xml | 2 | ||||
| -rw-r--r-- | bundles/org.eclipse.ui.ide/pom.xml | 2 | ||||
| -rw-r--r-- | bundles/org.eclipse.ui.views.properties.tabbed/pom.xml | 2 | ||||
| -rw-r--r-- | bundles/org.eclipse.ui.workbench.compatibility/pom.xml | 2 | ||||
| -rw-r--r-- | bundles/org.eclipse.ui.workbench/pom.xml | 2 | ||||
| -rw-r--r-- | bundles/org.eclipse.ui/pom.xml | 2 | ||||
| -rw-r--r-- | features/org.eclipse.e4.rcp/pom.xml | 2 | ||||
| -rw-r--r-- | pom.xml | 6 | ||||
| -rw-r--r-- | tests/org.eclipse.ui.tests/pom.xml | 2 |
13 files changed, 15 insertions, 15 deletions
diff --git a/bundles/org.eclipse.core.databinding.property/pom.xml b/bundles/org.eclipse.core.databinding.property/pom.xml index 8d01eae..703988b 100644 --- a/bundles/org.eclipse.core.databinding.property/pom.xml +++ b/bundles/org.eclipse.core.databinding.property/pom.xml @@ -21,6 +21,6 @@ </parent> <groupId>eclipse.platform.ui</groupId> <artifactId>org.eclipse.core.databinding.property</artifactId> - <version>1.4.100-SNAPSHOT</version> + <version>1.4.200-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/bundles/org.eclipse.e4.ui.workbench.addons.swt/pom.xml b/bundles/org.eclipse.e4.ui.workbench.addons.swt/pom.xml index 3f1a586..369e58a 100644 --- a/bundles/org.eclipse.e4.ui.workbench.addons.swt/pom.xml +++ b/bundles/org.eclipse.e4.ui.workbench.addons.swt/pom.xml @@ -21,6 +21,6 @@ </parent> <groupId>eclipse.platform.ui</groupId> <artifactId>org.eclipse.e4.ui.workbench.addons.swt</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.100-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/bundles/org.eclipse.e4.ui.workbench/pom.xml b/bundles/org.eclipse.e4.ui.workbench/pom.xml index 816c1a4..d5fdcf1 100644 --- a/bundles/org.eclipse.e4.ui.workbench/pom.xml +++ b/bundles/org.eclipse.e4.ui.workbench/pom.xml @@ -21,6 +21,6 @@ </parent> <groupId>eclipse.platform.ui</groupId> <artifactId>org.eclipse.e4.ui.workbench</artifactId> - <version>0.10.3-SNAPSHOT</version> + <version>0.10.100-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/bundles/org.eclipse.jface.databinding/pom.xml b/bundles/org.eclipse.jface.databinding/pom.xml index 0042880..44939c3 100644 --- a/bundles/org.eclipse.jface.databinding/pom.xml +++ b/bundles/org.eclipse.jface.databinding/pom.xml @@ -21,6 +21,6 @@ </parent> <groupId>eclipse.platform.ui</groupId> <artifactId>org.eclipse.jface.databinding</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.100-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/bundles/org.eclipse.jface/pom.xml b/bundles/org.eclipse.jface/pom.xml index d425f4f..7740d78 100644 --- a/bundles/org.eclipse.jface/pom.xml +++ b/bundles/org.eclipse.jface/pom.xml @@ -21,7 +21,7 @@ </parent> <groupId>eclipse.platform.ui</groupId> <artifactId>org.eclipse.jface</artifactId> - <version>3.8.101-SNAPSHOT</version> + <version>3.8.200-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <build> <plugins> diff --git a/bundles/org.eclipse.ui.ide/pom.xml b/bundles/org.eclipse.ui.ide/pom.xml index cb6024f..422378a 100644 --- a/bundles/org.eclipse.ui.ide/pom.xml +++ b/bundles/org.eclipse.ui.ide/pom.xml @@ -21,6 +21,6 @@ </parent> <groupId>eclipse.platform.ui</groupId> <artifactId>org.eclipse.ui.ide</artifactId> - <version>3.8.1-SNAPSHOT</version> + <version>3.8.100-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/bundles/org.eclipse.ui.views.properties.tabbed/pom.xml b/bundles/org.eclipse.ui.views.properties.tabbed/pom.xml index f05c90b..43b84d6 100644 --- a/bundles/org.eclipse.ui.views.properties.tabbed/pom.xml +++ b/bundles/org.eclipse.ui.views.properties.tabbed/pom.xml @@ -21,6 +21,6 @@ </parent> <groupId>eclipse.platform.ui</groupId> <artifactId>org.eclipse.ui.views.properties.tabbed</artifactId> - <version>3.5.300-SNAPSHOT</version> + <version>3.6.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/bundles/org.eclipse.ui.workbench.compatibility/pom.xml b/bundles/org.eclipse.ui.workbench.compatibility/pom.xml index 1061e68..87024a0 100644 --- a/bundles/org.eclipse.ui.workbench.compatibility/pom.xml +++ b/bundles/org.eclipse.ui.workbench.compatibility/pom.xml @@ -21,6 +21,6 @@ </parent> <groupId>eclipse.platform.ui</groupId> <artifactId>org.eclipse.ui.workbench.compatibility</artifactId> - <version>3.2.100-SNAPSHOT</version> + <version>3.2.200-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/bundles/org.eclipse.ui.workbench/pom.xml b/bundles/org.eclipse.ui.workbench/pom.xml index 8efddba..bf18ca4 100644 --- a/bundles/org.eclipse.ui.workbench/pom.xml +++ b/bundles/org.eclipse.ui.workbench/pom.xml @@ -22,6 +22,6 @@ </parent> <groupId>eclipse.platform.ui</groupId> <artifactId>org.eclipse.ui.workbench</artifactId> - <version>3.103.1-SNAPSHOT</version> + <version>3.105.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/bundles/org.eclipse.ui/pom.xml b/bundles/org.eclipse.ui/pom.xml index b540474..c837ff1 100644 --- a/bundles/org.eclipse.ui/pom.xml +++ b/bundles/org.eclipse.ui/pom.xml @@ -21,6 +21,6 @@ </parent> <groupId>eclipse.platform.ui</groupId> <artifactId>org.eclipse.ui</artifactId> - <version>3.103.0-SNAPSHOT</version> + <version>3.105.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/features/org.eclipse.e4.rcp/pom.xml b/features/org.eclipse.e4.rcp/pom.xml index 3260af7..530393c 100644 --- a/features/org.eclipse.e4.rcp/pom.xml +++ b/features/org.eclipse.e4.rcp/pom.xml @@ -71,7 +71,7 @@ <plugin id="org.eclipse.swt.cocoa.macosx" /> <plugin id="org.eclipse.swt.gtk.aix.ppc" /> <plugin id="org.eclipse.swt.gtk.aix.ppc64" /> - <plugin id="org.eclipse.swt.gtk.hpux.ia64_32" /> + <plugin id="org.eclipse.swt.gtk.hpux.ia64" /> <plugin id="org.w3c.css.sac" /> <plugin id="org.w3c.dom.smil" /> <plugin id="org.w3c.dom.svg" /> @@ -118,9 +118,9 @@ <module>bundles/org.eclipse.ui.views.properties.tabbed</module> <module>bundles/org.eclipse.ui.workbench</module> <module>bundles/org.eclipse.ui.navigator</module> - <module>bundles/org.eclipse.ui.tutorials.rcp.part1</module> - <module>bundles/org.eclipse.ui.tutorials.rcp.part2</module> - <module>bundles/org.eclipse.ui.tutorials.rcp.part3</module> + <module>examples/org.eclipse.ui.tutorials.rcp.part1</module> + <module>examples/org.eclipse.ui.tutorials.rcp.part2</module> + <module>examples/org.eclipse.ui.tutorials.rcp.part3</module> <module>features/org.eclipse.e4.rcp</module> <module>bundles/org.eclipse.ui.ide</module> <module>bundles/org.eclipse.ui.ide.application</module> diff --git a/tests/org.eclipse.ui.tests/pom.xml b/tests/org.eclipse.ui.tests/pom.xml index 05e3bfc..4d6f1ac 100644 --- a/tests/org.eclipse.ui.tests/pom.xml +++ b/tests/org.eclipse.ui.tests/pom.xml @@ -21,6 +21,6 @@ </parent> <groupId>eclipse.platform.ui</groupId> <artifactId>org.eclipse.ui.tests</artifactId> - <version>3.7.1-SNAPSHOT</version> + <version>3.8.0-SNAPSHOT</version> <packaging>eclipse-test-plugin</packaging> </project> |

