dell 7 years ago
parent
commit
21629ba8ae
21 changed files with 134 additions and 143 deletions
  1. 33 40
      fund_trusteeship_ccb/.classpath
  2. 4 0
      fund_trusteeship_ccb/.gitignore
  3. 37 37
      fund_trusteeship_ccb/.project
  4. 13 13
      fund_trusteeship_ccb/.settings/.jsdtscope
  5. 4 3
      fund_trusteeship_ccb/.settings/org.eclipse.core.resources.prefs
  6. 8 13
      fund_trusteeship_ccb/.settings/org.eclipse.jdt.core.prefs
  7. 4 4
      fund_trusteeship_ccb/.settings/org.eclipse.m2e.core.prefs
  8. 10 9
      fund_trusteeship_ccb/.settings/org.eclipse.wst.common.component
  9. 7 7
      fund_trusteeship_ccb/.settings/org.eclipse.wst.common.project.facet.core.xml
  10. 2 2
      fund_trusteeship_ccb/.settings/org.eclipse.wst.validation.prefs
  11. 0 3
      fund_trusteeship_ccb/WebContent/META-INF/MANIFEST.MF
  12. BIN
      fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/EdDSAPrivateKey.class
  13. BIN
      fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/EdDSAPublicKey.class
  14. BIN
      fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/math/GroupElement.class
  15. BIN
      fund_trusteeship_ccb/target/classes/com/fuzamei/theromus/sha/Keccak.class
  16. BIN
      fund_trusteeship_ccb/target/classes/com/fuzamei/web/UserAction.class
  17. BIN
      fund_trusteeship_ccb/target/classes/gfp2p/Api$Event$Builder.class
  18. BIN
      fund_trusteeship_ccb/target/classes/gfp2p/Api$Request$Builder.class
  19. BIN
      fund_trusteeship_ccb/target/classes/gfp2p/Api$Response$Builder.class
  20. 5 5
      fund_trusteeship_ccb/target/m2e-wtp/web-resources/META-INF/MANIFEST.MF
  21. 7 7
      fund_trusteeship_ccb/target/m2e-wtp/web-resources/META-INF/maven/com.fuzamei/fund_trusteeship_ccb/pom.properties

+ 33 - 40
fund_trusteeship_ccb/.classpath

@@ -1,40 +1,33 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" output="target/classes" path="src/main/java">
-		<attributes>
-			<attribute name="optional" value="true"/>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
-		<attributes>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="src" output="target/test-classes" path="src/test/java">
-		<attributes>
-			<attribute name="optional" value="true"/>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
-		<attributes>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
-		<attributes>
-			<attribute name="maven.pomderived" value="true"/>
-			<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v8.5"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
-		<attributes>
-			<attribute name="owner.project.facets" value="java"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
-	<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
-	<classpathentry kind="output" path="target/classes"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" output="target/classes" path="src/main/java">
+		<attributes>
+			<attribute name="optional" value="true"/>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="src" output="target/test-classes" path="src/test/java">
+		<attributes>
+			<attribute name="optional" value="true"/>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+			<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v8.5"/>
+	<classpathentry kind="output" path="target/classes"/>
+</classpath>

+ 4 - 0
fund_trusteeship_ccb/.gitignore

@@ -1 +1,5 @@
 /target/.setting/.project/.classpath/
+/target/
+/.project
+/.settings/
+/.classpath

+ 37 - 37
fund_trusteeship_ccb/.project

@@ -1,37 +1,37 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>fund_trusteeship_ccb</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.wst.common.project.facet.core.builder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.m2e.core.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.eclipse.m2e.core.maven2Nature</nature>
-		<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
-		<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
-	</natures>
-</projectDescription>
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>fund_trusteeship_ccb</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.wst.common.project.facet.core.builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.m2e.core.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.eclipse.m2e.core.maven2Nature</nature>
+		<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
+		<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
+	</natures>
+</projectDescription>

+ 13 - 13
fund_trusteeship_ccb/.settings/.jsdtscope

@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" path="src/main/webapp"/>
-	<classpathentry excluding="**/bower_components/*|**/node_modules/*|**/*.min.js" 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.WebProject">
-		<attributes>
-			<attribute name="hide" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/>
-	<classpathentry kind="output" path=""/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry excluding="**/bower_components/*|**/node_modules/*|**/*.min.js" kind="src" path="src/main/webapp"/>
+	<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.WebProject">
+		<attributes>
+			<attribute name="hide" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/>
+	<classpathentry kind="output" path=""/>
+</classpath>

+ 4 - 3
fund_trusteeship_ccb/.settings/org.eclipse.core.resources.prefs

@@ -1,3 +1,4 @@
-eclipse.preferences.version=1
-encoding//src/main/resources/conf.properties=UTF-8
-encoding/<project>=UTF-8
+eclipse.preferences.version=1
+encoding//src/main/java=UTF-8
+encoding//src/main/resources=UTF-8
+encoding/<project>=UTF-8

