mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
28.55.2007 b7d4b7fe4faa066678983b7ff69a166bbf11886c
refs
author neil_a_wilson <neil_a_wilson@localhost>
Sunday, January 28, 2007 19:55 +0100
committer neil_a_wilson <neil_a_wilson@localhost>
Sunday, January 28, 2007 19:55 +0100
commitb7d4b7fe4faa066678983b7ff69a166bbf11886c
tree cfc91c6088f0fdbe1e4421b38cfeb54fc554be99 tree | zip | gz
parent 3f3ca3edd0eb8f74cc880eb1730bad3dbcdefa4f view | diff
Add features into our build process that can make use of the SVNKit library to
interact with the Subversion workspace. This includes three components:

- A new Ant task that stores the current workspace revision number in an Ant
property which gets built into DynamicConstants.java and exposed in the
--fullversion and "cn=version,cn=monitor" information.

- A new Ant task that checks all files that have been locally modified in the
current workspace for potential cases in which a copyright date needs to be
updated to include the current year.

- A change to the coveragediff tool so that it uses the SVNKit library to
obtain the diff rather than trying to execute the external svn/svn.exe
command.
19 files added
5 files modified
1264 ■■■■■ changed files
opends/build-tools/src/org/opends/build/tools/CheckCopyrightDates.java 300 ●●●●● diff | view | raw | blame | history
opends/build-tools/src/org/opends/build/tools/CoverageDiff.java 111 ●●●●● diff | view | raw | blame | history
opends/build-tools/src/org/opends/build/tools/GetSubversionRevision.java 140 ●●●●● diff | view | raw | blame | history
opends/build.xml 83 ●●●● diff | view | raw | blame | history
opends/ext/svnkit/COPYING 47 ●●●●● diff | view | raw | blame | history
opends/ext/svnkit/GANYMED-LICENSE 57 ●●●●● diff | view | raw | blame | history
opends/ext/svnkit/JAVAHL-LICENSE 55 ●●●●● diff | view | raw | blame | history
opends/ext/svnkit/README.txt 40 ●●●●● diff | view | raw | blame | history
opends/ext/svnkit/SEQUENCE-LICENSE 48 ●●●●● diff | view | raw | blame | history
opends/ext/svnkit/changelog.txt 288 ●●●●● diff | view | raw | blame | history
opends/ext/svnkit/doc.tar.gz diff | view | raw | blame | history
opends/ext/svnkit/ganymed.jar diff | view | raw | blame | history
opends/ext/svnkit/logging.properties.disabled 9 ●●●●● diff | view | raw | blame | history
opends/ext/svnkit/svn 26 ●●●●● diff | view | raw | blame | history
opends/ext/svnkit/svn.bat 11 ●●●●● diff | view | raw | blame | history
opends/ext/svnkit/svnkit-cli.jar diff | view | raw | blame | history
opends/ext/svnkit/svnkit-javahl.jar diff | view | raw | blame | history
opends/ext/svnkit/svnkit.jar diff | view | raw | blame | history
opends/ext/svnkit/svnkitsrc.zip diff | view | raw | blame | history
opends/ext/svnkit/svnsync 26 ●●●●● diff | view | raw | blame | history
opends/ext/svnkit/svnsync.bat 11 ●●●●● diff | view | raw | blame | history
opends/resource/DynamicConstants.java.stubs 7 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/DirectoryServer.java 1 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/monitors/VersionMonitorProvider.java 4 ●●● diff | view | raw | blame | history