Author: ebourg Date: Mon Oct 14 12:09:06 2013 New Revision: 3258 Log: Release Commons JCI 1.1
Added: release/commons/jci/RELEASE-NOTES.txt (with props) release/commons/jci/binaries/commons-jci-1.1-bin.tar.gz (with props) release/commons/jci/binaries/commons-jci-1.1-bin.tar.gz.asc release/commons/jci/binaries/commons-jci-1.1-bin.tar.gz.md5 release/commons/jci/binaries/commons-jci-1.1-bin.tar.gz.sha1 release/commons/jci/binaries/commons-jci-1.1-bin.zip (with props) release/commons/jci/binaries/commons-jci-1.1-bin.zip.asc release/commons/jci/binaries/commons-jci-1.1-bin.zip.md5 release/commons/jci/binaries/commons-jci-1.1-bin.zip.sha1 release/commons/jci/source/commons-jci-1.1-src.tar.gz (with props) release/commons/jci/source/commons-jci-1.1-src.tar.gz.asc release/commons/jci/source/commons-jci-1.1-src.tar.gz.md5 release/commons/jci/source/commons-jci-1.1-src.tar.gz.sha1 release/commons/jci/source/commons-jci-1.1-src.zip (with props) release/commons/jci/source/commons-jci-1.1-src.zip.asc release/commons/jci/source/commons-jci-1.1-src.zip.md5 release/commons/jci/source/commons-jci-1.1-src.zip.sha1 Removed: release/commons/jci/RELEASE_NOTES.txt release/commons/jci/binaries/commons-jci-1.0-bin.tar.gz release/commons/jci/binaries/commons-jci-1.0-bin.tar.gz.asc release/commons/jci/binaries/commons-jci-1.0-bin.tar.gz.md5 release/commons/jci/binaries/commons-jci-1.0-bin.tar.gz.sha1 release/commons/jci/binaries/commons-jci-1.0-bin.zip release/commons/jci/binaries/commons-jci-1.0-bin.zip.asc release/commons/jci/binaries/commons-jci-1.0-bin.zip.md5 release/commons/jci/binaries/commons-jci-1.0-bin.zip.sha1 release/commons/jci/source/commons-jci-1.0-src.tar.gz release/commons/jci/source/commons-jci-1.0-src.tar.gz.asc release/commons/jci/source/commons-jci-1.0-src.tar.gz.md5 release/commons/jci/source/commons-jci-1.0-src.tar.gz.sha1 release/commons/jci/source/commons-jci-1.0-src.zip release/commons/jci/source/commons-jci-1.0-src.zip.asc release/commons/jci/source/commons-jci-1.0-src.zip.md5 release/commons/jci/source/commons-jci-1.0-src.zip.sha1 Modified: release/commons/jci/README.html release/commons/jci/binaries/README.html release/commons/jci/source/README.html Modified: release/commons/jci/README.html ============================================================================== --- release/commons/jci/README.html (original) +++ release/commons/jci/README.html Mon Oct 14 12:09:06 2013 @@ -1,7 +1,7 @@ -<h1>Commons JCI v1.0</h1> +<h1>Commons JCI 1.1</h1> -<p>This is the 1.0 version of commons-jci. It is available in both binary and source distributions as well as from the maven repositories.</p> +<p>This is the 1.1 version of Commons JCI. It is available in both binary and source distributions as well as from the Maven repositories.</p> <p><strong>Note:</strong> The tar files in the distribution use GNU tar extensions @@ -12,9 +12,9 @@ <p>The changes in this release are detailed in the release notes.</p> -<p>Thank you for using <a href="http://jakarta.apache.org/commons/jci/">Commons JCI</a>.</p> +<p>Thank you for using <a href="http://commons.apache.org/commons/jci/">Commons JCI</a>.</p> -<p>From the Apache Jakarta Project<br><a href="http://jakarta.apache.org/">http://jakarta.apache.org/</a></p> +<p>From the Apache Commons Project<br><a href="http://commons.apache.org/">http://commons.apache.org/</a></p> <a name="sig"><h2>Signatures</h2></a> @@ -22,19 +22,19 @@ there will be an accompanying <samp><em>file</em>.asc</samp> signature file in the same directory as the file (binaries/ or source/). The signing keys can be found in the distribution directory at <<a -HREF="http://www.apache.org/dist/jakarta/commons/KEYS"><samp>http://www.apache.org/dist/jakarta/commons/KEYS</samp></a>>.</p> +HREF="http://www.apache.org/dist/commons/KEYS"><samp>http://www.apache.org/dist/commons/KEYS</samp></a>>.</p> <p><b>Always download the KEYS file directly from the Apache site, never from a mirror site.</b></p> <pre>Always test available signatures, <i>e.g.</i>, $ pgpk -a KEYS -$ pgpv commons-jci-1.0-bin.tar.gz.asc +$ pgpv commons-jci-1.1-bin.tar.gz.asc or, $ pgp -ka KEYS -$ pgp commons-jci-1.0-bin.tar.gz.asc +$ pgp commons-jci-1.1-bin.tar.gz.asc or, $ gpg --import KEYS -$ gpg --verify commons-jci-1.0-bin.tar.gz.asc +$ gpg --verify commons-jci-1.1-bin.tar.gz.asc </pre> <p> Added: release/commons/jci/RELEASE-NOTES.txt ============================================================================== --- release/commons/jci/RELEASE-NOTES.txt (added) +++ release/commons/jci/RELEASE-NOTES.txt Mon Oct 14 12:09:06 2013 @@ -0,0 +1,36 @@ + Apache Commons JCI 1.1 RELEASE NOTES + +JCI is a java compiler interface. It can be used to either compile java +(or any other language that can be compiled to java classes like e.g. groovy +or javascript) to Java. It is well integrated with a filesystem alteration +monitor that can be used with the JCI compiling/reloading classloader. All +the currently supported compilers feature in-memory compilation. + +Release 1.1 + +Changes in this version include: + +Fixed bugs: + +o Fixed a NPE in FilesystemAlterationMonitor when the directory is not readable (JCI-68) +o Compiling classes with cross imports using Janino no longer causes a stack overflow (JCI-53) +o FilesystemAlterationMonitor no longer throws a NPE when calling stop() before start() (JCI-62) +o EclipseJavaCompiler properly closes the InputStreams (JCI-58) +o Eclipse compiler settings are no longer ignored (JCI-50, JCI-51) +o Fixed an issue preventing the Eclipse compiler from loading resources from the ResourceStore (JCI-56) + +Changes: + +o Updated the API to use generics +o JaninoJavaCompiler is now compatible with Janino(2.6 (JCI-69) +o EclipseJavaCompiler is now compatible with the Eclipse JDT compiler 4.2.2 +o Dropped the javac compiler since it only worked with Java 5 (JCI-73) +o Improved the thread safety of FilesystemAlterationMonitor (JCI-74) +o The FilesystemAlterationMonitor thread is now a daemon thread (JCI-65) +o The Eclipse compiler now supports source/target 1.7 + + +For complete information on Commons JCI, including instructions on how to submit bug reports, +patches, or suggestions for improvement, see the Apache Commons JCI website: + +http://commons.apache.org/jci/ Propchange: release/commons/jci/RELEASE-NOTES.txt ------------------------------------------------------------------------------ svn:eol-style = native Propchange: release/commons/jci/RELEASE-NOTES.txt ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Modified: release/commons/jci/binaries/README.html ============================================================================== --- release/commons/jci/binaries/README.html (original) +++ release/commons/jci/binaries/README.html Mon Oct 14 12:09:06 2013 @@ -1,7 +1,7 @@ -<h1>Commons JCI v1.0</h1> +<h1>Commons JCI 1.1</h1> -<p>This is the 1.0 version of commons-jci. It is available in both binary and source distributions as well as from the maven repositories.</p> +<p>This is the 1.1 version of Commons JCI. It is available in both binary and source distributions as well as from the Maven repositories.</p> <p><strong>Note:</strong> The tar files in the distribution use GNU tar extensions @@ -12,9 +12,9 @@ <p>The changes in this release are detailed in the release notes.</p> -<p>Thank you for using <a href="http://jakarta.apache.org/commons/jci/">Commons JCI</a>.</p> +<p>Thank you for using <a href="http://commons.apache.org/commons/jci/">Commons JCI</a>.</p> -<p>From the Apache Jakarta Project<br><a href="http://jakarta.apache.org/">http://jakarta.apache.org/</a></p> +<p>From the Apache Commons Project<br><a href="http://commons.apache.org/">http://commons.apache.org/</a></p> <a name="sig"><h2>Signatures</h2></a> @@ -22,19 +22,19 @@ there will be an accompanying <samp><em>file</em>.asc</samp> signature file in the same directory as the file (binaries/ or source/). The signing keys can be found in the distribution directory at <<a -HREF="http://www.apache.org/dist/jakarta/commons/KEYS"><samp>http://www.apache.org/dist/jakarta/commons/KEYS</samp></a>>.</p> +HREF="http://www.apache.org/dist/commons/KEYS"><samp>http://www.apache.org/dist/commons/KEYS</samp></a>>.</p> <p><b>Always download the KEYS file directly from the Apache site, never from a mirror site.</b></p> <pre>Always test available signatures, <i>e.g.</i>, $ pgpk -a KEYS -$ pgpv commons-jci-1.0-bin.tar.gz.asc +$ pgpv commons-jci-1.1-bin.tar.gz.asc or, $ pgp -ka KEYS -$ pgp commons-jci-1.0-bin.tar.gz.asc +$ pgp commons-jci-1.1-bin.tar.gz.asc or, $ gpg --import KEYS -$ gpg --verify commons-jci-1.0-bin.tar.gz.asc +$ gpg --verify commons-jci-1.1-bin.tar.gz.asc </pre> <p> Added: release/commons/jci/binaries/commons-jci-1.1-bin.tar.gz ============================================================================== Binary file - no diff available. Propchange: release/commons/jci/binaries/commons-jci-1.1-bin.tar.gz ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/commons/jci/binaries/commons-jci-1.1-bin.tar.gz.asc ============================================================================== --- release/commons/jci/binaries/commons-jci-1.1-bin.tar.gz.asc (added) +++ release/commons/jci/binaries/commons-jci-1.1-bin.tar.gz.asc Mon Oct 14 12:09:06 2013 @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.17 (MingW32) + +iQIcBAABAgAGBQJSVWbEAAoJEPUTxBnkudCsLk4P/jPiduTtqUaQIACbFfh1RtpZ +9oi6W2DtJsMiXMEV5u/29DhwJ/KjHok8Y1Sr86Pw2CQtQAztr5l8rFKNLn9HNoWd +Lwj41lcVSMZwI04s9PuxLf/tECddzTGAznSbvz9O2w82USB5wwI+B65my6W1uGHP +BkCzHvxwmS1TvxwRn64ly09jX3SThYcm2Qk7PfKfs4Mw9FUywOpxqzBdChvUhDh/ +Q/EhsIz1uNYA14NgMtSfukCDoRyB91TXQRpmo/7t60UvzEPXqSxnqxUNwQEfNG7A +gtcapS4O/13yDJn3QJGDEWntoZbeezJPQEbOwodm6TT3gO+Ptyd1Cqbu9TQUdS6r +lSUFhg4BBihVEFJI6nkBVk1n6mrtatZUhZu/D2qnyXekPuKKujuU4IQQwQTvd40G +tqSeu0yywLO4Zw6GxWmchtdPmgonxxRy6NbIaGo9NbH0HEHTyYcUY44yi7nQ3QeH +EGAeGhNmchYAGge5pXxzEqb/PgasJvg8MnK9nRX5jFmJmnufA5AypHKljoZiOqZb +OAnxzYze+FN3QCkUQxPMZi12olmTcqTPjXRXX9gj6VWArRthHD5Rws5+WlWrA4Rk +OwdviT0M/3Zzvf1TyybRRi7Rw0nquKUyXB+Z8eYSp4TItO98ZsA8ZQFkWUQdRP9R +/hCSurFJ14ICYVZfynOq +=l9zM +-----END PGP SIGNATURE----- Added: release/commons/jci/binaries/commons-jci-1.1-bin.tar.gz.md5 ============================================================================== --- release/commons/jci/binaries/commons-jci-1.1-bin.tar.gz.md5 (added) +++ release/commons/jci/binaries/commons-jci-1.1-bin.tar.gz.md5 Mon Oct 14 12:09:06 2013 @@ -0,0 +1 @@ +81ea440b9737bf8d4ea9bf81e98400af \ No newline at end of file Added: release/commons/jci/binaries/commons-jci-1.1-bin.tar.gz.sha1 ============================================================================== --- release/commons/jci/binaries/commons-jci-1.1-bin.tar.gz.sha1 (added) +++ release/commons/jci/binaries/commons-jci-1.1-bin.tar.gz.sha1 Mon Oct 14 12:09:06 2013 @@ -0,0 +1 @@ +7ef4b0e8ec1aa452be6c9139f207af849e1647cb \ No newline at end of file Added: release/commons/jci/binaries/commons-jci-1.1-bin.zip ============================================================================== Binary file - no diff available. Propchange: release/commons/jci/binaries/commons-jci-1.1-bin.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/commons/jci/binaries/commons-jci-1.1-bin.zip.asc ============================================================================== --- release/commons/jci/binaries/commons-jci-1.1-bin.zip.asc (added) +++ release/commons/jci/binaries/commons-jci-1.1-bin.zip.asc Mon Oct 14 12:09:06 2013 @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.17 (MingW32) + +iQIcBAABAgAGBQJSVWbFAAoJEPUTxBnkudCsskkP/0rjsMpCbBLhIuhNoYMT6aXR +E2+5rY+hIMic0keiQalld4SneLjxI5UGTfnZ97cVy/jpn+RW8uzTC24P/BPt2d4z +ldPaX0kGB86WDz8EAylIlYpH7WPKtMFu+F9DjaBRqUqE6DaVjVUICJUt58+3WtyC +tPBQm2yevjxKFNEg1pvAM8Kix9h/xJui/SKSf1I07+HkHt7bwMky39cbJV8FlgpL +EvmINdUYBbjup8hcBEV5yNwIVNCRRhXgCYOZbSKew/o7EynlvPHgO3qOACb2rVcE +9bgnevl+eNK4o0hUIarDrbHkkmJaMI4yN5bih1p5RwhETU728kjnm90dD08fq5De +1f9KGkobgXGxrxKnISmi9HkaUeZt0+2B4a3QCdeEZshzKWFcZ5PmpZxymHtOkWhn +JD2Sk9K2+ErxnT5Lwaq+h9C6UlNySz1F1NZPoR/Sx76jYsQxLB0R3ejBio5K3H6y +Syw18W32qGztY8cD7n2cnGXffXa6CKJsFB/AUvKPVM2jum9zDUF4uOwW4j2txqA7 +hfjb+CQCmAKWbwG+3Gch9shaB7jOGNdI22PWzF3ZdJdObDPvkF8jvw1Ap9yA6LrM +2pfjUD6e7pTYR2KJAyZBE87kWIMXzmhvesvlhHmbnw4FHBH0RZupkdGPwTX5yhsE +Dyfv3aqFE2g26SUJwhDE +=yeqP +-----END PGP SIGNATURE----- Added: release/commons/jci/binaries/commons-jci-1.1-bin.zip.md5 ============================================================================== --- release/commons/jci/binaries/commons-jci-1.1-bin.zip.md5 (added) +++ release/commons/jci/binaries/commons-jci-1.1-bin.zip.md5 Mon Oct 14 12:09:06 2013 @@ -0,0 +1 @@ +b9ec54b70a11e127c8524a97264280ab \ No newline at end of file Added: release/commons/jci/binaries/commons-jci-1.1-bin.zip.sha1 ============================================================================== --- release/commons/jci/binaries/commons-jci-1.1-bin.zip.sha1 (added) +++ release/commons/jci/binaries/commons-jci-1.1-bin.zip.sha1 Mon Oct 14 12:09:06 2013 @@ -0,0 +1 @@ +d05df8e93192708d061304fc9d67ab5007274240 \ No newline at end of file Modified: release/commons/jci/source/README.html ============================================================================== --- release/commons/jci/source/README.html (original) +++ release/commons/jci/source/README.html Mon Oct 14 12:09:06 2013 @@ -1,7 +1,7 @@ -<h1>Commons JCI v1.0</h1> +<h1>Commons JCI 1.1</h1> -<p>This is the 1.0 version of commons-jci. It is available in both binary and source distributions as well as from the maven repositories.</p> +<p>This is the 1.1 version of Commons JCI. It is available in both binary and source distributions as well as from the Maven repositories.</p> <p><strong>Note:</strong> The tar files in the distribution use GNU tar extensions @@ -12,9 +12,9 @@ <p>The changes in this release are detailed in the release notes.</p> -<p>Thank you for using <a href="http://jakarta.apache.org/commons/jci/">Commons JCI</a>.</p> +<p>Thank you for using <a href="http://commons.apache.org/commons/jci/">Commons JCI</a>.</p> -<p>From the Apache Jakarta Project<br><a href="http://jakarta.apache.org/">http://jakarta.apache.org/</a></p> +<p>From the Apache Commons Project<br><a href="http://commons.apache.org/">http://commons.apache.org/</a></p> <a name="sig"><h2>Signatures</h2></a> @@ -22,19 +22,19 @@ there will be an accompanying <samp><em>file</em>.asc</samp> signature file in the same directory as the file (binaries/ or source/). The signing keys can be found in the distribution directory at <<a -HREF="http://www.apache.org/dist/jakarta/commons/KEYS"><samp>http://www.apache.org/dist/jakarta/commons/KEYS</samp></a>>.</p> +HREF="http://www.apache.org/dist/commons/KEYS"><samp>http://www.apache.org/dist/commons/KEYS</samp></a>>.</p> <p><b>Always download the KEYS file directly from the Apache site, never from a mirror site.</b></p> <pre>Always test available signatures, <i>e.g.</i>, $ pgpk -a KEYS -$ pgpv commons-jci-1.0-bin.tar.gz.asc +$ pgpv commons-jci-1.1-bin.tar.gz.asc or, $ pgp -ka KEYS -$ pgp commons-jci-1.0-bin.tar.gz.asc +$ pgp commons-jci-1.1-bin.tar.gz.asc or, $ gpg --import KEYS -$ gpg --verify commons-jci-1.0-bin.tar.gz.asc +$ gpg --verify commons-jci-1.1-bin.tar.gz.asc </pre> <p> Added: release/commons/jci/source/commons-jci-1.1-src.tar.gz ============================================================================== Binary file - no diff available. Propchange: release/commons/jci/source/commons-jci-1.1-src.tar.gz ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/commons/jci/source/commons-jci-1.1-src.tar.gz.asc ============================================================================== --- release/commons/jci/source/commons-jci-1.1-src.tar.gz.asc (added) +++ release/commons/jci/source/commons-jci-1.1-src.tar.gz.asc Mon Oct 14 12:09:06 2013 @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.17 (MingW32) + +iQIcBAABAgAGBQJSVWbFAAoJEPUTxBnkudCsvoEQALpxboyjk/ycNxy5iGkBhqa8 +fVfSRBx8XOggiMAWfkGopcWUKkkv8J7wTfufc5x8OLi+9nAX6CCyv8QLjcDOSVmm +Yhmf0hlxcRh8q6GtmPRYiFWJK9QbeEMIm93BFZEVL1T/LX/tAW/ybnSFYj+2Mo5O +YAjmIRYohFxC4rDrS1wxnTfL4QTIXWX14QINNGdpaD9lImTH2DHoAvIVy8bUB1bH +nTnCHQOi4Pc1NKdLLQ59HYGp0WmkLopZ9uqU/8MX9xSx8o4HxRkc0E8OrywlAYyp +yc+lwVFq7Z2l5yxG98jfYeSUnf7Mb2Si+5YUUFPfbAihCU0ir6Tnph9PpwGPgJLp +itbKNYzHQKX6fYE1k6Tt5Vmu68rxrWkCGaqAkzXttZ3FRL9NbOSZf4WCKSawnWen +xLyh/BhAL3IfYC2o7kymMAti1jfiIAj9KENDu/EPZ1mSLPZjNJHXLPvYfrh4LXaD +vExSS/GLxuijwonNRRDqWG14XP5XQPOiLf8DYLO9xQnjtkC1DfM34jHBh+n6v5BT +uCyV1i9v/5Rd6u0hFPzBxMKvSWmb9+F6eLQUDbaAE9yhUPoI5XkvY9873S7zZKAV +7XwuG+QOV5XmHq2JbG3Jlf4MbdqrqQirCiorQxuzhw28SqNoZ/Jp7KYlvKpczzq9 +gDsQ9w6dehRs3I9MB/Ca +=xSPM +-----END PGP SIGNATURE----- Added: release/commons/jci/source/commons-jci-1.1-src.tar.gz.md5 ============================================================================== --- release/commons/jci/source/commons-jci-1.1-src.tar.gz.md5 (added) +++ release/commons/jci/source/commons-jci-1.1-src.tar.gz.md5 Mon Oct 14 12:09:06 2013 @@ -0,0 +1 @@ +7594bbc110e92ac7cdd20013364dbbbb \ No newline at end of file Added: release/commons/jci/source/commons-jci-1.1-src.tar.gz.sha1 ============================================================================== --- release/commons/jci/source/commons-jci-1.1-src.tar.gz.sha1 (added) +++ release/commons/jci/source/commons-jci-1.1-src.tar.gz.sha1 Mon Oct 14 12:09:06 2013 @@ -0,0 +1 @@ +f5a1f2f797d93715e13c2d153d24a7af6d465118 \ No newline at end of file Added: release/commons/jci/source/commons-jci-1.1-src.zip ============================================================================== Binary file - no diff available. Propchange: release/commons/jci/source/commons-jci-1.1-src.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/commons/jci/source/commons-jci-1.1-src.zip.asc ============================================================================== --- release/commons/jci/source/commons-jci-1.1-src.zip.asc (added) +++ release/commons/jci/source/commons-jci-1.1-src.zip.asc Mon Oct 14 12:09:06 2013 @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.17 (MingW32) + +iQIcBAABAgAGBQJSVWbGAAoJEPUTxBnkudCs/9EQAKmGCOPq4/EbK3LE9P1xzgHL +KENKWzzRbmefDtR2dBrSeZ2Xn9VllVBYcqh3LtTbkMRraK8GhonNGXyF5WmJq7ia +iA3L+PCRViiI3mFwL6GcqHzVGoVE0EFxi0dsELiy9SV0PKvDXmjrXFXlcqcOZeJj +dT0821+r/YV6PjzQ3gi1FMiyJStwvuJRyV/52k9vSntHAOC8ncYPSDJm5z7VnYQE +m+yEu7bKpUWBZpyW5h9MHHllS6Z9fxuv1rAiyNdFwYpUCELhI/8B5jKBZm5N0f8J +XTvEltdW0NTE5rgk7k1Yqatlt/4XgXu56tcnU6YF8kL86LrSJXEwbxpqUh591Kz4 +j7v8t947uwBLuGLOEasomz430VO1SxkupSY3b5I6is2epeUZjv7eFr7jGpy5JeJq +KiAWCLw4bV2BD9LDqZdes2JqjJnRKmRTreAfXKfREy4kLwp1mzz0YphR65Owlw2f +2uDLxqDR0XhFYl/ZjjHHS/9O4S+ixJ3GxAwcHsWev+y4fV1bnQKeBwFUYLGb2RU7 +ZlDOnK1nz7I/1BuKm3dnUFd/7Hidut1MeMKAwQ/baA67ewBc8SQIIvnHN/14GSSk +LYQHDSrNMrkame2q1pEh5lkEjwFbK6AofWH/51+HDHZ+mOMggDeHVFQDWAr+rNkJ +7r81lrwCQUh4JIBYlBge +=290a +-----END PGP SIGNATURE----- Added: release/commons/jci/source/commons-jci-1.1-src.zip.md5 ============================================================================== --- release/commons/jci/source/commons-jci-1.1-src.zip.md5 (added) +++ release/commons/jci/source/commons-jci-1.1-src.zip.md5 Mon Oct 14 12:09:06 2013 @@ -0,0 +1 @@ +7c2938c3fd3a49ac97ba4b5e99d0a3fa \ No newline at end of file Added: release/commons/jci/source/commons-jci-1.1-src.zip.sha1 ============================================================================== --- release/commons/jci/source/commons-jci-1.1-src.zip.sha1 (added) +++ release/commons/jci/source/commons-jci-1.1-src.zip.sha1 Mon Oct 14 12:09:06 2013 @@ -0,0 +1 @@ +c57e6d54762a4d9280ef8e4ae24398a19ca91e9c \ No newline at end of file