[java-idp-plugin-jetty] 59/186: Replace custom path with jetty.base property

Rod Widdowson rdw at steadingsoftware.com
Thu Jul 24 15:56:50 UTC 2025


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch dev/foo
in repository java-idp-plugin-jetty.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-jetty.git;a=commit;h=6824a40bcc1f626ea909149250d8db56b9c7600d

commit 6824a40bcc1f626ea909149250d8db56b9c7600d
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Oct 3 16:47:26 2018 -0500

    Replace custom path with jetty.base property
    
    Used in WIP testing only
---
 src/test/resources/jetty-base/webapps/idp.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/resources/jetty-base/webapps/idp.xml b/src/test/resources/jetty-base/webapps/idp.xml
index ea51813..d7c2fd8 100644
--- a/src/test/resources/jetty-base/webapps/idp.xml
+++ b/src/test/resources/jetty-base/webapps/idp.xml
@@ -12,5 +12,5 @@
   <Set name="copyWebInf">true</Set>
 
   <Set name="overrideDescriptor">etc/web-override.xml</Set>
-  <Set name="extraClasspath">/workspaces/shib-work/java-idp-jetty-base/target/idp-jetty-base/jetty-base/lib/idp-testbed/idp-testbed-classes.jar</Set>
+  <Set name="extraClasspath"><Property name="jetty.base" />/lib/idp-testbed/idp-testbed-classes.jar</Set>
 </Configure>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list