Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
353384 Adapt artifactIds in ITS projects to match Eclipse IDs
Browse files Browse the repository at this point in the history
Modify artifactIds so that they are equal to the bundle/feature IDs.
(Using this direction because adapting the Eclipse IDs would have
required a lot more changes in tests and test data.)
  • Loading branch information
mgradl authored and oberlies committed Aug 22, 2011
1 parent 54b9b4a commit 80c2544
Show file tree
Hide file tree
Showing 31 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion tycho-its/projects/MNGECLIPSE1026/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.tycho.tycho-its.MNGECLIPSE1026</groupId>
<artifactId>MNGECLIPSE1026</artifactId>
<artifactId>my.group.my.plugin2</artifactId>
<packaging>eclipse-plugin</packaging>
<version>1.0.0</version>
<build>
Expand Down
2 changes: 1 addition & 1 deletion tycho-its/projects/MNGECLIPSE937/bundle.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<artifactId>parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>bundle.test</artifactId>
<artifactId>bundle.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.tycho.tychoits.tycho0209.build01.bundle01</artifactId>
<artifactId>org.codehaus.tycho.tychoits.tycho0209.build01.bundle01</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.tycho.tychoits.tycho0209.build01.bundle02</artifactId>
<artifactId>org.codehaus.tycho.tychoits.tycho0209.build01.bundle02</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.tycho.tychoits.tycho0209.build01.bundle03</artifactId>
<artifactId>org.codehaus.tycho.tychoits.tycho0209.build01.bundle03</artifactId>
<packaging>eclipse-test-plugin</packaging>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.tycho.tychoits.tycho0209.build01.feature01</artifactId>
<artifactId>org.codehaus.tycho.tychoits.tycho0209.build01.feature01</artifactId>
<packaging>eclipse-feature</packaging>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.tycho.tychoits.tycho0209.build02.bundle02</artifactId>
<artifactId>org.codehaus.tycho.tychoits.tycho0209.build02.bundle02</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.tycho.tychoits.tycho0209.build02.feature01</artifactId>
<artifactId>org.codehaus.tycho.tychoits.tycho0209.build02.feature01</artifactId>
<packaging>eclipse-feature</packaging>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.tycho.tychoits.tycho0209.build03.bundle01</artifactId>
<artifactId>org.codehaus.tycho.tychoits.tycho0209.build03.bundle01</artifactId>

<packaging>eclipse-plugin</packaging>

Expand Down
2 changes: 1 addition & 1 deletion tycho-its/projects/TYCHO0290appArgs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>TYCHO0290appArgs</groupId>
<artifactId>test</artifactId>
<artifactId>TYCHO0290appArgs</artifactId>
<version>0.0.1-SNAPSHOT</version>

<packaging>eclipse-test-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tycho-its/projects/TYCHO0356runSingleTest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>TYCHO0356runSingleTest</groupId>
<artifactId>bundle.test</artifactId>
<artifactId>TYCHO0356runSingleTest</artifactId>
<version>1.0.0-SNAPSHOT</version>

<packaging>eclipse-test-plugin</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>TYCHO0367localRepositoryCrosstalk</groupId>
<artifactId>bundle01</artifactId>
<artifactId>TYCHO0367localRepositoryCrosstalk.bundle01</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<modelVersion>4.0.0</modelVersion>

<groupId>TYCHO0367localRepositoryCrosstalk</groupId>
<artifactId>bundle02</artifactId>
<artifactId>TYCHO0367localRepositoryCrosstalk.bundle02</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>TYCHO0380twoJunitVersions</groupId>
<artifactId>bundle.test</artifactId>
<artifactId>featureDotQualifier.feature</artifactId>
<version>1.0.0-SNAPSHOT</version>

<packaging>eclipse-feature</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>org.eclipse.tycho.tychoits.TYCHO0432configurableFailIfNoTests</groupId>
<artifactId>bundle.test</artifactId>
<artifactId>TYCHO0432configurableFailIfNoTests</artifactId>
<version>1.0.0-SNAPSHOT</version>

