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 2020/04/10 18:15:25 UTC

[commons-crypto] branch master updated: Add missing doc.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c625b1  Add missing doc.
4c625b1 is described below

commit 4c625b16973d536c1597a7a09f0107ba7c50008b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Apr 10 14:15:21 2020 -0400

    Add missing doc.
---
 BUILDING.txt | 1 +
 pom.xml      | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/BUILDING.txt b/BUILDING.txt
index 88b1098..0c25869 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -10,6 +10,7 @@ Requirements:
 * Maven 3.0 or above
 * Make
 * OpenSSL devel 1.0.1c or above (Openssl library header files are required)
+* GCC
 
 ----------------------------------------------------------------------------------
 Install JCE Unlimited Strength Jurisdiction Policy Files:
diff --git a/pom.xml b/pom.xml
index 831f6c6..358feb3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -498,8 +498,8 @@ The following provides more details on the included cryptographic software:
               <target name="make">
                 <taskdef resource="net/sf/antcontrib/antcontrib.properties" classpathref="maven.plugin.classpath" />
                 <exec executable="make" failonerror="true" dir="${project.basedir}">
-                  <env key="VERSION" value="${project.version}" />
-                  <env key="PROJECT_NAME" value="${project.name}" />
+                  <env key="VERSION" value="&quot;${project.version}&quot;" />
+                  <env key="PROJECT_NAME" value="&quot;${project.name}&quot;" />
                   <!-- For debugging: -->
                   <!-- <arg value="-d" /> -->
                   <arg value="${target.name}" />