[FOray-commit] SF.net SVN: foray:[12739] trunk/foray
Modular XSL-FO Implementation for Java.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2022-11-27 01:12:57
|
Revision: 12739
http://sourceforge.net/p/foray/code/12739
Author: victormote
Date: 2022-11-27 01:12:54 +0000 (Sun, 27 Nov 2022)
Log Message:
-----------
Upgrade logback to 1.3.5. Use library to configure logging for Eclipse launches.
Modified Paths:
--------------
trunk/foray/buildSrc/src/main/groovy/foray.common-conventions.gradle
trunk/foray/foray-00-master/ide/eclipse/launch-configurations/fonts-basic.launch
trunk/foray/foray-00-master/ide/eclipse/launch-configurations/graphics-basic.launch
Removed Paths:
-------------
trunk/foray/foray-00-master/ide/eclipse/user-libraries/
Modified: trunk/foray/buildSrc/src/main/groovy/foray.common-conventions.gradle
===================================================================
--- trunk/foray/buildSrc/src/main/groovy/foray.common-conventions.gradle 2022-11-27 00:49:27 UTC (rev 12738)
+++ trunk/foray/buildSrc/src/main/groovy/foray.common-conventions.gradle 2022-11-27 01:12:54 UTC (rev 12739)
@@ -47,7 +47,7 @@
/* Runtime-only dependencies that should never be permanently used in build.gradle files. They are included here
for convenience of testing. */
- logbackClassic: '1.3.3', // Latest is 1.3.3 as of 2022-11-26.
+// logbackClassic: '1.3.5', // Latest is 1.3.5 as of 2022-11-26.
/* Build-time-only dependencies that should never be permanently used in build.gradle files. */
checkstyle: '8.39', // Latest is 8.39 as of 2021-01-12.
Modified: trunk/foray/foray-00-master/ide/eclipse/launch-configurations/fonts-basic.launch
===================================================================
--- trunk/foray/foray-00-master/ide/eclipse/launch-configurations/fonts-basic.launch 2022-11-27 00:49:27 UTC (rev 12738)
+++ trunk/foray/foray-00-master/ide/eclipse/launch-configurations/fonts-basic.launch 2022-11-27 01:12:54 UTC (rev 12739)
@@ -9,6 +9,7 @@
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/>
<listAttribute key="org.eclipse.jdt.launching.CLASSPATH">
<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry containerPath="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8" path="1" type="4"/> "/>
+ <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry containerPath="org.eclipse.jdt.USER_LIBRARY/logback" path="1" type="4"/> "/>
<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry id="org.eclipse.jdt.launching.classpathentry.defaultClasspath"> <memento exportedEntriesOnly="false" project="foray-app"/> </runtimeClasspathEntry> "/>
</listAttribute>
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
Modified: trunk/foray/foray-00-master/ide/eclipse/launch-configurations/graphics-basic.launch
===================================================================
--- trunk/foray/foray-00-master/ide/eclipse/launch-configurations/graphics-basic.launch 2022-11-27 00:49:27 UTC (rev 12738)
+++ trunk/foray/foray-00-master/ide/eclipse/launch-configurations/graphics-basic.launch 2022-11-27 01:12:54 UTC (rev 12739)
@@ -9,6 +9,7 @@
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/>
<listAttribute key="org.eclipse.jdt.launching.CLASSPATH">
<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry containerPath="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8" path="1" type="4"/> "/>
+ <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry containerPath="org.eclipse.jdt.USER_LIBRARY/logback" path="1" type="4"/> "/>
<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry id="org.eclipse.jdt.launching.classpathentry.defaultClasspath"> <memento exportedEntriesOnly="false" project="foray-app"/> </runtimeClasspathEntry> "/>
</listAttribute>
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|