Skip to content

Commit

Permalink
[476696] Renamed draw2d.test and gef.test to follow naming conventions.
Browse files Browse the repository at this point in the history
  • Loading branch information
nyssen committed Sep 5, 2015
1 parent 65ba245 commit 5ac8903
Show file tree
Hide file tree
Showing 68 changed files with 16 additions and 12 deletions.
File renamed without changes.
File renamed without changes.
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.eclipse.gef.test</name>
<name>org.eclipse.draw2d.tests</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
Expand Down
@@ -1,8 +1,8 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Plugin.name
Bundle-SymbolicName: org.eclipse.draw2d.test
Bundle-Version: 3.8.1.qualifier
Bundle-SymbolicName: org.eclipse.draw2d.tests
Bundle-Version: 3.10.100.qualifier
Bundle-Vendor: %Plugin.providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
Expand Down
File renamed without changes.
File renamed without changes.
Expand Up @@ -10,8 +10,8 @@
<relativePath>../org.eclipse.gef.releng/pom.xml</relativePath>
</parent>
<groupId>org.eclipse.draw2d.plugins</groupId>
<artifactId>org.eclipse.draw2d.test</artifactId>
<version>3.8.1-SNAPSHOT</version>
<artifactId>org.eclipse.draw2d.tests</artifactId>
<version>3.10.100-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<profiles>
<profile>
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.gef.releng/pom.xml
Expand Up @@ -396,13 +396,13 @@
<modules>
<module>../org.eclipse.gef.target</module>
<module>../org.eclipse.draw2d</module>
<module>../org.eclipse.draw2d.test</module>
<module>../org.eclipse.draw2d.tests</module>
<module>../org.eclipse.draw2d.doc.isv</module>
<module>../org.eclipse.draw2d-feature</module>
<module>../org.eclipse.draw2d.source-feature</module>
<module>../org.eclipse.draw2d.sdk-feature</module>
<module>../org.eclipse.gef</module>
<module>../org.eclipse.gef.test</module>
<module>../org.eclipse.gef.tests</module>
<module>../org.eclipse.gef.doc.isv</module>
<module>../org.eclipse.gef.examples.flow</module>
<module>../org.eclipse.gef.examples.logic</module>
Expand Down
File renamed without changes.
File renamed without changes.
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.eclipse.draw2d.test</name>
<name>org.eclipse.gef.tests</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
Expand Down
@@ -1,8 +1,8 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Plugin.name
Bundle-SymbolicName: org.eclipse.gef.test
Bundle-Version: 3.8.1.qualifier
Bundle-SymbolicName: org.eclipse.gef.tests
Bundle-Version: 3.10.100.qualifier
Bundle-Vendor: %Plugin.providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.jface;bundle-version="[3.2.0,4.0.0)",
Expand Down
File renamed without changes.
File renamed without changes.
Expand Up @@ -10,8 +10,8 @@
<relativePath>../org.eclipse.gef.releng/pom.xml</relativePath>
</parent>
<groupId>org.eclipse.gef.plugins</groupId>
<artifactId>org.eclipse.gef.test</artifactId>
<version>3.8.1-SNAPSHOT</version>
<artifactId>org.eclipse.gef.tests</artifactId>
<version>3.10.100-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<profiles>
<profile>
Expand Down

0 comments on commit 5ac8903

Please sign in to comment.