Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2013-02-25 17:17:29 +0000
committerSilenio Quarti2013-02-25 17:17:29 +0000
commitd8c50d9aea7a0220a97cff645b4605e3a41ab51d (patch)
tree188d362a208c8583c3bbb66eeb42fe4e3db147bc /examples
parent637879167435325110c10a199802c1122303fe08 (diff)
downloadeclipse.platform.swt-d8c50d9aea7a0220a97cff645b4605e3a41ab51d.tar.gz
eclipse.platform.swt-d8c50d9aea7a0220a97cff645b4605e3a41ab51d.tar.xz
eclipse.platform.swt-d8c50d9aea7a0220a97cff645b4605e3a41ab51d.zip
Bug 397850 - [CBI] use the correct group IDs for all artifacts
Diffstat (limited to 'examples')
-rw-r--r--examples/org.eclipse.swt.examples.browser.demos/pom.xml4
-rw-r--r--examples/org.eclipse.swt.examples.browser/pom.xml4
-rw-r--r--examples/org.eclipse.swt.examples.controls/pom.xml4
-rw-r--r--examples/org.eclipse.swt.examples.launcher/pom.xml4
-rw-r--r--examples/org.eclipse.swt.examples.layouts/pom.xml4
-rw-r--r--examples/org.eclipse.swt.examples.ole.win32/pom.xml4
-rw-r--r--examples/org.eclipse.swt.examples.paint/pom.xml4
-rw-r--r--examples/org.eclipse.swt.examples/pom.xml2
8 files changed, 15 insertions, 15 deletions
diff --git a/examples/org.eclipse.swt.examples.browser.demos/pom.xml b/examples/org.eclipse.swt.examples.browser.demos/pom.xml
index c73f03649c..343d5cf2dd 100644
--- a/examples/org.eclipse.swt.examples.browser.demos/pom.xml
+++ b/examples/org.eclipse.swt.examples.browser.demos/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation and others.
+ Copyright (c) 2012, 2013 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -19,7 +19,7 @@
<version>3.8.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
- <groupId>eclipse.platform.swt</groupId>
+ <groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.examples.browser.demos</artifactId>
<version>3.101.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
diff --git a/examples/org.eclipse.swt.examples.browser/pom.xml b/examples/org.eclipse.swt.examples.browser/pom.xml
index 8f3d4f0449..6fbf0c5e73 100644
--- a/examples/org.eclipse.swt.examples.browser/pom.xml
+++ b/examples/org.eclipse.swt.examples.browser/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation and others.
+ Copyright (c) 2012, 2013 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -19,7 +19,7 @@
<version>3.8.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
- <groupId>eclipse.platform.swt</groupId>
+ <groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.examples.browser</artifactId>
<version>3.101.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
diff --git a/examples/org.eclipse.swt.examples.controls/pom.xml b/examples/org.eclipse.swt.examples.controls/pom.xml
index a2e3a9ab1d..062c624ca4 100644
--- a/examples/org.eclipse.swt.examples.controls/pom.xml
+++ b/examples/org.eclipse.swt.examples.controls/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation and others.
+ Copyright (c) 2012, 2013 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -19,7 +19,7 @@
<version>3.8.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
- <groupId>eclipse.platform.swt</groupId>
+ <groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.examples.controls</artifactId>
<version>3.101.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
diff --git a/examples/org.eclipse.swt.examples.launcher/pom.xml b/examples/org.eclipse.swt.examples.launcher/pom.xml
index 0576567584..4c600b5bca 100644
--- a/examples/org.eclipse.swt.examples.launcher/pom.xml
+++ b/examples/org.eclipse.swt.examples.launcher/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation and others.
+ Copyright (c) 2012, 2013 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -19,7 +19,7 @@
<version>3.8.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
- <groupId>eclipse.platform.swt</groupId>
+ <groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.examples.launcher</artifactId>
<version>3.101.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
diff --git a/examples/org.eclipse.swt.examples.layouts/pom.xml b/examples/org.eclipse.swt.examples.layouts/pom.xml
index 0d4fd1a105..8ce60bade4 100644
--- a/examples/org.eclipse.swt.examples.layouts/pom.xml
+++ b/examples/org.eclipse.swt.examples.layouts/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation and others.
+ Copyright (c) 2012, 2013 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -19,7 +19,7 @@
<version>3.8.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
- <groupId>eclipse.platform.swt</groupId>
+ <groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.examples.layouts</artifactId>
<version>3.101.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
diff --git a/examples/org.eclipse.swt.examples.ole.win32/pom.xml b/examples/org.eclipse.swt.examples.ole.win32/pom.xml
index 4127ab4e36..ba2205f768 100644
--- a/examples/org.eclipse.swt.examples.ole.win32/pom.xml
+++ b/examples/org.eclipse.swt.examples.ole.win32/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation and others.
+ Copyright (c) 2012, 2013 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -19,7 +19,7 @@
<version>3.8.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
- <groupId>eclipse.platform.swt</groupId>
+ <groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.examples.ole.win32</artifactId>
<version>3.101.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
diff --git a/examples/org.eclipse.swt.examples.paint/pom.xml b/examples/org.eclipse.swt.examples.paint/pom.xml
index e1ac16d1ea..ef550e5793 100644
--- a/examples/org.eclipse.swt.examples.paint/pom.xml
+++ b/examples/org.eclipse.swt.examples.paint/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation and others.
+ Copyright (c) 2012, 2013 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -19,7 +19,7 @@
<version>3.8.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
- <groupId>eclipse.platform.swt</groupId>
+ <groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.examples.paint</artifactId>
<version>3.101.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
diff --git a/examples/org.eclipse.swt.examples/pom.xml b/examples/org.eclipse.swt.examples/pom.xml
index d61497b60c..24383268f8 100644
--- a/examples/org.eclipse.swt.examples/pom.xml
+++ b/examples/org.eclipse.swt.examples/pom.xml
@@ -19,7 +19,7 @@
<version>3.8.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
- <groupId>eclipse.platform.swt</groupId>
+ <groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.examples</artifactId>
<version>3.101.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

Back to the top