Sign in
apache
/
netbeans
/
refs/heads/release140
/
.
/
extide
/
o.apache.tools.ant.module
/
test
/
unit
/
data
/
antscriptutils
/
test3.xml
blob: cb964f0bd74916b0b5ec2a57b67ff66c6ce13055 [
file
] [
log
] [
blame
]
<?
xml version
=
"1.0"
encoding
=
"UTF-8"
?>
<!-- Imports test4.xml. -->
<project
name
=
"test3"
>
<import
file
=
"test4.xml"
/>
<target
name
=
"main"
/>
<target
name
=
"imported2"
/>
</project>