From 2e9115bf0d7083f50944cbcdd22bb3dd9072b6cc Mon Sep 17 00:00:00 2001
From: jiaojizu <jiaojizu@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期四, 09 三月 2017 09:30:42 +0800
Subject: [PATCH] 

---
 VisitFace/faceDiscesn/.settings/.jsdtscope                                    |   12 ++++++
 VisitFace/faceDiscesn/.settings/org.eclipse.wst.jsdt.ui.superType.name        |    1 
 VisitFace/faceDiscesn/.settings/org.maven.ide.eclipse.prefs                   |    7 +++
 VisitFace/faceDiscesn/.settings/org.eclipse.jdt.core.prefs                    |   13 ++++++
 VisitFace/faceDiscesn/.settings/org.eclipse.wst.jsdt.ui.superType.container   |    1 
 VisitFace/faceDiscesn/.project                                                |   37 ++++++++++++++++++
 VisitFace/faceDiscesn/.settings/org.eclipse.wst.common.component              |   10 +++++
 VisitFace/faceDiscesn/.settings/org.eclipse.wst.common.project.facet.core.xml |    6 +++
 VisitFace/faceDiscesn/.classpath                                              |   11 +++++
 9 files changed, 98 insertions(+), 0 deletions(-)

diff --git a/VisitFace/faceDiscesn/.classpath b/VisitFace/faceDiscesn/.classpath
new file mode 100644
index 0000000..321fd82
--- /dev/null
+++ b/VisitFace/faceDiscesn/.classpath
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
+	<classpathentry kind="src" path="src/main/java"/>
+	<classpathentry kind="src" path="src/test/java"/>
+	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
+	<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="output" path="target/classes"/>
+</classpath>
diff --git a/VisitFace/faceDiscesn/.project b/VisitFace/faceDiscesn/.project
new file mode 100644
index 0000000..135684f
--- /dev/null
+++ b/VisitFace/faceDiscesn/.project
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>faceDiscesn</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.wst.common.project.facet.core.builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.maven.ide.eclipse.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.wst.validation.validationbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
+		<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.maven.ide.eclipse.maven2Nature</nature>
+		<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
+		<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
+	</natures>
+</projectDescription>
diff --git a/VisitFace/faceDiscesn/.settings/.jsdtscope b/VisitFace/faceDiscesn/.settings/.jsdtscope
new file mode 100644
index 0000000..5cee5ac
--- /dev/null
+++ b/VisitFace/faceDiscesn/.settings/.jsdtscope
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry excluding="**/bower_components/*|**/node_modules/*|**/*.min.js" kind="src" path="WebContent"/>
+	<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject">
+		<attributes>
+			<attribute name="hide" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/>
+	<classpathentry kind="output" path=""/>
+</classpath>
diff --git a/VisitFace/faceDiscesn/.settings/org.eclipse.jdt.core.prefs b/VisitFace/faceDiscesn/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 0000000..529ef07
--- /dev/null
+++ b/VisitFace/faceDiscesn/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,13 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.compliance=1.8
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
+org.eclipse.jdt.core.compiler.source=1.8
diff --git a/VisitFace/faceDiscesn/.settings/org.eclipse.wst.common.component b/VisitFace/faceDiscesn/.settings/org.eclipse.wst.common.component
new file mode 100644
index 0000000..f9335d4
--- /dev/null
+++ b/VisitFace/faceDiscesn/.settings/org.eclipse.wst.common.component
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
+    <wb-module deploy-name="faceDiscesn">
+        <wb-resource deploy-path="/" source-path="/WebContent" tag="defaultRootSource"/>
+        <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
+        <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
+        <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/test/java"/>
+        <property name="java-output-path" value="/faceDiscesn/target/classes"/>
+        <property name="context-root" value="faceDiscesn"/>
+    </wb-module>
+</project-modules>
diff --git a/VisitFace/faceDiscesn/.settings/org.eclipse.wst.common.project.facet.core.xml b/VisitFace/faceDiscesn/.settings/org.eclipse.wst.common.project.facet.core.xml
new file mode 100644
index 0000000..db0e235
--- /dev/null
+++ b/VisitFace/faceDiscesn/.settings/org.eclipse.wst.common.project.facet.core.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<faceted-project>
+  <installed facet="java" version="1.8"/>
+  <installed facet="jst.web" version="3.0"/>
+  <installed facet="wst.jsdt.web" version="1.0"/>
+</faceted-project>
diff --git a/VisitFace/faceDiscesn/.settings/org.eclipse.wst.jsdt.ui.superType.container b/VisitFace/faceDiscesn/.settings/org.eclipse.wst.jsdt.ui.superType.container
new file mode 100644
index 0000000..3bd5d0a
--- /dev/null
+++ b/VisitFace/faceDiscesn/.settings/org.eclipse.wst.jsdt.ui.superType.container
@@ -0,0 +1 @@
+org.eclipse.wst.jsdt.launching.baseBrowserLibrary
\ No newline at end of file
diff --git a/VisitFace/faceDiscesn/.settings/org.eclipse.wst.jsdt.ui.superType.name b/VisitFace/faceDiscesn/.settings/org.eclipse.wst.jsdt.ui.superType.name
new file mode 100644
index 0000000..05bd71b
--- /dev/null
+++ b/VisitFace/faceDiscesn/.settings/org.eclipse.wst.jsdt.ui.superType.name
@@ -0,0 +1 @@
+Window
\ No newline at end of file
diff --git a/VisitFace/faceDiscesn/.settings/org.maven.ide.eclipse.prefs b/VisitFace/faceDiscesn/.settings/org.maven.ide.eclipse.prefs
new file mode 100644
index 0000000..3c757a2
--- /dev/null
+++ b/VisitFace/faceDiscesn/.settings/org.maven.ide.eclipse.prefs
@@ -0,0 +1,7 @@
+activeProfiles=
+eclipse.preferences.version=1
+fullBuildGoals=process-test-resources
+resolveWorkspaceProjects=true
+resourceFilterGoals=process-resources resources\:testResources
+skipCompilerPlugin=true
+version=1

--
Gitblit v1.8.0