Skip to content

Commit

Permalink
Update to RCPTT 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haiodo committed Nov 17, 2015
1 parent d60d6c0 commit 76ef998
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 51 deletions.
18 changes: 9 additions & 9 deletions tests/com.cisco.yangide.editor.test/pom.xml
Expand Up @@ -5,21 +5,21 @@
<parent>
<groupId>com.cisco.yangide.test</groupId>
<artifactId>com.cisco.yangide.test.parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

<groupId>com.cisco.yangide.test</groupId>
<artifactId>com.cisco.yangide.editor.test</artifactId>

<packaging>q7test</packaging>
<packaging>rcpttTest</packaging>

<build>
<plugins>
<plugin>
<groupId>com.xored.q7</groupId>
<artifactId>q7-maven-plugin</artifactId>
<version>1.5.0</version>
<groupId>org.eclipse.rcptt</groupId>
<artifactId>rcptt-maven-plugin</artifactId>
<version>2.0.0</version>
<extensions>true</extensions>
<configuration>
<suites>
Expand Down Expand Up @@ -66,7 +66,7 @@
</injection>

<injection>
<site>http://download.eclipse.org/technology/m2e/releases-for-indigo/1.4/</site>
<site>http://download.eclipse.org/technology/m2e/releases/1.4/1.4.1.20140328-1905</site>
<features>
<feature>org.eclipse.m2e.feature.feature.group</feature>
<feature>org.eclipse.m2e.logback.feature.feature.group</feature>
Expand All @@ -90,9 +90,9 @@
</injection>
</injections>
</aut>
<q7>
<version>${q7-version}</version>
</q7>
<runner>
<version>${rcptt-version}</version>
</runner>
</configuration>
</plugin>
</plugins>
Expand Down
8 changes: 0 additions & 8 deletions tests/com.cisco.yangide.editor.test/yang-ide-q7.license

This file was deleted.

23 changes: 12 additions & 11 deletions tests/com.cisco.yangide.ext.refactoring.test/pom.xml
Expand Up @@ -2,24 +2,25 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.cisco.yangide.ext.test</groupId>
<artifactId>com.cisco.yangide.ext.test.parent</artifactId>
<parent>
<groupId>com.cisco.yangide.test</groupId>
<artifactId>com.cisco.yangide.test.parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>


<groupId>com.cisco.yangide.ext.test</groupId>
<artifactId>com.cisco.yangide.ext.refactoring.test</artifactId>

<packaging>q7test</packaging>
<packaging>rcpttTest</packaging>

<build>
<plugins>
<plugin>
<groupId>com.xored.q7</groupId>
<artifactId>q7-maven-plugin</artifactId>
<version>1.5.0</version>
<groupId>org.eclipse.rcptt</groupId>
<artifactId>rcptt-maven-plugin</artifactId>
<version>2.0.0</version>
<extensions>true</extensions>
<configuration>
<suites>
Expand Down Expand Up @@ -67,7 +68,7 @@
</injection>

<injection>
<site>http://download.eclipse.org/technology/m2e/releases-for-indigo/1.4/</site>
<site>http://download.eclipse.org/technology/m2e/releases/1.4/1.4.1.20140328-1905</site>
<features>
<feature>org.eclipse.m2e.feature.feature.group</feature>
<feature>org.eclipse.m2e.logback.feature.feature.group</feature>
Expand All @@ -91,9 +92,9 @@
</injection>
</injections>
</aut>
<q7>
<version>${q7-version}</version>
</q7>
<rcptt>
<version>${rcptt-version}</version>
</rcptt>
</configuration>
</plugin>
</plugins>
Expand Down

This file was deleted.

30 changes: 15 additions & 15 deletions tests/pom.xml
@@ -1,38 +1,38 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.cisco.yangide.test</groupId>
<artifactId>com.cisco.yangide.test.parent</artifactId>
<version>1.1.0-SNAPSHOT</version>

<packaging>pom</packaging>

<properties>
<eclipse-version>3.7.2</eclipse-version>
<q7-version>1.5.0</q7-version>
<rcptt-version>2.0.0</rcptt-version>
<update.site.url>file://${project.basedir}/../../product/update-site/target/repository/</update.site.url>
</properties>

<modules>
<module>com.cisco.yangide.editor.test</module>
<module>com.cisco.yangide.ext.refactoring.test</module>
</modules>


<pluginRepositories>
<pluginRepository>
<id>q7-releases</id>
<name>Xored Q7</name>
<url>http://maven.xored.com/nexus/content/repositories/q7-releases/</url>
<id>rcptt-releases</id>
<name>RCPTT Maven repository</name>
<url>https://repo.eclipse.org/content/repositories/rcptt-releases/</url>
</pluginRepository>
<pluginRepository>
<id>rcptt-snapshots</id>
<name>RCPTT Maven Snapshots repository</name>
<snapshots>
<updatePolicy>always</updatePolicy>
</snapshots>
<url>https://repo.eclipse.org/content/repositories/rcptt-snapshots/</url>
</pluginRepository>
</pluginRepositories>

<repositories>
<repository>
<id>q7-releases</id>
<name>Xored Q7</name>
<url>http://maven.xored.com/nexus/content/repositories/q7-releases/</url>
</repository>
</repositories>

</project>
</project>

0 comments on commit 76ef998

Please sign in to comment.