Beautifies keywords, comments and method names.
authorJaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:56:36 +0200
changeset 134df21e222a781
parent 133 50bf1b976c0d
child 135 6a66df28018c
Beautifies keywords, comments and method names.
samples/libs/build.xml
     1.1 --- a/samples/libs/build.xml	Sat Jun 14 09:56:16 2008 +0200
     1.2 +++ b/samples/libs/build.xml	Sat Jun 14 09:56:36 2008 +0200
     1.3 @@ -1,12 +1,6 @@
     1.4  <?xml version="1.0" encoding="UTF-8"?>
     1.5  <project name="Downloads necessary libraries" default="libraries" basedir=".">
     1.6 -    <target name="clean">
     1.7 -    </target>
     1.8 -    <target name="real-clean">
     1.9 -        <delete dir="dist"/>
    1.10 -    </target>
    1.11 -    
    1.12 -    <target name="libraries">
    1.13 +       <target name="libraries">
    1.14          <antcall target="-library">
    1.15              <param name="library" value="junit-4.4"/>
    1.16              <param name="url" value="http://switch.dl.sourceforge.net/sourceforge/junit/junit-4.4.jar"/>