[FOray-commit] SF.net SVN: foray:[12766] trunk/foray/foray-00-master/ide/eclipse
Modular XSL-FO Implementation for Java.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2022-12-03 00:12:07
|
Revision: 12766
http://sourceforge.net/p/foray/code/12766
Author: victormote
Date: 2022-12-03 00:12:05 +0000 (Sat, 03 Dec 2022)
Log Message:
-----------
Update some Eclipse-specific config.
Modified Paths:
--------------
trunk/foray/foray-00-master/ide/eclipse/import-organizers/FOray.importorder
trunk/foray/foray-00-master/ide/eclipse/launch-configurations/app-graphics-basic.launch
Modified: trunk/foray/foray-00-master/ide/eclipse/import-organizers/FOray.importorder
===================================================================
--- trunk/foray/foray-00-master/ide/eclipse/import-organizers/FOray.importorder 2022-12-02 21:53:41 UTC (rev 12765)
+++ trunk/foray/foray-00-master/ide/eclipse/import-organizers/FOray.importorder 2022-12-03 00:12:05 UTC (rev 12766)
@@ -1,8 +1,10 @@
#Organize Import Order
-#Thu Mar 28 15:10:21 MDT 2019
-5=javax
-4=java
+#Fri Dec 02 16:53:06 MST 2022
+0=org.foray
+1=org.axsl
+2=org
3=com
-2=org
-1=org.axsl
-0=org.foray
+4=org.junit
+5=org.mockito
+6=java
+7=javax
Modified: trunk/foray/foray-00-master/ide/eclipse/launch-configurations/app-graphics-basic.launch
===================================================================
--- trunk/foray/foray-00-master/ide/eclipse/launch-configurations/app-graphics-basic.launch 2022-12-02 21:53:41 UTC (rev 12765)
+++ trunk/foray/foray-00-master/ide/eclipse/launch-configurations/app-graphics-basic.launch 2022-12-03 00:12:05 UTC (rev 12766)
@@ -16,7 +16,7 @@
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.foray.app.FOray"/>
<stringAttribute key="org.eclipse.jdt.launching.MODULE_NAME" value="foray-app"/>
- <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="${build_files}-configuration-file ${foray-config} -fo ${fo-example-path}/basic/graphics.fo -pdf ${foray-test-output-file}/graphics-basic.pdf"/>
+ <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="${build_files}-configuration-file ${foray-config} -fo ${fo-example-path}/basic/graphics.fo -pdf ${foray-test-output-dir}/graphics-basic.pdf"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="foray-app"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
</launchConfiguration>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|