Commit 1ac037e4ad68ef9fc1066ada6ad6c2fdfa6450ac
1 parent
24e5d13e
12
Showing
3 changed files
with
11 additions
and
4 deletions
.settings/org.eclipse.wst.common.component
| ... | ... | @@ -5,12 +5,19 @@ |
| 5 | 5 | <wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/> |
| 6 | 6 | <wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/> |
| 7 | 7 | <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources/i18n"/> |
| 8 | + <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/test/java"/> | |
| 8 | 9 | <dependent-module archiveName="cnlive_live_model-0.0.1-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/cnlive_live_model/cnlive_live_model"> |
| 9 | 10 | <dependency-type>uses</dependency-type> |
| 10 | 11 | </dependent-module> |
| 12 | + <dependent-module archiveName="cnlive_ks3-1.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/cnlive_ks3/cnlive_ks3"> | |
| 13 | + <dependency-type>uses</dependency-type> | |
| 14 | + </dependent-module> | |
| 11 | 15 | <dependent-module archiveName="smart-framework-4.0.1.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/smart-framework/smart-framework"> |
| 12 | 16 | <dependency-type>uses</dependency-type> |
| 13 | 17 | </dependent-module> |
| 18 | + <dependent-module archiveName="smart-plugin-job-1.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/smart-plugin-job/smart-plugin-job"> | |
| 19 | + <dependency-type>uses</dependency-type> | |
| 20 | + </dependent-module> | |
| 14 | 21 | <dependent-module archiveName="smart-plugin-dbcp-1.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/smart-plugin-dbcp/smart-plugin-dbcp"> |
| 15 | 22 | <dependency-type>uses</dependency-type> |
| 16 | 23 | </dependent-module> | ... | ... |
target/m2e-wtp/web-resources/META-INF/MANIFEST.MF
target/m2e-wtp/web-resources/META-INF/maven/com.cnlive.mz.live.web/cnlive_live_web/pom.properties
| 1 | 1 | #Generated by Maven Integration for Eclipse |
| 2 | -#Thu Aug 11 09:12:27 CST 2016 | |
| 2 | +#Fri Aug 19 23:45:36 CST 2016 | |
| 3 | 3 | version=0.0.1-SNAPSHOT |
| 4 | 4 | groupId=com.cnlive.mz.live.web |
| 5 | 5 | m2e.projectName=cnlive_live_web |
| 6 | -m2e.projectLocation=C\:\\Users\\Administrator\\git\\cnlive_live_web | |
| 6 | +m2e.projectLocation=D\:\\1_CNLIVE_JAVA_CODE\\cnlive_live_web | |
| 7 | 7 | artifactId=cnlive_live_web | ... | ... |