[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/idp.properties

noreply at shibboleth.net noreply at shibboleth.net
Tue Oct 15 09:54:35 EDT 2013


Author: scantor
Date: Tue Oct 15 09:54:35 2013
New Revision: 4862

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4862&view=rev
Log:
Removing hardcoded path.

Modified:
    trunk/idp-conf/src/main/resources/conf/idp.properties

Modified: trunk/idp-conf/src/main/resources/conf/idp.properties
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/idp.properties?rev=4862&r1=4861&r2=4862&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/idp.properties (original)
+++ trunk/idp-conf/src/main/resources/conf/idp.properties Tue Oct 15 09:54:35 2013
@@ -1,5 +1,5 @@
 # Provides base location of most out-of-war resources
-idp.home = /Users/scantor/Documents/workspace/3.0/java-identity-provider/idp-conf/src/main/resources
+idp.home = ${IDP_HOME}
 
 # Use the XML Parser SecurityManager appropriate for the chosen parser
 # Sun/Oracle, use com.sun.org.apache.xerces.internal.util.SecurityManager



More information about the commits mailing list