You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ss...@apache.org on 2016/11/23 16:49:45 UTC

svn commit: r1771003 - /xmlgraphics/fop-pdf-images/trunk/build.xml

Author: ssteiner
Date: Wed Nov 23 16:49:44 2016
New Revision: 1771003

URL: http://svn.apache.org/viewvc?rev=1771003&view=rev
Log:
Add all sources for release-dist target

Modified:
    xmlgraphics/fop-pdf-images/trunk/build.xml

Modified: xmlgraphics/fop-pdf-images/trunk/build.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop-pdf-images/trunk/build.xml?rev=1771003&r1=1771002&r2=1771003&view=diff
==============================================================================
--- xmlgraphics/fop-pdf-images/trunk/build.xml (original)
+++ xmlgraphics/fop-pdf-images/trunk/build.xml Wed Nov 23 16:49:44 2016
@@ -79,6 +79,7 @@
 
   <fileset dir="${basedir}" id="dist.src">
     <include name="src/**"/>
+    <include name="test/**"/>
     <patternset>
       <include name="lib/*"/>
     </patternset>
@@ -87,6 +88,7 @@
     <include name="README"/>
     <include name="KEYS"/>
     <include name="build.*"/>
+    <include name="*.xml"/>
   </fileset>
   
   <property name="build.unit.tests.dir" value="${build.dir}/test-classes"/>
@@ -350,7 +352,9 @@
 
   <target name="release-dist" depends="dist" description="Generates the distribution package and signs the release">
     <property name="bin.suffix" value="bin-jdk${java.specification.version}"/>
-    <input message="Passphrase for your default private key (attention: passphrase will be echoed in clear text on the display!)" addproperty="pwd"/>
+    <input message="Passphrase for your default private key" addproperty="pwd">
+      <handler classname="org.apache.tools.ant.input.SecureInputHandler" />
+    </input>
     <antcall target="md5">
       <param name="sign.archive" value="${name}-${version}-src.zip"/>
     </antcall>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org