Skip to content

Commit

Permalink
added hazelcast-full-example.xml to zip
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalyasar committed Mar 4, 2016
1 parent a11ab1f commit 0aa9c7f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hazelcast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@
<target>
<copy file="${basedir}/src/main/resources/hazelcast-default.xml"
tofile="${basedir}/target/hazelcast.xml"/>
<copy file="${basedir}/src/main/resources/hazelcast-full-example.xml"
tofile="${basedir}/target/hazelcast-full-example.xml"/>
</target>
</configuration>
</execution>
Expand Down
1 change: 1 addition & 0 deletions hazelcast/src/main/resources/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ <h3 id="folders">Folders</h3>
<li><strong>/bin</strong>
<ul>
<li><strong>hazelcast.xml</strong> &mdash; the configuration file for Hazelcast.</li>
<li><strong>hazelcast-full-example.xml</strong> &mdash; It is the Hazelcast configuration file that includes all the configuration elements and attributes with their descriptions.</li>
<li><strong>start.bat</strong> &mdash; Starts a Hazelcast node for Windows users.</li>
<li><strong>start.sh</strong> &mdash; Starts a Hazelcast node for Linux users.</li>
<li><strong>stop.bat</strong> &mdash; Stops the current running Hazelcast node for Windows users.</li>
Expand Down
1 change: 1 addition & 0 deletions src/main/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
<outputDirectory>/bin/</outputDirectory>
<includes>
<include>hazelcast.xml</include>
<include>hazelcast-full-example.xml</include>
</includes>
</fileSet>
<fileSet>
Expand Down

0 comments on commit 0aa9c7f

Please sign in to comment.