Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2013-02-25 17:17:29 +0000
committerLakshmi Shanmugam2013-02-28 08:26:20 +0000
commit8144f8531d49f2698eb0c0d3d0e6d0d9c2b89f32 (patch)
tree918bb61deec3c5049be7ba4a462240b526709f6d /examples
parent8792c2dd3d4e2cf6ac083c8a810742d9d5ab4e71 (diff)
downloadeclipse.platform.swt-8144f8531d49f2698eb0c0d3d0e6d0d9c2b89f32.tar.gz
eclipse.platform.swt-8144f8531d49f2698eb0c0d3d0e6d0d9c2b89f32.tar.xz
eclipse.platform.swt-8144f8531d49f2698eb0c0d3d0e6d0d9c2b89f32.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