Author: fanningpj
Date: Tue Jul 16 12:45:09 2024
New Revision: 1919281
URL: http://svn.apache.org/viewvc?rev=1919281&view=rev
Log:
update readme
Modified:
xmlbeans/trunk/README.md
xmlbeans/trunk/xkit/README.txt
Modified: xmlbeans/trunk/README.md
URL:
http://svn.apache.org/viewvc/xmlbeans/trunk/README.md?rev=1919281&r1=1919280&r2=1919281&view=diff
==============================================================================
--- xmlbeans/trunk/README.md (original)
+++ xmlbeans/trunk/README.md Tue Jul 16 12:45:09 2024
@@ -22,19 +22,19 @@
Welcome to XMLBeans!
Layout of the tree:
-- README.txt this file
-- build.gradle gradle build file for building XmlBeans code and utilities
-- STATUS essential info about the project
-- xbeanenv.cmd sets the XMLBEANS_HOME environment variable on Windows
-- xbeanenv.sh sets the XMLBEANS_HOME environment variable on Unix
-- bin contains useful command-line scripts for Win and Unix
-- docs contains several documentation files
-- javadocs API documentation
-- maven-plugin source and documentation on using the xmlbeans2 Maven plugin
-- samples contains ... samples
-- src the source code for XmlBeans, organized by area
-- test contains test cases and infrastructure
-- xkit contains the README file for the binary distribution
+- README.md: this file
+- build.gradle: gradle build file for building XmlBeans code and utilities
+- STATUS: essential info about the project
+- xbeanenv.cmd: sets the XMLBEANS_HOME environment variable on Windows
+- xbeanenv.sh: sets the XMLBEANS_HOME environment variable on Unix
+- bin: contains useful command-line scripts for Win and Unix
+- docs: contains several documentation files
+- javadocs: API documentation
+- maven-plugin: source and documentation on using the xmlbeans2 Maven plugin
+- samples: contains ... samples
+- src: the source code for XmlBeans, organized by area
+- test: contains test cases and infrastructure
+- xkit: contains the README file for the binary distribution
To quickly get started run:
* "gradlew jar" to build XmlBeans or
Modified: xmlbeans/trunk/xkit/README.txt
URL:
http://svn.apache.org/viewvc/xmlbeans/trunk/xkit/README.txt?rev=1919281&r1=1919280&r2=1919281&view=diff
==============================================================================
--- xmlbeans/trunk/xkit/README.txt (original)
+++ xmlbeans/trunk/xkit/README.txt Tue Jul 16 12:45:09 2024
@@ -13,7 +13,7 @@
* limitations under the License.
*/
-XMLBeans Development Kit Version 5.0.0
+XMLBeans Development Kit Version 5.2.1
Welcome to XMLBeans!
@@ -21,9 +21,9 @@ Welcome to XMLBeans!
Kit contents:
-(1) One copy of xmlbeans-5.0.0.jar, which contains XMLBeans.
+(1) One copy of xmlbeans-5.2.1.jar, which contains XMLBeans.
Should work on any JDK 1.8.x or newer.
- ./lib/xmlbeans-5.0.0.jar
+ ./lib/xmlbeans-5.2.1.jar
(2) License information for XML Beans and included libraries
./LICENSE.txt
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]