<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>jboss-rails-support</filename>
    </added>
    <added>
      <filename>src/main/assembly/bin.xml</filename>
    </added>
    <added>
      <filename>src/main/assembly/support.xml</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,6 @@
-[submodule &quot;src/test/ballast/vendor/rails&quot;]
-	path = src/test/ballast/vendor/rails
-	url = git://github.com/rails/rails.git
 [submodule &quot;gems/activerecord-jdbc-adapter&quot;]
 	path = gems/activerecord-jdbc-adapter
 	url = git://github.com/nicksieger/activerecord-jdbc-adapter.git
+[submodule &quot;jboss-rails-support&quot;]
+	path = jboss-rails-support
+	url = git://github.com/bobmcwhirter/jboss-rails-support.git</diff>
      <filename>.gitmodules</filename>
    </modified>
    <modified>
      <diff>@@ -1,14 +1,3 @@
-Copy the exploded &quot;jboss-rails.deployer/&quot; directory to the 'deployers/' 
-directory of server configuration you're using.
+Please see full installation instructions available at:
 
-For example, if you are using the 'all' configuration, you could
-execute this commandline
-
-  $ cp -R jboss-rails.deployer $JBOSS_HOME/server/all/deployers/
-
-It is recommended (but not strictly necessary) to stop the AS before
-adding in the deployer.
-
-To ease development, please see the JBoss Rails Plugin project at:
-
-  * http://oddthesis.org/theses/jboss-rails/projects/jboss-rails-plugin
+http://oddthesis.org/theses/jboss-rails/projects/jboss-rails/pages/enable-rails-in-jboss-as5</diff>
      <filename>INSTALL.txt</filename>
    </modified>
    <modified>
      <diff>@@ -2,5 +2,5 @@
 JBoss Rails is licensed under the LGPL.  
 - Please see LICENSE-LGPL.txt.
 
-JRuby-Rack and ActiveRecord-JDBC-Adapter are licensed under the MIT license.  
+ActiveRecord-JDBC-Adapter is licensed under the MIT license.  
 - Please see LICENSE-MIT.txt.</diff>
      <filename>LICENSE.txt</filename>
    </modified>
    <modified>
      <diff>@@ -24,7 +24,10 @@
     &lt;snapshotRepository&gt;
       &lt;id&gt;oddthesis.SNAPSHOT.repo&lt;/id&gt;
       &lt;name&gt;Odd Thesis SNAPSHOT repository&lt;/name&gt;
+&lt;!--
       &lt;url&gt;scpexe://repo.oddthesis.org/opt/oddthesis/repo/maven2/SNAPSHOTS&lt;/url&gt;
+--&gt;
+      &lt;url&gt;file://Users/bob/oddthesis-snapshot-repo&lt;/url&gt;
     &lt;/snapshotRepository&gt;
   &lt;/distributionManagement&gt;
 
@@ -280,6 +283,8 @@
         &lt;configuration&gt;
           &lt;descriptors&gt;
             &lt;descriptor&gt;src/main/assembly/deployer.xml&lt;/descriptor&gt;
+            &lt;descriptor&gt;src/main/assembly/support.xml&lt;/descriptor&gt;
+            &lt;descriptor&gt;src/main/assembly/bin.xml&lt;/descriptor&gt;
           &lt;/descriptors&gt;
           &lt;finalName&gt;${pom.artifactId}-${pom.version}&lt;/finalName&gt;
         &lt;/configuration&gt;
@@ -303,6 +308,9 @@
                 &lt;exec executable=&quot;rake&quot; dir=&quot;${basedir}/gems/&quot;&gt;
                   &lt;arg value=&quot;clean&quot;/&gt;
                 &lt;/exec&gt;
+                &lt;exec executable=&quot;rake&quot; dir=&quot;${basedir}/jboss-rails-support/&quot;&gt;
+                  &lt;arg value=&quot;clean&quot;/&gt;
+                &lt;/exec&gt;
               &lt;/tasks&gt;
             &lt;/configuration&gt;
             &lt;goals&gt;
@@ -326,6 +334,7 @@
             &lt;phase&gt;package&lt;/phase&gt;
             &lt;configuration&gt;
               &lt;tasks&gt;
+                &lt;exec executable=&quot;rake&quot; dir=&quot;${basedir}/jboss-rails-support/&quot; /&gt;
                 &lt;exec executable=&quot;rm&quot; dir=&quot;${basedir}/target&quot;&gt;
                   &lt;arg value=&quot;-f&quot;/&gt;
                   &lt;arg value=&quot;${artifactId}.deployer&quot;/&gt;</diff>
      <filename>pom.xml</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>src/main/resources/org/jboss/rails/war/web.xml</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/README</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/Rakefile</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/app/controllers/application.rb</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/app/controllers/hello_controller.rb</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/app/helpers/application_helper.rb</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/app/helpers/hello_helper.rb</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/app/views/hello/index.html.erb</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/config/boot.rb</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/config/database.yml</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/config/environment.rb</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/config/environments/development.rb</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/config/environments/production.rb</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/config/environments/test.rb</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/config/initializers/inflections.rb</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/config/initializers/mime_types.rb</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/config/initializers/new_rails_defaults.rb</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/config/routes.rb</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/db/.gitignore</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/doc/README_FOR_APP</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/lib/.gitignore</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/log/development.log</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/log/production.log</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/log/server.log</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/log/test.log</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/public/404.html</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/public/422.html</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/public/500.html</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/public/dispatch.cgi</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/public/dispatch.fcgi</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/public/dispatch.rb</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/public/favicon.ico</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/public/images/rails.png</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/public/index.html</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/public/javascripts/application.js</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/public/javascripts/controls.js</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/public/javascripts/dragdrop.js</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/public/javascripts/effects.js</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/public/javascripts/prototype.js</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/public/robots.txt</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/script/about</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/script/console</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/script/dbconsole</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/script/destroy</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/script/generate</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/script/performance/benchmarker</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/script/performance/profiler</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/script/performance/request</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/script/plugin</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/script/process/inspector</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/script/process/reaper</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/script/process/spawner</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/script/runner</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/script/server</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/test/functional/hello_controller_test.rb</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/test/test_helper.rb</filename>
    </removed>
    <removed>
      <filename>src/test/ballast/vendor/rails</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>a52a33a2a875462f4ae315e8bd7cebb1e0f1f1e4</id>
    </parent>
  </parents>
  <author>
    <name>Bob McWhirter</name>
    <email>bob@fnokd.com</email>
  </author>
  <url>http://github.com/bobmcwhirter/jboss-rails/commit/25a03dfeca56a51d1931086ae4df99590bdb6c79</url>
  <id>25a03dfeca56a51d1931086ae4df99590bdb6c79</id>
  <committed-date>2009-03-05T13:58:15-08:00</committed-date>
  <authored-date>2009-03-05T13:58:15-08:00</authored-date>
  <message>Cleaning up the test stuff.
Adjusting licenses to reflect removal of JRuby-Rack.
Submodule jbos-rails-support for packaging and distribution.</message>
  <tree>74d335ece6acf91d7f335479d0d9a99a7d9fbb00</tree>
  <committer>
    <name>Bob McWhirter</name>
    <email>bob@fnokd.com</email>
  </committer>
</commit>
