You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2016/06/07 09:37:25 UTC

[1/2] commons-crypto git commit: Add 'make' debugging comment.

Repository: commons-crypto
Updated Branches:
  refs/heads/master 02d7c6cb6 -> 13f9c053a


Add 'make' debugging comment.

Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/24e9f955
Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/24e9f955
Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/24e9f955

Branch: refs/heads/master
Commit: 24e9f955df949ab24dc5597a12f95f2513fc5424
Parents: fbc4176
Author: ggregory <gg...@apache.org>
Authored: Tue Jun 7 02:36:51 2016 -0700
Committer: ggregory <gg...@apache.org>
Committed: Tue Jun 7 02:36:51 2016 -0700

----------------------------------------------------------------------
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/24e9f955/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6bbbcdc..06be2ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -377,6 +377,8 @@ The following provides more details on the included cryptographic software:
                 <taskdef resource="net/sf/antcontrib/antcontrib.properties"
                          classpathref="maven.plugin.classpath"/>
                 <exec executable="make" failonerror="true" dir="${project.basedir}">
+                  <!-- For debugging: -->
+                  <!-- <arg value="-d"/> -->
                   <arg value="${target.name}"/>
                 </exec>
               </target>


[2/2] commons-crypto git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-crypto.git

Posted by gg...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-crypto.git

Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/13f9c053
Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/13f9c053
Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/13f9c053

Branch: refs/heads/master
Commit: 13f9c053ad985a5f6f9fa69fa5dcf10d8b586a57
Parents: 24e9f95 02d7c6c
Author: ggregory <gg...@apache.org>
Authored: Tue Jun 7 02:37:10 2016 -0700
Committer: ggregory <gg...@apache.org>
Committed: Tue Jun 7 02:37:10 2016 -0700

----------------------------------------------------------------------
 BUILDING.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------