gradle 8.10.2

git-svn-id: https://svn.apache.org/repos/asf/xmlbeans/trunk@1921000 13f79535-47bb-0310-9956-ffa450edef68
1 file changed
tree: a1b21bb8aaa9debe8e54a698b9278b3aee93dcba
  1. .github/
  2. gradle/
  3. legal/
  4. samples/
  5. src/
  6. test/
  7. xkit/
  8. .gitignore
  9. build.gradle
  10. build.xml
  11. CHANGES.txt
  12. gradle.properties
  13. gradlew
  14. KEYS
  15. LICENSE-binary.txt
  16. LICENSE.txt
  17. NOTICE-binary.txt
  18. NOTICE.txt
  19. README.md
  20. release-guide.txt
  21. SECURITY.md
  22. settings.gradle
  23. STATUS
  24. wrapper.gradle
  25. xbeanenv.cmd
  26. xbeanenv.sh
README.md

Apache XMLBeans™

Welcome to XMLBeans!

Layout of the tree:

  • 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
  • “gradlew tasks” to see the most useful build targets or
  • “cd bin” and then “<tool_name> -help” for a description of what the tool does and what parameters it accepts

For further information check out:

XMLBeans depends on the following external libraries:

(O) means that the library is optional

For licensing information, see LICENSE.txt

Updated: 1 January 2024.