ref #10072 update log4j.properties to log4j2.xml in launchers in vaadin (cont.)
authorAndreas Müller <a.mueller@bgbm.org>
Fri, 24 Feb 2023 10:27:04 +0000 (11:27 +0100)
committerAndreas Müller <a.mueller@bgbm.org>
Fri, 24 Feb 2023 10:27:04 +0000 (11:27 +0100)
ide/eclipse/Jetty Launcher/cdm-vaadin - profile.launch
ide/eclipse/Jetty Launcher/cdm-vaadin - run.launch

index 82465f66c5dd583bd7108a452cc5cecb4266423b..2dae2df0123c0284acf2a3f65ff9fa6f8afa79e4 100644 (file)
@@ -54,5 +54,5 @@
     <stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="net.sourceforge.eclipsejetty.launcher.JettyLaunchClassPathProvider"/>
     <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="net.sourceforge.eclipsejetty.starter.jetty9.Jetty9LauncherMain"/>
     <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="cdm-vaadin"/>
-    <stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dlog4j.configDebug=false&#13;&#10;-Dlog4j.configuration=file:///${system_property:user.home}/.cdmLibrary/log4j2.xml&#13;&#10;&#13;&#10;-agentlib:yjpagent"/>
+    <stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dlog4j.configDebug=false&#13;&#10;-Dlog4j.configurationFile=file:///${system_property:user.home}/.cdmLibrary/log4j2.xml&#13;&#10;&#13;&#10;-agentlib:yjpagent"/>
 </launchConfiguration>
index ade407fa91e9e2baf089e4f2b81d18412a89cce1..9f2965be01272267155150026f33451986d85ff1 100644 (file)
@@ -56,5 +56,5 @@
     <stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="net.sourceforge.eclipsejetty.launcher.JettyLaunchClassPathProvider"/>
     <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="net.sourceforge.eclipsejetty.starter.jetty9.Jetty9LauncherMain"/>
     <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="cdm-vaadin"/>
-    <stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dlog4j.configDebug=false&#13;&#10;-Dlog4j.configuration=file:///${system_property:user.home}/.cdmLibrary/log4j2.xml&#13;&#10;&#13;&#10;-Dcdm.forceSchemaUpdate=false&#10;&#10;-Dcdm.mailAddress.support=ProjektAdmin@bgbm.org"/>
+    <stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dlog4j.configDebug=false&#13;&#10;-Dlog4j.configurationFile=file:///${system_property:user.home}/.cdmLibrary/log4j2.xml&#13;&#10;&#13;&#10;-Dcdm.forceSchemaUpdate=false&#10;&#10;-Dcdm.mailAddress.support=ProjektAdmin@bgbm.org"/>
 </launchConfiguration>