[XMLBEANS-662] Fallback to SHA-1 for base64/binary hashCode. Thanks to matoro. This closes #26
git-svn-id: https://svn.apache.org/repos/asf/xmlbeans/trunk@1930716 13f79535-47bb-0310-9956-ffa450edef68
3 files changed
tree: a68add0f1eb1b4dde22d0daadf573067c56e4bb0
- .github/
- gradle/
- legal/
- samples/
- src/
- test/
- xkit/
- .gitignore
- build.gradle
- build.xml
- CHANGES.txt
- gradle.properties
- gradlew
- KEYS
- LICENSE-binary.txt
- LICENSE.txt
- NOTICE-binary.txt
- NOTICE.txt
- README.md
- release-guide.txt
- SECURITY.md
- settings.gradle
- STATUS
- wrapper.gradle
- xbeanenv.cmd
- 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.