Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2013-02-25 17:13:43 +0000
committerDani Megert2013-02-25 17:13:43 +0000
commitb545b55b0efe41a65a7138a053297b472df8162a (patch)
treedba6ccf5bce2904dbff3bbc40292215fa26f060e
parent6b09575cf461ed923ebe4e2f90a030776e9439ae (diff)
downloadeclipse.platform.text-b545b55b0efe41a65a7138a053297b472df8162a.tar.gz
eclipse.platform.text-b545b55b0efe41a65a7138a053297b472df8162a.tar.xz
eclipse.platform.text-b545b55b0efe41a65a7138a053297b472df8162a.zip
Fixed bug 397850: [CBI] use the correct group IDs for all artifacts
-rw-r--r--org.eclipse.core.filebuffers.tests/pom.xml4
-rw-r--r--org.eclipse.core.filebuffers/pom.xml4
-rw-r--r--org.eclipse.jface.text.tests/pom.xml4
-rw-r--r--org.eclipse.jface.text/pom.xml4
-rw-r--r--org.eclipse.search.tests/pom.xml4
-rw-r--r--org.eclipse.search/pom.xml4
-rw-r--r--org.eclipse.text.tests/pom.xml4
-rw-r--r--org.eclipse.text/pom.xml4
-rw-r--r--org.eclipse.ui.editors.tests/pom.xml4
-rw-r--r--org.eclipse.ui.editors/pom.xml4
-rw-r--r--org.eclipse.ui.examples.javaeditor/pom.xml4
-rw-r--r--org.eclipse.ui.workbench.texteditor.tests/pom.xml2
-rw-r--r--org.eclipse.ui.workbench.texteditor/pom.xml4
13 files changed, 25 insertions, 25 deletions
diff --git a/org.eclipse.core.filebuffers.tests/pom.xml b/org.eclipse.core.filebuffers.tests/pom.xml
index f9c9a26e534..95ecfa91ae6 100644
--- a/org.eclipse.core.filebuffers.tests/pom.xml
+++ b/org.eclipse.core.filebuffers.tests/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation.
+ 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
@@ -18,7 +18,7 @@
<groupId>eclipse.platform.text</groupId>
<version>3.8.0-SNAPSHOT</version>
</parent>
- <groupId>eclipse.platform.text</groupId>
+ <groupId>org.eclipse.core</groupId>
<artifactId>org.eclipse.core.filebuffers.tests</artifactId>
<version>3.8.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
diff --git a/org.eclipse.core.filebuffers/pom.xml b/org.eclipse.core.filebuffers/pom.xml
index e7dc750b0be..50d3b21dd2f 100644
--- a/org.eclipse.core.filebuffers/pom.xml
+++ b/org.eclipse.core.filebuffers/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation.
+ 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
@@ -18,7 +18,7 @@
<groupId>eclipse.platform.text</groupId>
<version>3.8.0-SNAPSHOT</version>
</parent>
- <groupId>eclipse.platform.text</groupId>
+ <groupId>org.eclipse.core</groupId>
<artifactId>org.eclipse.core.filebuffers</artifactId>
<version>3.5.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
diff --git a/org.eclipse.jface.text.tests/pom.xml b/org.eclipse.jface.text.tests/pom.xml
index 78476dc1780..268a19e317a 100644
--- a/org.eclipse.jface.text.tests/pom.xml
+++ b/org.eclipse.jface.text.tests/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation.
+ 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
@@ -18,7 +18,7 @@
<groupId>eclipse.platform.text</groupId>
<version>3.8.0-SNAPSHOT</version>
</parent>
- <groupId>eclipse.platform.text</groupId>
+ <groupId>org.eclipse.jface</groupId>
<artifactId>org.eclipse.jface.text.tests</artifactId>
<version>3.9.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
diff --git a/org.eclipse.jface.text/pom.xml b/org.eclipse.jface.text/pom.xml
index 77350eb8537..bef582e686a 100644
--- a/org.eclipse.jface.text/pom.xml
+++ b/org.eclipse.jface.text/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation.
+ 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
@@ -18,7 +18,7 @@
<groupId>eclipse.platform.text</groupId>
<version>3.8.0-SNAPSHOT</version>
</parent>
- <groupId>eclipse.platform.text</groupId>
+ <groupId>org.eclipse.jface</groupId>
<artifactId>org.eclipse.jface.text</artifactId>
<version>3.8.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
diff --git a/org.eclipse.search.tests/pom.xml b/org.eclipse.search.tests/pom.xml
index e652d2e4ce6..f093d697e98 100644
--- a/org.eclipse.search.tests/pom.xml
+++ b/org.eclipse.search.tests/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation.
+ 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
@@ -18,7 +18,7 @@
<groupId>eclipse.platform.text</groupId>
<version>3.8.0-SNAPSHOT</version>
</parent>
- <groupId>eclipse.platform.text</groupId>
+ <groupId>org.eclipse.search</groupId>
<artifactId>org.eclipse.search.tests</artifactId>
<version>3.8.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
diff --git a/org.eclipse.search/pom.xml b/org.eclipse.search/pom.xml
index 6341b3adef4..0aea8f3be91 100644
--- a/org.eclipse.search/pom.xml
+++ b/org.eclipse.search/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation.
+ 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
@@ -18,7 +18,7 @@
<groupId>eclipse.platform.text</groupId>
<version>3.8.0-SNAPSHOT</version>
</parent>
- <groupId>eclipse.platform.text</groupId>
+ <groupId>org.eclipse.search</groupId>
<artifactId>org.eclipse.search</artifactId>
<version>3.8.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
diff --git a/org.eclipse.text.tests/pom.xml b/org.eclipse.text.tests/pom.xml
index 21783141d01..99264c2b9bc 100644
--- a/org.eclipse.text.tests/pom.xml
+++ b/org.eclipse.text.tests/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation.
+ 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
@@ -18,7 +18,7 @@
<groupId>eclipse.platform.text</groupId>
<version>3.8.0-SNAPSHOT</version>
</parent>
- <groupId>eclipse.platform.text</groupId>
+ <groupId>org.eclipse.text</groupId>
<artifactId>org.eclipse.text.tests</artifactId>
<version>3.9.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
diff --git a/org.eclipse.text/pom.xml b/org.eclipse.text/pom.xml
index f69f7597523..98c9b55f605 100644
--- a/org.eclipse.text/pom.xml
+++ b/org.eclipse.text/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation.
+ 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
@@ -18,7 +18,7 @@
<groupId>eclipse.platform.text</groupId>
<version>3.8.0-SNAPSHOT</version>
</parent>
- <groupId>eclipse.platform.text</groupId>
+ <groupId>org.eclipse.text</groupId>
<artifactId>org.eclipse.text</artifactId>
<version>3.5.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
diff --git a/org.eclipse.ui.editors.tests/pom.xml b/org.eclipse.ui.editors.tests/pom.xml
index aee778d822d..827f6a1f89e 100644
--- a/org.eclipse.ui.editors.tests/pom.xml
+++ b/org.eclipse.ui.editors.tests/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation.
+ 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
@@ -18,7 +18,7 @@
<groupId>eclipse.platform.text</groupId>
<version>3.8.0-SNAPSHOT</version>
</parent>
- <groupId>eclipse.platform.text</groupId>
+ <groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.ui.editors.tests</artifactId>
<version>3.8.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
diff --git a/org.eclipse.ui.editors/pom.xml b/org.eclipse.ui.editors/pom.xml
index 1ffbba7e0d2..a767491da94 100644
--- a/org.eclipse.ui.editors/pom.xml
+++ b/org.eclipse.ui.editors/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation.
+ 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
@@ -18,7 +18,7 @@
<groupId>eclipse.platform.text</groupId>
<version>3.8.0-SNAPSHOT</version>
</parent>
- <groupId>eclipse.platform.text</groupId>
+ <groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.ui.editors</artifactId>
<version>3.8.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
diff --git a/org.eclipse.ui.examples.javaeditor/pom.xml b/org.eclipse.ui.examples.javaeditor/pom.xml
index 585a069c849..368d4f86dab 100644
--- a/org.eclipse.ui.examples.javaeditor/pom.xml
+++ b/org.eclipse.ui.examples.javaeditor/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation.
+ 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
@@ -18,7 +18,7 @@
<groupId>eclipse.platform.text</groupId>
<version>3.8.0-SNAPSHOT</version>
</parent>
- <groupId>eclipse.platform.text</groupId>
+ <groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.ui.examples.javaeditor</artifactId>
<version>3.1.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
diff --git a/org.eclipse.ui.workbench.texteditor.tests/pom.xml b/org.eclipse.ui.workbench.texteditor.tests/pom.xml
index 948d62f51e7..d2e2ef712c2 100644
--- a/org.eclipse.ui.workbench.texteditor.tests/pom.xml
+++ b/org.eclipse.ui.workbench.texteditor.tests/pom.xml
@@ -18,7 +18,7 @@
<groupId>eclipse.platform.text</groupId>
<version>3.8.0-SNAPSHOT</version>
</parent>
- <groupId>eclipse.platform.text</groupId>
+ <groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.ui.workbench.texteditor.tests</artifactId>
<version>3.9.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
diff --git a/org.eclipse.ui.workbench.texteditor/pom.xml b/org.eclipse.ui.workbench.texteditor/pom.xml
index 3228069e190..41f7fc6e229 100644
--- a/org.eclipse.ui.workbench.texteditor/pom.xml
+++ b/org.eclipse.ui.workbench.texteditor/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation.
+ 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
@@ -18,7 +18,7 @@
<groupId>eclipse.platform.text</groupId>
<version>3.8.0-SNAPSHOT</version>
</parent>
- <groupId>eclipse.platform.text</groupId>
+ <groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.ui.workbench.texteditor</artifactId>
<version>3.8.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

Back to the top