+ 8 - 13
fund_trusteeship_ccb/.settings/org.eclipse.jdt.core.prefs

@@ -1,13 +1,8 @@
-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
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
+org.eclipse.jdt.core.compiler.compliance=1.8
+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

+ 4 - 4
fund_trusteeship_ccb/.settings/org.eclipse.m2e.core.prefs

@@ -1,4 +1,4 @@
-activeProfiles=
-eclipse.preferences.version=1
-resolveWorkspaceProjects=true
-version=1
+activeProfiles=
+eclipse.preferences.version=1
+resolveWorkspaceProjects=true
+version=1

+ 10 - 9
fund_trusteeship_ccb/.settings/org.eclipse.wst.common.component

@@ -1,9 +1,10 @@
-<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
-    <wb-module deploy-name="fund_trusteeship_ccb-0.0.1-SNAPSHOT">
-        <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="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
-        <property name="context-root" value="fund_trusteeship_ccb"/>
-        <property name="java-output-path" value="/fund_trusteeship_ccb/target/classes"/>
-    </wb-module>
-</project-modules>
+<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
+    <wb-module deploy-name="fund_trusteeship_ccb-0.0.1-SNAPSHOT">
+        <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/resources"/>
+        <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/test/java"/>
+        <property name="context-root" value="fund_trusteeship_ccb"/>
+        <property name="java-output-path" value="/fund_trusteeship_ccb/target/classes"/>
+    </wb-module>
+</project-modules>

+ 7 - 7
fund_trusteeship_ccb/.settings/org.eclipse.wst.common.project.facet.core.xml

@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<faceted-project>
-  <fixed facet="wst.jsdt.web"/>
-  <installed facet="wst.jsdt.web" version="1.0"/>
-  <installed facet="java" version="1.8"/>
-  <installed facet="jst.web" version="3.1"/>
-</faceted-project>
+<?xml version="1.0" encoding="UTF-8"?>
+<faceted-project>
+  <fixed facet="wst.jsdt.web"/>
+  <installed facet="java" version="1.5"/>
+  <installed facet="jst.web" version="2.5"/>
+  <installed facet="wst.jsdt.web" version="1.0"/>
+</faceted-project>

+ 2 - 2
fund_trusteeship_ccb/.settings/org.eclipse.wst.validation.prefs

@@ -1,2 +1,2 @@
-disabled=06target
-eclipse.preferences.version=1
+disabled=06target
+eclipse.preferences.version=1

+ 0 - 3
fund_trusteeship_ccb/WebContent/META-INF/MANIFEST.MF

@@ -1,3 +0,0 @@
-Manifest-Version: 1.0
-Class-Path: 
-

BIN
fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/EdDSAPrivateKey.class


BIN
fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/EdDSAPublicKey.class


BIN
fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/math/GroupElement.class


BIN
fund_trusteeship_ccb/target/classes/com/fuzamei/theromus/sha/Keccak.class


BIN
fund_trusteeship_ccb/target/classes/com/fuzamei/web/UserAction.class


BIN
fund_trusteeship_ccb/target/classes/gfp2p/Api$Event$Builder.class


BIN
fund_trusteeship_ccb/target/classes/gfp2p/Api$Request$Builder.class


BIN
fund_trusteeship_ccb/target/classes/gfp2p/Api$Response$Builder.class


+ 5 - 5
fund_trusteeship_ccb/target/m2e-wtp/web-resources/META-INF/MANIFEST.MF

@@ -1,5 +1,5 @@
-Manifest-Version: 1.0
-Built-By: maamin
-Build-Jdk: 1.8.0_131
-Created-By: Maven Integration for Eclipse
-
+Manifest-Version: 1.0
+Built-By: dell
+Build-Jdk: 1.8.0_66
+Created-By: Maven Integration for Eclipse
+

+ 7 - 7
fund_trusteeship_ccb/target/m2e-wtp/web-resources/META-INF/maven/com.fuzamei/fund_trusteeship_ccb/pom.properties

@@ -1,7 +1,7 @@
-#Generated by Maven Integration for Eclipse
-#Wed Dec 13 14:27:45 CST 2017
-version=0.0.1-SNAPSHOT
-groupId=com.fuzamei
-m2e.projectName=fund_trusteeship_ccb
-m2e.projectLocation=E\:\\workspace\\fund_trusteeship_ccb
-artifactId=fund_trusteeship_ccb
+#Generated by Maven Integration for Eclipse
+#Wed Dec 13 18:26:13 CST 2017
+version=0.0.1-SNAPSHOT
+groupId=com.fuzamei
+m2e.projectName=fund_trusteeship_ccb
+m2e.projectLocation=D\:\\eclipse-workspace\\CCB_Bank\\fund_trusteeship_ccb
+artifactId=fund_trusteeship_ccb