commit fe608f854d0d8e2ca2f6e1dde6946b6869174c2b Author: iwakeh iwakeh@torproject.org Date: Wed Jan 4 17:33:57 2017 +0100
squash! Corrected source-jar contents, enabled additonal target execution before signing using a new property, and cleaned up jar-task.
Added Implemented-By property to manifest. --- java/base.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/base.xml b/java/base.xml index 6a3734d..c11dd74 100644 --- a/java/base.xml +++ b/java/base.xml @@ -286,7 +286,7 @@ </restrict> <fileset dir="${usepath}" includes="${usepattern}" /> <manifest> - <attribute name="Created-By" value="The Tor Project" /> + <attribute name="Implemented-By" value="The Tor Project" /> <attribute name="Implementation-Title" value="${implementation-title}"/> <attribute name="Implementation-Version" value="${release.version}-${git.revision}"/>
tor-commits@lists.torproject.org