[java-idp-testbed] branch master updated: Missed a closing brace, also change name of project to match git-repo.

Scott Cantor cantor.2 at osu.edu
Tue Feb 28 16:01:41 EST 2017


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

scantor pushed a commit to branch master
in repository java-idp-testbed.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=7a11d3c68ebb6e86dcf2eaee8ef7c4b1751bb357

The following commit(s) were added to refs/heads/master by this push:
       new  7a11d3c   Missed a closing brace, also change name of project to match git-repo.
7a11d3c is described below

commit 7a11d3c68ebb6e86dcf2eaee8ef7c4b1751bb357
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 28 16:01:37 2017 -0500

    Missed a closing brace, also change name of project to match git-repo.
---
 idp-testbed.launch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/idp-testbed.launch b/idp-testbed.launch
index ee884b1..064bbb2 100644
--- a/idp-testbed.launch
+++ b/idp-testbed.launch
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
-<listEntry value="/idp-testbed/src/main/java/Main.java"/>
+<listEntry value="/java-idp-testbed/src/main/java/Main.java"/>
 </listAttribute>
 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
 <listEntry value="1"/>
@@ -11,8 +11,8 @@
 <stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
 <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="Main"/>
 <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="--lib=${workspace_loc:idp-conf/src/test/resources} --lib=${workspace_loc:idp-conf/src/main/resources}"/>
-<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="idp-testbed"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="java-idp-testbed"/>
 <stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
-<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Djetty.home=/opt/jetty/jetty-9.3 -Didp.home=classpath: -Didp.webflows=classpath*:/flows -Didp.logfiles=${workspace_loc:java-idp-testbed/src/main/resources/logs -Djava.io.tmpdir=tmp"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Djetty.home=/opt/jetty/jetty-9.3 -Didp.home=classpath: -Didp.webflows=classpath*:/flows -Didp.logfiles=${workspace_loc:java-idp-testbed/src/main/resources/logs} -Djava.io.tmpdir=tmp"/>
 <stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:idp-jetty-base/src/main/resources/jetty-base}"/>
 </launchConfiguration>

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


More information about the commits mailing list