<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
 nbproject/*
 build/*
-
+testenv/*
 .DS_Store</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -14,6 +14,7 @@
   &lt;property name=&quot;doc.dir&quot; location=&quot;${build.dir}/doc&quot; /&gt;
   &lt;property name=&quot;dist.dir&quot; location=&quot;${build.dir}/dist&quot; /&gt;
   &lt;property name=&quot;test.dir&quot; location=&quot;${build.dir}/test&quot; /&gt;
+  &lt;property name=&quot;testenv.dir&quot; location =&quot;testenv&quot; /&gt;
   &lt;property name=&quot;lib-licenses.file&quot; location=&quot;${lib.dir}/LICENSES.txt&quot; /&gt;
   &lt;property name=&quot;license.file&quot; location=&quot;LICENSE.txt&quot; /&gt;
   &lt;property name=&quot;junit.lib&quot; value=&quot;${lib.dir}/junit-4.5.jar&quot; /&gt;
@@ -43,6 +44,17 @@
     &lt;/javac&gt;
     &lt;copy file=&quot;${resource.dir}/atomic_system.xml&quot; todir=&quot;${class.dir}/com/metamolecular/mx/model&quot; /&gt;
   &lt;/target&gt;
+  &lt;target name=&quot;testenv&quot; depends=&quot;jar&quot; description=&quot;Create a test environment in this directory.&quot;&gt;
+    &lt;copy todir=&quot;${testenv.dir}&quot;&gt;
+      &lt;fileset dir=&quot;${resource.dir}/testenv&quot; /&gt;
+    &lt;/copy&gt;
+    &lt;copy todir=&quot;${testenv.dir}/lib&quot;&gt;
+      &lt;fileset dir=&quot;${lib.dir}&quot; includes=&quot;*.jar&quot; /&gt;
+    &lt;/copy&gt;
+    &lt;copy todir=&quot;${testenv.dir}/lib&quot;&gt;
+      &lt;fileset dir=&quot;${jar.dir}&quot; includes=&quot;*.jar&quot; /&gt;
+    &lt;/copy&gt;
+  &lt;/target&gt;
   &lt;target name=&quot;test&quot; depends=&quot;compile&quot; description=&quot;Run JUnit tests.&quot;&gt;
     &lt;java classname=&quot;${test.class}&quot; fork = &quot;true&quot; dir=&quot;${build.dir}&quot;&gt;
       &lt;classpath&gt;</diff>
      <filename>build.xml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6da7a01e4e0ee0029da7400e1d45b220c70b0220</id>
    </parent>
  </parents>
  <author>
    <name>Rich Apodaca</name>
    <email>rapodaca@metamolecular.com</email>
  </author>
  <url>http://github.com/rapodaca/mx/commit/0f57ffa6061be8e981369b40645595c4e86de8b9</url>
  <id>0f57ffa6061be8e981369b40645595c4e86de8b9</id>
  <committed-date>2009-06-13T10:15:13-07:00</committed-date>
  <authored-date>2009-06-13T10:15:13-07:00</authored-date>
  <message>testenv target builds test environment for quick testing a bug submission</message>
  <tree>25ca1b470906e90680699186e277abb295749b8a</tree>
  <committer>
    <name>Rich Apodaca</name>
    <email>rapodaca@metamolecular.com</email>
  </committer>
</commit>
