<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,22 +1,27 @@
 &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;project name=&quot;jmx-js&quot; default=&quot;jar&quot;&gt;
     &lt;description&gt;
-            A JavaScript Bridge for JMX
+     A JavaScript Bridge for JMX.
+     http://github.com/jmesnil/jmx-js
     &lt;/description&gt;
 
+    &lt;property name=&quot;build.dir&quot; value=&quot;build&quot; /&gt;
+    &lt;property name=&quot;build.classes.dir&quot; value=&quot;${build.dir}/classes&quot; /&gt;
+    &lt;property name=&quot;jar.file&quot; value=&quot;${build.dir}/jmx-js.jar&quot; /&gt;
+
     &lt;target name=&quot;jar&quot; depends=&quot;compile&quot; description=&quot;-&gt; create jmx-js.jar&quot;&gt;
-        &lt;delete file=&quot;build/jmx-js.jar&quot; /&gt;
-        &lt;jar destfile=&quot;build/jmx-js.jar&quot; manifest=&quot;META-INF/MANIFEST.MF&quot;&gt;
-            &lt;fileset dir=&quot;build&quot; includes=&quot;**&quot; /&gt;
+        &lt;delete file=&quot;${jar.file}&quot; /&gt;
+        &lt;jar destfile=&quot;${jar.file}&quot; manifest=&quot;META-INF/MANIFEST.MF&quot;&gt;
+            &lt;fileset dir=&quot;${build.classes.dir}&quot; includes=&quot;**&quot; /&gt;
         &lt;/jar&gt;
     &lt;/target&gt;
 
-    &lt;target name=&quot;compile&quot;&gt;
-        &lt;mkdir dir=&quot;build&quot; /&gt;
-        &lt;javac srcdir=&quot;src&quot; destdir=&quot;build&quot; /&gt;
+    &lt;target name=&quot;compile&quot; description=&quot;-&gt; compile the project&quot;&gt;
+        &lt;mkdir dir=&quot;${build.classes.dir}&quot; /&gt;
+        &lt;javac source=&quot;1.6&quot; srcdir=&quot;src&quot; destdir=&quot;${build.classes.dir}&quot; /&gt;
     &lt;/target&gt;
 
-    &lt;target name=&quot;clean&quot;&gt;
-        &lt;delete dir=&quot;build&quot; /&gt;
+    &lt;target name=&quot;clean&quot; description=&quot;-&gt; clean the project&quot;&gt;
+        &lt;delete dir=&quot;${build.dir}&quot; /&gt;
     &lt;/target&gt;
 &lt;/project&gt;</diff>
      <filename>build.xml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3e788f9889615076a26b5ea11f1b48a5bafab78a</id>
    </parent>
  </parents>
  <author>
    <name>Jeff Mesnil</name>
    <email>jmesnil@gmail.com</email>
  </author>
  <url>http://github.com/jmesnil/jmx-js/commit/e48a5a830fe30206422ad38c8f6523cd163fd469</url>
  <id>e48a5a830fe30206422ad38c8f6523cd163fd469</id>
  <committed-date>2008-08-11T11:27:20-07:00</committed-date>
  <authored-date>2008-08-11T11:27:20-07:00</authored-date>
  <message>added explicit source=&quot;1.6&quot; to javac task

added properties and description to make the build more readable</message>
  <tree>9319f2b6e7af0f5993c53e0fe5b7c5e182653b6b</tree>
  <committer>
    <name>Jeff Mesnil</name>
    <email>jmesnil@gmail.com</email>
  </committer>
</commit>
