Skip to content

Commit

Permalink
copied license and logo to root of zpk
Browse files Browse the repository at this point in the history
  • Loading branch information
burkl committed Jul 17, 2017
1 parent 69b1bae commit 0514431
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<include name="init_autoloader.php"/>
<include name="LICENSE.txt"/>
<include name="README.md"/>
<include name="etc/**"/>
<include name="src/**"/>
<include name="vendor/**"/>
<exclude name="**/tests/"/>
Expand All @@ -43,6 +42,7 @@
<exclude name="**/.php_cs"/>
<exclude name="**/Vagrantfile"/>
<exclude name="**/Doxyfile"/>
<exclude name="**/LICENSE.txt"/>
</fileset>

<target name="init">
Expand All @@ -69,6 +69,9 @@
<!--</fileset>-->
<!--</copy>-->

<copy file="${project.root}/LICENSE.txt" tofile="${build.dir}/LICENSE.txt" />
<copy file="${project.root}/etc/logo.gif" tofile="${build.dir}/logo.gif" />

<copy todir="${build.dir}/src" tstamp="true">
<fileset refid="sourcefileset"/>
</copy>
Expand All @@ -91,4 +94,4 @@

<copy file="${dist.dir}/${dist.filename}.zpk" tofile="${dist.dir}/${build.filename.latest}" />
</target>
</project>
</project>
2 changes: 1 addition & 1 deletion deployment.in.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<release>%%project.version%%</release>
</version>
<releasedate>%%library.releasedate%%</releasedate>
<icon>etc/logo.gif</icon>
<icon>logo.gif</icon>
<eula>LICENSE.txt</eula>
<libdir>src</libdir>
<scriptsdir>scripts</scriptsdir>
Expand Down

0 comments on commit 0514431

Please sign in to comment.