Changing the name of CasaAuthServer to AuthTokenSvc and changing the

name of CasaJaasSupport to JaasSupport.

Starting to make the changes to incorporate the components up above into
the make system.
This commit is contained in:
Juan Carlos Luciani 2006-05-05 17:35:21 +00:00
parent cc583ead26
commit 065f299999
35 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
<display-name>
CasaAuthServer</display-name>
CasaAuthTokenSvc</display-name>
<servlet>
<description>
</description>

View File

@ -20,9 +20,9 @@
#
#######################################################################
SUBDIRS = AuthTokenValidate ApacheSupport PamSupport
SUBDIRS = AuthTokenValidate ApacheSupport PamSupport AuthTokenSvc JaasSupport
DIST_SUBDIRS = AuthTokenValidate ApacheSupport PamSupport
DIST_SUBDIRS = AuthTokenValidate ApacheSupport PamSupport AuthTokenSvc JaasSupport
CFILES =