summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers/fullapp-domain/src
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-01-02 09:24:41 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-01-02 09:24:41 +0000
commit1a782a0069143286e9e386c628cd4e58c3b51e46 (patch)
tree57393296922a6f2b2b2d5a8476955e6e355b8152 /sandbox/travelsample/launchers/fullapp-domain/src
parentcb17099e7fb5f31435e57e1ee2c60f85b06e0868 (diff)
Add/fix ant scripts for contents of travel sample services and launchers directories (TUSCANY-3398)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@895152 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample/launchers/fullapp-domain/src')
-rw-r--r--sandbox/travelsample/launchers/fullapp-domain/src/main/java/scatours/FullAppDomainLauncher.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/sandbox/travelsample/launchers/fullapp-domain/src/main/java/scatours/FullAppDomainLauncher.java b/sandbox/travelsample/launchers/fullapp-domain/src/main/java/scatours/FullAppDomainLauncher.java
index 8dfbc947c8..21b0ae4cb3 100644
--- a/sandbox/travelsample/launchers/fullapp-domain/src/main/java/scatours/FullAppDomainLauncher.java
+++ b/sandbox/travelsample/launchers/fullapp-domain/src/main/java/scatours/FullAppDomainLauncher.java
@@ -39,5 +39,6 @@ public class FullAppDomainLauncher {
} catch (IOException e) {
}
+ dm.getClass().getMethod("stop").invoke(dm);
}
}