Removed stale paths from test scripts.
authorwassa <wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Tue, 11 Oct 2005 19:14:46 +0000 (19:14 +0000)
committerwassa <wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Tue, 11 Oct 2005 19:14:46 +0000 (19:14 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@1877 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

bin/resolvertest
bin/resolvertest.bat

index 367f412..6fee538 100755 (executable)
@@ -50,20 +50,6 @@ do
     fi
 done
 
-DIRLIBS=${IDP_HOME}/webApplication/WEB-INF/lib/*.jar
-for i in ${DIRLIBS}
-do
-    # if the directory is empty, then it will return the input string
-    # this is stupid, so case for it
-    if [ "$i" != "${DIRLIBS}" ] ; then
-      if [ -z "$SHIB_UTIL_CLASSPATH" ] ; then
-        SHIB_UTIL_CLASSPATH=$i
-      else
-        SHIB_UTIL_CLASSPATH="$i":$SHIB_UTIL_CLASSPATH
-      fi
-    fi
-done
-
 SHIB_UTIL_CLASSPATH=$SHIB_UTIL_CLASSPATH:"$IDP_HOME"
 
 ##Here we go
index 9b4a420..830ed49 100644 (file)
@@ -40,9 +40,6 @@ REM add in the dependency .jar files
 for %%i in (%IDP_HOME%\lib\*.jar) do (
        call %IDP_HOME%\bin\cpappend.bat %%i
 )
-for %%i in (%IDP_HOME%\webApplication\WEB-INF\lib\*.jar) do (
-       call %IDP_HOME%\bin\cpappend.bat %%i
-)
 
 REM Here we go
 %JAVACMD% -Djava.endorsed.dirs="%ENDORSED%" -cp "%LOCALCLASSPATH%" edu.internet2.middleware.shibboleth.utils.ResolverTest %*