更改基本配置

This commit is contained in:
lixiangrong
2016-01-26 16:33:27 +08:00
parent 1287a72c0b
commit 5a606dfe36
6 changed files with 11 additions and 10 deletions

View File

@@ -17,7 +17,7 @@
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.7.0_60">
<attributes> <attributes>
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>

1
.gitignore vendored
View File

@@ -4,3 +4,4 @@
*.jar *.jar
*.war *.war
*.ear *.ear
/target/

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry kind="src" path="src/main/webapp"/> <classpathentry excluding="**/*.min.js|**/node_modules/*|**/bower_components/*" kind="src" path="src/main/webapp"/>
<classpathentry excluding="**/*.min.js|**/node_modules/*|**/bower_components/*" kind="src" path="target/m2e-wtp/web-resources"/> <classpathentry kind="src" path="target/m2e-wtp/web-resources"/>
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject"> <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject">
<attributes> <attributes>

View File

@@ -4,6 +4,7 @@
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/> <wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/> <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/> <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/test/java"/>
<property name="context-root" value="useful-code"/> <property name="context-root" value="useful-code"/>
<property name="java-output-path" value="/useful-code/target/classes"/> <property name="java-output-path" value="/useful-code/target/classes"/>
</wb-module> </wb-module>

View File

@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE web-app PUBLIC
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
xmlns="http://java.sun.com/xml/ns/javaee" "http://java.sun.com/dtd/web-app_2_3.dtd" >
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
id="WebApp_ID" version="2.5">
<web-app>
<display-name>Archetype Created Web Application</display-name> <display-name>Archetype Created Web Application</display-name>
</web-app> </web-app>

View File

@@ -1,5 +1,5 @@
#Generated by Maven Integration for Eclipse #Generated by Maven Integration for Eclipse
#Tue Jan 26 16:07:58 GMT+08:00 2016 #Tue Jan 26 16:30:41 GMT+08:00 2016
version=0.0.1-SNAPSHOT version=0.0.1-SNAPSHOT
groupId=osc.git.eh3 groupId=osc.git.eh3
m2e.projectName=useful-code m2e.projectName=useful-code