[FOray-commit] SF.net SVN: foray:[12424] trunk/foray
Modular XSL-FO Implementation for Java.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2022-01-18 18:00:22
|
Revision: 12424
http://sourceforge.net/p/foray/code/12424
Author: victormote
Date: 2022-01-18 18:00:16 +0000 (Tue, 18 Jan 2022)
Log Message:
-----------
Progress on Gradle conversion.
Modified Paths:
--------------
trunk/foray/settings.gradle
Added Paths:
-----------
trunk/foray/master/build.gradle
Added: trunk/foray/master/build.gradle
===================================================================
--- trunk/foray/master/build.gradle (rev 0)
+++ trunk/foray/master/build.gradle 2022-01-18 18:00:16 UTC (rev 12424)
@@ -0,0 +1,7 @@
+description = 'foray-00-master'
+
+dependencies {
+}
+
+
+/* Last line of script. */
Property changes on: trunk/foray/master/build.gradle
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Author Date Id Rev
\ No newline at end of property
Modified: trunk/foray/settings.gradle
===================================================================
--- trunk/foray/settings.gradle 2022-01-18 17:51:05 UTC (rev 12423)
+++ trunk/foray/settings.gradle 2022-01-18 18:00:16 UTC (rev 12424)
@@ -1,4 +1,4 @@
-rootProject.name = 'foray-01-master'
+rootProject.name = 'foray'
include 'foray-app'
include 'foray-areatree'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|