Skip to content

Commit

Permalink
[#285] unifies test bundle naming (#286)
Browse files Browse the repository at this point in the history
* [#285] unifies test bundle naming

Signed-off-by: Frank Gasdorf <fgdrf@users.sourceforge.net>

* match pluginid to file path

Signed-off-by: egouge <egouge@refractions.net>
  • Loading branch information
fgdrf committed Mar 10, 2019
1 parent bbf07e9 commit 472651d
Show file tree
Hide file tree
Showing 294 changed files with 215 additions and 223 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.locationtech.udig.catalog.tests.geotiff</name>
<name>org.locationtech.udig.catalog.geotiff.tests</name>
<comment></comment>
<projects>
</projects>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Geotiff Test Plug-in
Bundle-SymbolicName: org.locationtech.udig.catalog.test.geotiff;singleton:=true
Bundle-Version: 2.1.0.qualifier
Bundle-Activator: org.locationtech.udig.catalog.tests.internal.geotiff.GeoTiffPlugin
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.locationtech.udig.catalog.tests,
org.locationtech.udig.catalog.geotiff
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Geotiff Test Plug-in
Bundle-SymbolicName: org.locationtech.udig.catalog.geotiff.tests;singleton:=true
Bundle-Version: 2.1.0.qualifier
Bundle-Activator: org.locationtech.udig.catalog.tests.internal.geotiff.GeoTiffPlugin
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.locationtech.udig.catalog.tests,
org.locationtech.udig.catalog.geotiff
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<version>2.1.0-SNAPSHOT</version>
</parent>

<artifactId>org.locationtech.udig.catalog.test.geotiff</artifactId>
<artifactId>org.locationtech.udig.catalog.geotiff.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>

<build>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.locationtech.udig.project.tests.ui</name>
<name>org.locationtech.udig.catalog.ui.tests</name>
<comment></comment>
<projects>
</projects>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Catalog UI Test Plug-in
Bundle-SymbolicName: org.locationtech.udig.catalog.tests.ui; singleton:=true
Bundle-SymbolicName: org.locationtech.udig.catalog.ui.tests;singleton:=true
Bundle-Version: 2.1.0.qualifier
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.eclipse.core.runtime,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<version>2.1.0-SNAPSHOT</version>
</parent>

<artifactId>org.locationtech.udig.catalog.tests.ui</artifactId>
<artifactId>org.locationtech.udig.catalog.ui.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>

<build>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.locationtech.udig.catalog.tests.wfs</name>
<name>org.locationtech.udig.catalog.wfs.tests</name>
<comment></comment>
<projects>
</projects>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Wfs Test Plug-in
Bundle-SymbolicName: org.locationtech.udig.catalog.tests.wfs;singleton:=true
Bundle-SymbolicName: org.locationtech.udig.catalog.wfs.tests;singleton:=true
Bundle-Version: 2.1.0.qualifier
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.eclipse.core.runtime,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<version>2.1.0-SNAPSHOT</version>
</parent>

<artifactId>org.locationtech.udig.catalog.tests.wfs</artifactId>
<artifactId>org.locationtech.udig.catalog.wfs.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ Require-Bundle: org.eclipse.ui,
org.locationtech.udig.catalog.ui,
org.locationtech.udig.libs
Bundle-ActivationPolicy: lazy
Export-Package: org.locationtech.udig.catalog.internal.wfs;x-friends:=
"org.locationtech.udig.catalog.tests.wfs",org.locationtech.udig.catal
og.internal.wfs.ui;x-friends:="org.locationtech.udig.context,org.loca
tiontech.udig.catalog.tests.wfs",org.locationtech.udig.catalog.wfs.in
ternal;x-friends:="org.locationtech.udig.catalog.tests.wfs"
Export-Package: org.locationtech.udig.catalog.internal.wfs;x-friends:="org.locationtech.udig.catalog.wfs.tests",
org.locationtech.udig.catalog.internal.wfs.ui;x-friends:="org.locationtech.udig.context,org.locationtech.udig.catalog.wfs.tests",
org.locationtech.udig.catalog.wfs.internal;x-friends:="org.locationtech.udig.catalog.wfs.tests"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.locationtech.udig.catalog.tests.wms</name>
<name>org.locationtech.udig.catalog.wms.tests</name>
<comment></comment>
<projects>
</projects>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: WMS Tests
Bundle-SymbolicName: org.locationtech.udig.catalog.tests.wms
Bundle-SymbolicName: org.locationtech.udig.catalog.wms.tests
Bundle-Version: 2.1.0.qualifier
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.junit;bundle-version="[4.0.0,5.0.0)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<version>2.1.0-SNAPSHOT</version>
</parent>

<artifactId>org.locationtech.udig.tests.catalog.wmt</artifactId>
<artifactId>org.locationtech.udig.catalog.wms.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>

<build>
Expand Down
28 changes: 28 additions & 0 deletions plugins/org.locationtech.udig.catalog.wmt.tests/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.locationtech.udig.catalog.wmt.tests</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Test WMT Plug-in
Bundle-SymbolicName: org.locationtech.udig.tests.catalog.wmt
Bundle-SymbolicName: org.locationtech.udig.catalog.wmt.tests
Bundle-Version: 2.1.0.qualifier
Bundle-Vendor: udig.refractions.net
Bundle-Activator: org.locationtech.udig.tests.catalog.wmt.Activator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<version>2.1.0-SNAPSHOT</version>
</parent>

<artifactId>org.locationtech.udig.catalog.tests.wms</artifactId>
<artifactId>org.locationtech.udig.catalog.wmt.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.locationtech.udig.info,
org.junit;bundle-version="[4.0.0,5.0.0)",
org.locationtech.udig.project.tests.ui;bundle-version="2.0.0",
org.locationtech.udig.project.ui.tests;bundle-version="2.0.0",
org.locationtech.udig.project;bundle-version="2.0.0",
org.locationtech.udig.project.ui
Bundle-ActivationPolicy: lazy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.locationtech.udig.issues.test</name>
<name>org.locationtech.udig.issues.tests</name>
<comment></comment>
<projects>
</projects>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Issues Test Plug-in
Bundle-SymbolicName: org.locationtech.udig.issues.test;singleton:=true
Bundle-SymbolicName: org.locationtech.udig.issues.tests;singleton:=true
Bundle-Version: 2.1.0.qualifier
Bundle-Activator: org.locationtech.udig.issues.test.IssuesTestActivator
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.locationtech.udig.issues,
org.locationtech.udig.project.tests.ui
org.locationtech.udig.project.ui.tests
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<version>2.1.0-SNAPSHOT</version>
</parent>

<artifactId>org.locationtech.udig.issues.test</artifactId>
<artifactId>org.locationtech.udig.issues.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>

<build>
Expand Down
11 changes: 5 additions & 6 deletions plugins/org.locationtech.udig.issues/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.ui.cheatsheets,
org.locationtech.udig.libs
Bundle-ActivationPolicy: lazy
Export-Package: org.locationtech.udig.issues,org.locationtech.udig.iss
ues.internal;x-friends:="org.locationtech.udig.issues.test",org.locat
iontech.udig.issues.internal.datastore;x-friends:="org.locationtech.u
dig.issues.test",org.locationtech.udig.issues.internal.view;x-friends
:="org.locationtech.udig.issues.test",org.locationtech.udig.issues.li
steners
Export-Package: org.locationtech.udig.issues,
org.locationtech.udig.issues.internal;x-friends:="org.locationtech.udig.issues.tests",
org.locationtech.udig.issues.internal.datastore;x-friends:="org.locationtech.udig.issues.tests",
org.locationtech.udig.issues.internal.view;x-friends:="org.locationtech.udig.issues.tests",
org.locationtech.udig.issues.listeners
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.locationtech.udig.location.test</name>
<name>org.locationtech.udig.location.tests</name>
<comment></comment>
<projects>
</projects>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Test Plug-in
Bundle-SymbolicName: org.locationtech.udig.location.test
Bundle-SymbolicName: org.locationtech.udig.location.tests
Bundle-Version: 2.1.0.qualifier
Bundle-Vendor: udig.refractions.net
Bundle-Activator: org.locationtech.udig.location.test.TestPlugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<version>2.1.0-SNAPSHOT</version>
</parent>

<artifactId>org.locationtech.udig.location.test</artifactId>
<artifactId>org.locationtech.udig.location.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>

<build>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.locationtech.udig.catalog.tests.ui</name>
<name>org.locationtech.udig.project.ui.tests</name>
<comment></comment>
<projects>
</projects>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Project UI Test Plug-in
Bundle-SymbolicName: org.locationtech.udig.project.tests.ui; singleton:=true
Bundle-SymbolicName: org.locationtech.udig.project.ui.tests;singleton:=true
Bundle-Version: 2.1.0.qualifier
Bundle-Vendor: udig.refractions.net
Bundle-Activator: org.locationtech.udig.project.ui.TestsUIPlugin
Expand Down Expand Up @@ -49,6 +49,6 @@ Require-Bundle: org.eclipse.gef;bundle-version="3.7.0",
org.locationtech.udig.mapgraphic,
org.locationtech.udig.project.edit,
org.locationtech.udig.project.tests;visibility:=reexport,
org.locationtech.udig.catalog.tests.ui;visibility:=reexport
org.locationtech.udig.catalog.ui.tests;visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<version>2.1.0-SNAPSHOT</version>
</parent>

<artifactId>org.locationtech.udig.project.tests.ui</artifactId>
<artifactId>org.locationtech.udig.project.ui.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>

<build>
Expand Down
28 changes: 0 additions & 28 deletions plugins/org.locationtech.udig.render.feature.basic.test/.project

This file was deleted.

28 changes: 28 additions & 0 deletions plugins/org.locationtech.udig.render.feature.basic.tests/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.locationtech.udig.render.feature.basic.tests</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Basic Feature Renderer Test Plug-in
Bundle-SymbolicName: org.locationtech.udig.render.feature.basic.test
Bundle-SymbolicName: org.locationtech.udig.render.feature.basic.tests
Bundle-Version: 2.1.0.qualifier
Bundle-Activator: org.locationtech.udig.render.feature.basic.test.Activator
Bundle-Vendor: udig.refractions.net
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<version>2.1.0-SNAPSHOT</version>
</parent>

<artifactId>org.locationtech.udig.render.feature.basic.test</artifactId>
<artifactId>org.locationtech.udig.render.feature.basic.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>

<build>
Expand Down

0 comments on commit 472651d

Please sign in to comment.