Add default project name in buildjar example callers.
This commit is contained in:
parent
8926555ebd
commit
24954fbe8c
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue