Commit 8901596c by Juho Juopperi

no application.xml

1 parent 5fc4b433
...@@ -38,15 +38,6 @@ ...@@ -38,15 +38,6 @@
<dependent-module archiveName="MoyaAuthModuleClient-1.0.0-SNAPSHOT.jar" deploy-path="/" handle="module:/resource/MoyaAuthModuleClient/MoyaAuthModuleClient"> <dependent-module archiveName="MoyaAuthModuleClient-1.0.0-SNAPSHOT.jar" deploy-path="/" handle="module:/resource/MoyaAuthModuleClient/MoyaAuthModuleClient">
<dependency-type>uses</dependency-type> <dependency-type>uses</dependency-type>
</dependent-module> </dependent-module>
<dependent-module archiveName="eclipselink-2.4.0.jar" deploy-path="/" handle="module:/classpath/var/M2_REPO/org/eclipse/persistence/eclipselink/2.4.0/eclipselink-2.4.0.jar">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="javax.persistence-2.0.4.v201112161009.jar" deploy-path="/" handle="module:/classpath/var/M2_REPO/org/eclipse/persistence/javax.persistence/2.0.4.v201112161009/javax.persistence-2.0.4.v201112161009.jar">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="commonj.sdo-2.1.1.v201112051852.jar" deploy-path="/" handle="module:/classpath/var/M2_REPO/commonj/sdo/commonj.sdo/2.1.1.v201112051852/commonj.sdo-2.1.1.v201112051852.jar">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="barcode4j-2.1.jar" deploy-path="/" handle="module:/classpath/var/M2_REPO/net/sf/barcode4j/barcode4j/2.1/barcode4j-2.1.jar"> <dependent-module archiveName="barcode4j-2.1.jar" deploy-path="/" handle="module:/classpath/var/M2_REPO/net/sf/barcode4j/barcode4j/2.1/barcode4j-2.1.jar">
<dependency-type>uses</dependency-type> <dependency-type>uses</dependency-type>
</dependent-module> </dependent-module>
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<configuration> <configuration>
<!-- <defaultLibBundleDir>lib</defaultLibBundleDir> --> <!-- <defaultLibBundleDir>lib</defaultLibBundleDir> -->
<earSourceDirectory>EarContent</earSourceDirectory> <earSourceDirectory>EarContent</earSourceDirectory>
<generateApplicationXml>true</generateApplicationXml> <generateApplicationXml>false</generateApplicationXml>
<version>6</version> <version>6</version>
<modules> <modules>
<webModule> <webModule>
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<groupId>fi.codecrew.moya</groupId> <groupId>fi.codecrew.moya</groupId>
<artifactId>MoyaDatabase</artifactId> <artifactId>MoyaDatabase</artifactId>
<bundleFileName>lib/MoyaDatabase.jar</bundleFileName> <bundleFileName>lib/MoyaDatabase.jar</bundleFileName>
<includeInApplicationXml>true</includeInApplicationXml> <!-- <includeInApplicationXml>true</includeInApplicationXml> -->
</jarModule> </jarModule>
<jarModule> <jarModule>
<groupId>fi.codecrew.moya</groupId> <groupId>fi.codecrew.moya</groupId>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!