<packaging>eclipse-test-plugin</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>

<artifactId>bundle</artifactId>
<artifactId>HeadlessProduct</artifactId>
<version>1.0.0</version>
<packaging>eclipse-plugin</packaging>

Expand Down
2 changes: 1 addition & 1 deletion tycho-its/projects/TYCHO170/bundle.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<artifactId>parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>bundle.test</artifactId>
<artifactId>bundle.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>org.eclipse.tycho.TYCHO253extraClassPathEntries</groupId>
<artifactId>TYCHO253extraClassPathEntries.testExtraClasspathTest1</artifactId>
<artifactId>org.sonatype.tycho.testExtraClasspathTest1</artifactId>
<packaging>eclipse-plugin</packaging>
<version>1.0.0-SNAPSHOT</version>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>org.eclipse.tycho.TYCHO253extraClassPathEntries</groupId>
<artifactId>TYCHO253extraClassPathEntries.testExtraClasspathTest2</artifactId>
<artifactId>org.sonatype.tycho.testExtraClasspathTest2</artifactId>
<packaging>eclipse-plugin</packaging>
<version>1.0.0-SNAPSHOT</version>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>org.eclipse.tycho.TYCHO253extraClassPathEntries</groupId>
<artifactId>TYCHO253extraClassPathEntries.testExtraClasspathTest3</artifactId>
<artifactId>org.sonatype.tycho.testExtraClasspathTest3</artifactId>
<packaging>eclipse-plugin</packaging>
<version>1.0.0-SNAPSHOT</version>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<artifactId>parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>feature</artifactId>
<artifactId>tycho309.feature</artifactId>
<packaging>eclipse-feature</packaging>
</project>
2 changes: 1 addition & 1 deletion tycho-its/projects/TYCHO32/bundle.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>bundle.test</artifactId>
<artifactId>build.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.tycho.tychoits.tycho340.plugin</artifactId>
<artifactId>org.codehaus.tycho.tychoits.tycho0340.plugin</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.tycho.tychoits.tycho340.test</artifactId>
<artifactId>org.codehaus.tycho.tychoits.tycho0340.test</artifactId>
<packaging>eclipse-test-plugin</packaging>

<build>
Expand Down
2 changes: 1 addition & 1 deletion tycho-its/projects/TYCHO351testSystemProperties/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>TYCHO351testSystemProperties</groupId>
<artifactId>test</artifactId>
<artifactId>TYCHO351testSystemProperties</artifactId>
<version>0.0.1-SNAPSHOT</version>

<packaging>eclipse-test-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tycho-its/projects/TYCHO353frameworkExtensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>TYCHO353frameworkExtensions</groupId>
<artifactId>test</artifactId>
<artifactId>TYCHO351testSystemProperties</artifactId>
<version>0.0.1-SNAPSHOT</version>

<packaging>eclipse-test-plugin</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>TYCHO319passwordProtectedP2Repository</groupId>
<artifactId>bundle</artifactId>
<artifactId>TYCHO359corruptedArtifactDownloads.bundle</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

Expand Down
2 changes: 1 addition & 1 deletion tycho-its/projects/target.httpAuthentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>TYCHO319passwordProtectedP2Repository</groupId>
<artifactId>bundle</artifactId>
<artifactId>TYCHO319passwordProtectedP2Repository.bundle</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

Expand Down
2 changes: 1 addition & 1 deletion tycho-its/projects/toolchains/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>toolchains</groupId>
<artifactId>test</artifactId>
<artifactId>toolchains</artifactId>
<version>0.0.1-SNAPSHOT</version>

<packaging>eclipse-test-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tycho-its/projects/tycho154/bundle.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<artifactId>parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>bundle.test</artifactId>
<artifactId>bundle.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>
</project>
2 changes: 1 addition & 1 deletion tycho-its/projects/tycho98/bundle.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<artifactId>parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>bundle.test</artifactId>
<artifactId>bundle.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>
</project>

0 comments on commit 80c2544

Please sign in to comment.