Sign in
apache
/
netbeans
/
refs/heads/release310
/
.
/
extide
/
o.apache.tools.ant.module
/
test
/
unit
/
data
/
antlogger
/
trivial.xml
blob: 9dbc3af7f881ea9325f0765476184ca73e70b84f [
file
]
<project
default
=
"x"
>
<target
name
=
"x"
>
<touch
file
=
"${java.io.tmpdir}/something"
/>
</target>
</project>