Skip to content

Commit

Permalink
Merge pull request payara#2532 from Cousjava/PAYARA-2579-add-keyfile-…
Browse files Browse the repository at this point in the history
…micro

PAYARA-2579 Added keyfile to Payara Micro distribution
  • Loading branch information
arjantijms authored and Cousjava committed Mar 22, 2018
1 parent 7cd25b4 commit daf10b5
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -40,7 +40,7 @@
holder.
-->
<!-- Portions Copyright [2016-2017] [Payara Foundation] -->
<!-- Portions Copyright [2016-2018] [Payara Foundation] -->

<project name="payara-micro" default="new.create" basedir=".">
<property name="rootdir" value="target"/>
Expand Down Expand Up @@ -198,6 +198,7 @@
<copy todir="${domaindir}">
<fileset dir="${tempdir}/config">
<include name="*.jks"/>
<include name="keyfile"/>
</fileset>
</copy>
</target>
Expand Down

0 comments on commit daf10b5

Please sign in to comment.