diff options
Diffstat (limited to 'tests/junit/framework')
4 files changed, 62 insertions, 51 deletions
diff --git a/tests/junit/framework/org.eclipse.papyrus.bundles.tests/pom.xml b/tests/junit/framework/org.eclipse.papyrus.bundles.tests/pom.xml index a07bc3e2947..20469463629 100644 --- a/tests/junit/framework/org.eclipse.papyrus.bundles.tests/pom.xml +++ b/tests/junit/framework/org.eclipse.papyrus.bundles.tests/pom.xml @@ -1,17 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.eclipse.papyrus.tests</groupId> - <artifactId>org.eclipse.papyrus.tests.junit-framework</artifactId> - <version>0.0.1-SNAPSHOT</version> - </parent> - <groupId>org.eclipse.papyrus.tests</groupId> - <artifactId>org.eclipse.papyrus.bundles.tests</artifactId> - <version>1.3.0-SNAPSHOT</version> - <packaging>eclipse-test-plugin</packaging> - +<project + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" + xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.eclipse.papyrus.tests</groupId> + <artifactId>org.eclipse.papyrus.tests.junit-framework</artifactId> + <version>0.0.1-SNAPSHOT</version> + </parent> + <groupId>org.eclipse.papyrus.tests</groupId> + <artifactId>org.eclipse.papyrus.bundles.tests</artifactId> + <version>1.3.0-SNAPSHOT</version> + <packaging>eclipse-test-plugin</packaging> + <build> <plugins> <plugin> @@ -25,16 +27,16 @@ </plugin> </plugins> </build> - + <profiles> <!-- Profile for API Evolution Report generation. --> <profile> <id>api-report-gen</id> - <activation> + <activation> <property> <name>apireport.baseline</name> </property> - </activation> + </activation> <build> <plugins> <plugin> @@ -45,7 +47,8 @@ <failIfNoTests>false</failIfNoTests> <useUIHarness>false</useUIHarness> <testFailureIgnore>true</testFailureIgnore> - <argLine>-Dapireport.baseline=${apireport.baseline} -Dapireport.outputdir=${apireport.outputdir} -Xms512m -Xmx2048m</argLine> + <argLine>-Dapireport.baseline=${apireport.baseline} + -Dapireport.outputdir=${apireport.outputdir} -Xms512m -Xmx2048m</argLine> <appArgLine>-testConfig=CI_TESTS_CONFIG</appArgLine> <product>org.eclipse.sdk.ide</product> <skipTests>false</skipTests> diff --git a/tests/junit/framework/org.eclipse.papyrus.junit.framework/pom.xml b/tests/junit/framework/org.eclipse.papyrus.junit.framework/pom.xml index 66494890b42..8c3a6c1ef86 100644 --- a/tests/junit/framework/org.eclipse.papyrus.junit.framework/pom.xml +++ b/tests/junit/framework/org.eclipse.papyrus.junit.framework/pom.xml @@ -1,14 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.eclipse.papyrus.tests</groupId> - <artifactId>org.eclipse.papyrus.tests.junit-framework</artifactId> - <version>0.0.1-SNAPSHOT</version> - </parent> - <groupId>org.eclipse.papyrus</groupId> - <artifactId>org.eclipse.papyrus.junit.framework</artifactId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<project + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" + xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.eclipse.papyrus.tests</groupId> + <artifactId>org.eclipse.papyrus.tests.junit-framework</artifactId> + <version>0.0.1-SNAPSHOT</version> + </parent> + <groupId>org.eclipse.papyrus</groupId> + <artifactId>org.eclipse.papyrus.junit.framework</artifactId> + <version>1.2.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> </project> diff --git a/tests/junit/framework/org.eclipse.papyrus.junit.utils/pom.xml b/tests/junit/framework/org.eclipse.papyrus.junit.utils/pom.xml index 6fe2b567abc..46a3fbe5deb 100644 --- a/tests/junit/framework/org.eclipse.papyrus.junit.utils/pom.xml +++ b/tests/junit/framework/org.eclipse.papyrus.junit.utils/pom.xml @@ -1,12 +1,15 @@ -<?xml version="1.0" encoding="UTF-8"?><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> - <parent> - <groupId>org.eclipse.papyrus.tests</groupId> - <artifactId>org.eclipse.papyrus.tests.junit-framework</artifactId> - <version>0.0.1-SNAPSHOT</version> - </parent> - <groupId>org.eclipse.papyrus</groupId> - <artifactId>org.eclipse.papyrus.junit.utils</artifactId> - <version>2.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?> +<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> + <parent> + <groupId>org.eclipse.papyrus.tests</groupId> + <artifactId>org.eclipse.papyrus.tests.junit-framework</artifactId> + <version>0.0.1-SNAPSHOT</version> + </parent> + <groupId>org.eclipse.papyrus</groupId> + <artifactId>org.eclipse.papyrus.junit.utils</artifactId> + <version>2.2.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> </project>
\ No newline at end of file diff --git a/tests/junit/framework/pom.xml b/tests/junit/framework/pom.xml index 0b8f5b3be82..ff4d2bf3e77 100755 --- a/tests/junit/framework/pom.xml +++ b/tests/junit/framework/pom.xml @@ -1,22 +1,25 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<project> +<project + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" + xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.eclipse.papyrus</groupId> - <artifactId>org.eclipse.papyrus.toolsmiths.releng</artifactId> - <version>1.0.0-SNAPSHOT</version> - <relativePath>../../../releng/toolsmiths/pom.xml</relativePath> - </parent> - <groupId>org.eclipse.papyrus.tests</groupId> - <artifactId>org.eclipse.papyrus.tests.junit-framework</artifactId> - <version>0.0.1-SNAPSHOT</version> + <groupId>org.eclipse.papyrus</groupId> + <artifactId>org.eclipse.papyrus.toolsmiths.releng</artifactId> + <version>1.0.0-SNAPSHOT</version> + <relativePath>../../../releng/toolsmiths/pom.xml</relativePath> + </parent> + <groupId>org.eclipse.papyrus.tests</groupId> + <artifactId>org.eclipse.papyrus.tests.junit-framework</artifactId> + <version>0.0.1-SNAPSHOT</version> <packaging>pom</packaging> <description>The top container of the junit test framework.</description> - <modules> + <modules> <module>org.eclipse.papyrus.junit.framework</module> <module>org.eclipse.papyrus.junit.utils</module> <module>org.eclipse.papyrus.bundles.tests</module> </modules> - + </project>
\ No newline at end of file |