Modifications due to continue development and re-structuring of
auth_token.
This commit is contained in:
		| @@ -1,9 +1,10 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <project-modules id="moduleCoreId"> | ||||
|     <wb-module deploy-name="CasaAuthServer"> | ||||
|         <wb-resource source-path="/WebContent" deploy-path="/"/> | ||||
|         <property name="context-root" value="CasaAuthServer"/> | ||||
|         <property name="java-output-path" value="/build/classes/"/> | ||||
|     </wb-module> | ||||
| <wb-module deploy-name="CasaAuthServer"> | ||||
| <wb-resource deploy-path="/" source-path="/WebContent"/> | ||||
| <wb-resource deploy-path="/WEB-INF/classes" source-path="/build/classes"/> | ||||
| <wb-resource deploy-path="/WEB-INF/lib/identity-abstraction.jar" source-path="/identity-abstraction.jar"/> | ||||
| <property name="context-root" value="CasaAuthServer"/> | ||||
| <property name="java-output-path" value="/build/classes/"/> | ||||
| </wb-module> | ||||
| </project-modules> | ||||
|  | ||||
|   | ||||
| @@ -1,11 +1,11 @@ | ||||
| #Tue Mar 21 11:49:00 MST 2006 | ||||
| #Tue Apr 11 11:04:50 MDT 2006 | ||||
| eclipse.preferences.version=1 | ||||
| org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||||
| org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2 | ||||
| org.eclipse.jdt.core.compiler.compliance=1.4 | ||||
| org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning | ||||
| org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning | ||||
| org.eclipse.jdt.core.compiler.source=1.3 | ||||
| org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 | ||||
| org.eclipse.jdt.core.compiler.compliance=1.5 | ||||
| org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||||
| org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||||
| org.eclipse.jdt.core.compiler.source=1.5 | ||||
| org.eclipse.jdt.core.formatter.align_type_members_on_columns=false | ||||
| org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16 | ||||
|   | ||||
| @@ -1,3 +1,3 @@ | ||||
| #Thu Mar 09 09:05:25 MST 2006 | ||||
| classpath.helper/org.eclipse.jdt.launching.JRE_CONTAINER\:\:org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType\:\:java-1.4.2-sun-1.4.2.10/owners=jst.java\:1.4 | ||||
| #Tue Apr 11 11:50:34 MDT 2006 | ||||
| classpath.helper/org.eclipse.jdt.launching.JRE_CONTAINER\:\:org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType\:\:java-1.5.0-sun-1.5.0/owners=jst.java\:5.0 | ||||
| eclipse.preferences.version=1 | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <faceted-project> | ||||
|   <fixed facet="jst.web"/> | ||||
|   <fixed facet="jst.java"/> | ||||
|   <installed facet="jst.java" version="1.4"/> | ||||
|   <fixed facet="jst.web"/> | ||||
|   <installed facet="jst.web" version="2.4"/> | ||||
|   <installed facet="jst.java" version="5.0"/> | ||||
| </faceted-project> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user