Initial check-in of the service side components of Casa Auth Token

Authentication.
This commit is contained in:
Juan Carlos Luciani
2006-04-06 16:07:28 +00:00
parent 1387827d5f
commit 7382c46b60
34 changed files with 4951 additions and 0 deletions

View File

@@ -0,0 +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="/"/>
<wb-resource source-path="/build/classes" deploy-path="/WEB-INF/classes"/>
<property name="context-root" value="CasaAuthServer"/>
<property name="java-output-path" value="/build/classes/"/>
</wb-module>
</project-modules>