Skip to content
Snippets Groups Projects
Commit 7d0594d3 authored by Alberto Debiasi's avatar Alberto Debiasi
Browse files

fix classes to run tests.

Change-Id: I86c1d8b2ec287b952b23995d78943d9c8efaf821
parent 307f0df7
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,8 @@ Require-Bundle: eu.fbk.eclipse.standardtools.utils,
eu.fbk.eclipse.standardTools.XSapExecService,
org.polarsys.chess.smvExporter,
org.polarsys.chess.contracts.transformations,
org.eclipse.acceleo.engine;bundle-version="3.6.6"
org.eclipse.acceleo.engine;bundle-version="3.6.6",
org.eclipse.equinox.event;bundle-version="1.3.200"
Bundle-ActivationPolicy: lazy
Import-Package: eu.fbk.eclipse.standardtools.logger,
eu.fbk.tools.adapter.ui.preferences,
......
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
plugin.xml
plugin.xml,\
configTest.properties,\
log4j.properties
<?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.polarsys.chess</groupId>
<artifactId>org.polarsys.chess.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../../org.polarsys.chess.parent</relativePath>
</parent>
<artifactId>org.polarsys.chess.contracts.verificationService.test.runtime</artifactId>
<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.polarsys.chess</groupId>
<artifactId>org.polarsys.chess.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../../org.polarsys.chess.parent</relativePath>
</parent>
<artifactId>org.polarsys.chess.contracts.verificationService.test.runtime</artifactId>
<packaging>eclipse-test-plugin</packaging>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<failIfNoTests>false</failIfNoTests>
</configuration>
</plugin>
</plugins>
</build>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment