Add default project name in buildjar example callers.

This commit is contained in:
Christian P. MOMON 2014-11-26 17:38:01 +01:00
parent 8926555ebd
commit 24954fbe8c
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<project default="dist" name="EXAMPLE">
<project default="dist" name="my_project">
<!-- -->
<import file="buildjar.xml" />
</project>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<project default="buildandgit" name="sikevadb">
<project default="buildandgit" name="my_project">
<!-- -->
<import file="buildjar.xml" />
</project>