Sign in
apache
/
netbeans
/
refs/heads/release126
/
.
/
extide
/
o.apache.tools.ant.module
/
test
/
unit
/
data
/
antscriptutils
/
test1.xml
blob: a41610aa79c143ebfd5f4bf0c9a640955d1e359f [
file
] [
log
] [
blame
]
<?
xml version
=
"1.0"
encoding
=
"UTF-8"
?>
<!-- Normal Ant script. -->
<project
name
=
"test1"
default
=
"main"
basedir
=
"."
>
<target
name
=
"main"
/>
<target
name
=
"-internal1"
/>
<target
name
=
"other"
/>
<target
name
=
"another"
/>
</project>