<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,4 +3,5 @@ target
 **/*.log
 examples/*/tmp
 examples/merb/merb.war
-examples/rails/rails.war
\ No newline at end of file
+examples/rails/rails.war
+nbproject/private/*
\ No newline at end of file</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -313,7 +313,7 @@ is divided into following sections:
                 ===================
             --&gt;
     &lt;target depends=&quot;init&quot; name=&quot;deps-jar&quot; unless=&quot;no.deps&quot;&gt;
-        &lt;ant antfile=&quot;${project.JRuby}/build.xml&quot; inheritall=&quot;false&quot; target=&quot;jar&quot;/&gt;
+        &lt;ant antfile=&quot;${project.JRuby_trunk}/build.xml&quot; inheritall=&quot;false&quot; target=&quot;jar&quot;/&gt;
     &lt;/target&gt;
     &lt;target depends=&quot;init,deps-jar&quot; name=&quot;-pre-pre-compile&quot;&gt;
         &lt;mkdir dir=&quot;${build.classes.dir}&quot;/&gt;
@@ -625,8 +625,7 @@ is divided into following sections:
                 ===============
             --&gt;
     &lt;target depends=&quot;init&quot; name=&quot;deps-clean&quot; unless=&quot;no.deps&quot;&gt;
-        &lt;ant antfile=&quot;${project.JRuby}/build.xml&quot; inheritall=&quot;false&quot; target=&quot;clean&quot;/&gt;
-        &lt;ant antfile=&quot;${project.JRuby}/build.xml&quot; inheritall=&quot;false&quot; target=&quot;clean&quot;/&gt;
+        &lt;ant antfile=&quot;${project.JRuby_trunk}/build.xml&quot; inheritall=&quot;false&quot; target=&quot;clean&quot;/&gt;
     &lt;/target&gt;
     &lt;target depends=&quot;init&quot; name=&quot;-do-clean&quot;&gt;
         &lt;delete dir=&quot;${build.dir}&quot;/&gt;</diff>
      <filename>nbproject/build-impl.xml</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
-build.xml.data.CRC32=63b0d262
+build.xml.data.CRC32=e98221f4
 build.xml.script.CRC32=cafd15dc
 build.xml.stylesheet.CRC32=be360661
 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
 # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=63b0d262
-nbproject/build-impl.xml.script.CRC32=7d4bac5a
+nbproject/build-impl.xml.data.CRC32=e98221f4
+nbproject/build-impl.xml.script.CRC32=5fedd2f2
 nbproject/build-impl.xml.stylesheet.CRC32=487672f9</diff>
      <filename>nbproject/genfiles.properties</filename>
    </modified>
    <modified>
      <diff>@@ -18,18 +18,19 @@ dist.dir=target
 dist.jar=${dist.dir}/rack.jar
 dist.javadoc.dir=${dist.dir}/javadoc
 excludes=
+jnlp.codebase.type=local
+jnlp.codebase.url=file:/Users/nicksieger/Projects/ruby/jruby-rack/target/
+jnlp.enabled=false
+jnlp.offline-allowed=false
+jnlp.signed=false
 maven.repos=${user.home}/.m2/repository
 file.reference.main-java=src/main/java
-file.reference.rack-lib=lib
-file.reference.rack-spec=spec
 file.reference.servlet-api-2.3.jar=${maven.repos}/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar
 includes=**
 jar.compress=false
 javac.classpath=\
-    ${reference.JRuby.jar2}:\
-    ${reference.JRuby.jar}:\
-    ${reference.JRuby.jar.1}:\
-    ${file.reference.servlet-api-2.3.jar}
+    ${file.reference.servlet-api-2.3.jar}:\
+    ${reference.JRuby_trunk.jar2}
 # Space-separated list of extra javac options
 javac.compilerargs=
 javac.deprecation=false
@@ -37,9 +38,7 @@ javac.source=1.5
 javac.target=1.5
 javac.test.classpath=\
     ${javac.classpath}:\
-    ${build.classes.dir}:\
-    ${libs.junit.classpath}:\
-    ${libs.junit_4.classpath}
+    ${build.classes.dir}
 javadoc.additionalparam=
 javadoc.author=false
 javadoc.encoding=${source.encoding}
@@ -56,10 +55,8 @@ manifest.file=manifest.mf
 meta.inf.dir=${src.dir}/META-INF
 no.dependencies=true
 platform.active=default_platform
-project.JRuby=../../trunk/jruby
-reference.JRuby.jar=${project.JRuby}/build/classes/jruby
-reference.JRuby.jar.1=${project.JRuby}/build/classes/test
-reference.JRuby.jar2=${project.JRuby}/lib/jruby.jar
+project.JRuby_trunk=../../jruby/trunk/jruby
+reference.JRuby_trunk.jar2=${project.JRuby_trunk}/lib/jruby.jar
 run.classpath=\
     ${javac.classpath}:\
     ${build.classes.dir}</diff>
      <filename>nbproject/project.properties</filename>
    </modified>
    <modified>
      <diff>@@ -15,17 +15,9 @@
         &lt;/data&gt;
         &lt;references xmlns=&quot;http://www.netbeans.org/ns/ant-project-references/2&quot;&gt;
             &lt;reference&gt;
-                &lt;foreign-project&gt;JRuby&lt;/foreign-project&gt;
-                &lt;artifact-type&gt;folder&lt;/artifact-type&gt;
-                &lt;script&gt;${project.JRuby}/build.xml&lt;/script&gt;
-                &lt;target&gt;jar&lt;/target&gt;
-                &lt;clean-target&gt;clean&lt;/clean-target&gt;
-                &lt;id&gt;jar&lt;/id&gt;
-            &lt;/reference&gt;
-            &lt;reference&gt;
-                &lt;foreign-project&gt;JRuby&lt;/foreign-project&gt;
+                &lt;foreign-project&gt;JRuby_trunk&lt;/foreign-project&gt;
                 &lt;artifact-type&gt;jar&lt;/artifact-type&gt;
-                &lt;script&gt;${project.JRuby}/build.xml&lt;/script&gt;
+                &lt;script&gt;${project.JRuby_trunk}/build.xml&lt;/script&gt;
                 &lt;target&gt;jar&lt;/target&gt;
                 &lt;clean-target&gt;clean&lt;/clean-target&gt;
                 &lt;id&gt;jar2&lt;/id&gt;</diff>
      <filename>nbproject/project.xml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0d7d88d6be4c9a90326d747207a8890935b3942f</id>
    </parent>
  </parents>
  <author>
    <name>nsieger</name>
    <email>nsieger@97a6c6ee-731e-0410-87e5-e5612b5efbfe</email>
  </author>
  <url>http://github.com/nicksieger/jruby-rack/commit/5ef969e76f12dabfe33bbaa2d4f6fd5f069e7041</url>
  <id>5ef969e76f12dabfe33bbaa2d4f6fd5f069e7041</id>
  <committed-date>2008-05-20T11:34:41-07:00</committed-date>
  <authored-date>2008-05-20T11:34:41-07:00</authored-date>
  <message>Gah. NB goo changes every time I reshuffle the src location


git-svn-id: https://svn.codehaus.org/jruby-contrib/trunk/rack@166 97a6c6ee-731e-0410-87e5-e5612b5efbfe</message>
  <tree>b94d1797d3b7fe17eea592a131b2f43d5109a258</tree>
  <committer>
    <name>nsieger</name>
    <email>nsieger@97a6c6ee-731e-0410-87e5-e5612b5efbfe</email>
  </committer>
</commit>
