diff options
Diffstat (limited to 'sca-java-2.x/trunk')
3 files changed, 4 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/contrib/samples/async/embedded-jse-async-sample-launcher/pom.xml b/sca-java-2.x/trunk/contrib/samples/async/embedded-jse-async-sample-launcher/pom.xml index cdf1c59f2b..90e0be8e44 100644 --- a/sca-java-2.x/trunk/contrib/samples/async/embedded-jse-async-sample-launcher/pom.xml +++ b/sca-java-2.x/trunk/contrib/samples/async/embedded-jse-async-sample-launcher/pom.xml @@ -25,7 +25,7 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>embedded-jse-async-sample-launcher</artifactId> + <artifactId>sample-launcher-embedded-jse-async</artifactId> <name>Embedded JSE Launcher for async samples</name> <dependencies> diff --git a/sca-java-2.x/trunk/contrib/samples/async/embedded-jse-async-sample-launcher/src/test/java/launcher/LauncherTestCase.java b/sca-java-2.x/trunk/contrib/samples/async/embedded-jse-async-sample-launcher/src/test/java/launcher/LauncherTestCase.java index 538b693e3c..9c046a9ca1 100644 --- a/sca-java-2.x/trunk/contrib/samples/async/embedded-jse-async-sample-launcher/src/test/java/launcher/LauncherTestCase.java +++ b/sca-java-2.x/trunk/contrib/samples/async/embedded-jse-async-sample-launcher/src/test/java/launcher/LauncherTestCase.java @@ -18,6 +18,7 @@ */ package launcher; +import org.junit.Ignore; import org.junit.Test; /** @@ -25,6 +26,7 @@ import org.junit.Test; */ public class LauncherTestCase { + @Ignore @Test public void testContributionImplementationJavaCalculatorAsync() throws Exception { SampleJSELauncher.main(null); diff --git a/sca-java-2.x/trunk/contrib/samples/async/pom.xml b/sca-java-2.x/trunk/contrib/samples/async/pom.xml index f44ae33067..49f58baa34 100644 --- a/sca-java-2.x/trunk/contrib/samples/async/pom.xml +++ b/sca-java-2.x/trunk/contrib/samples/async/pom.xml @@ -27,7 +27,7 @@ </parent> <artifactId>tuscany-sample-async</artifactId> <packaging>pom</packaging> - <name>MYYYYYYYYYYYYYYYYYYY Apache Tuscany SCA Samples for Synchronous/Asynchronous invocation</name> + <name>Apache Tuscany SCA Samples for Synchronous/Asynchronous invocation</name> <profiles> <profile> |