diff options
Diffstat (limited to 'sandbox/travelsample/launchers/introducing-domain/pom.xml')
-rw-r--r-- | sandbox/travelsample/launchers/introducing-domain/pom.xml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sandbox/travelsample/launchers/introducing-domain/pom.xml b/sandbox/travelsample/launchers/introducing-domain/pom.xml index 4dd7e53e6e..4c9753d524 100644 --- a/sandbox/travelsample/launchers/introducing-domain/pom.xml +++ b/sandbox/travelsample/launchers/introducing-domain/pom.xml @@ -60,15 +60,11 @@ <version>2.2</version>
<configuration>
<archive>
- <manifest>
- <addClasspath>true</addClasspath>
- <classpathPrefix>../lib/</classpathPrefix>
- <mainClass>org.apache.tuscany.sca.node.launcher.DomainManagerLauncher</mainClass>
- </manifest>
+ <manifestFile>META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
</plugin>
- </plugins>
+ </plugins>
</build>
</project>
|