* minor typo fix
This commit is contained in:
parent
d1f434b4d3
commit
5ad3043fac
|
@ -337,7 +337,7 @@
|
||||||
|
|
||||||
<!-- Create CCTools.jar file -->
|
<!-- Create CCTools.jar file -->
|
||||||
<jar jarfile="${dist.dir}/CCTools.jar">
|
<jar jarfile="${dist.dir}/CCTools.jar">
|
||||||
<fileset dir="${build.dir}" includes="**/ecs/**" />
|
<fileset dir="${buildServer.dir}" includes="**/ecs/**" />
|
||||||
<fileset dir="${buildClient.dir}"/>
|
<fileset dir="${buildClient.dir}"/>
|
||||||
<manifest>
|
<manifest>
|
||||||
<attribute name="Specification-Title" value="Adempiere Client Tools"/>
|
<attribute name="Specification-Title" value="Adempiere Client Tools"/>
|
||||||
|
|
Loading…
Reference in New Issue