Title: [535] trunk/rails-integration: Rename Rails-Integration to GoldSpike
Revision
535
Author
tantalon
Date
2007-05-06 00:25:11 -0400 (Sun, 06 May 2007)

Log Message

Rename Rails-Integration to GoldSpike

Modified Paths


Diff

Modified: trunk/rails-integration/README (534 => 535)


--- trunk/rails-integration/README	2007-05-04 23:01:40 UTC (rev 534)
+++ trunk/rails-integration/README	2007-05-06 04:25:11 UTC (rev 535)
@@ -1,33 +1,33 @@
-Rails-Integration allows you to deploy your standard Rails web application
+GoldSpike allows you to deploy your standard Rails web application
 to a J2EE server. You can package up your application as a WAR file for
 distribution, or simply run it in an expanded form.
 
-Rails-Integration is a sub project of jruby-extras at RubyForge.
+GoldSpike is a sub project of jruby-extras at RubyForge.
 
-The latest documentation for Rails-Integration can be found at:
+The latest documentation for GoldSpike can be found at:
 http://www.headius.com/jrubywiki/index.php/Rails_Integration
 
 Quick start for an existing Rails application
 + Install the plugin and try it out
-  script/plugin install svn://rubyforge.org/var/svn/jruby-extras/trunk/rails-integration/plugins/war
+  script/plugin install svn://rubyforge.org/var/svn/jruby-extras/trunk/rails-integration/plugins/goldspike
 + Build a war file and run it in Jetty
   rake war:standalone:create
   rake war:standalone:run
 + Browse to http://localhost:8080/
 
-Prerequisites for building rails-integration
+Prerequisites for building GoldSpike
 + Install Maven 2 from Apache
 + The following gems:
   + Rake
   + Rails (version must match your application)
   + ActiveRecord-JDBC
 
-Building rails-integration
+Building GoldSpike
 + Locate the gems for the tests
   Unix: export GEM_HOME=/usr/local/lib/ruby/gems/1.8
   Windows: set GEM_HOME=c:\ruby\lib\ruby\gems\1.8
 + Run "mvn install"
-  This should compile, test, and install the rails-integration JAR
+  This should compile, test, and install the GoldSpike JAR
   into your local maven repository.
   If you want to skip over the tests, use "mvn install -Dmaven.test.skip=true"
 

Modified: trunk/rails-integration/pom.xml (534 => 535)


--- trunk/rails-integration/pom.xml	2007-05-04 23:01:40 UTC (rev 534)
+++ trunk/rails-integration/pom.xml	2007-05-06 04:25:11 UTC (rev 535)
@@ -1,11 +1,11 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jruby.extras</groupId>
-  <artifactId>rails-integration</artifactId>
+  <artifactId>goldspike</artifactId>
   <packaging>jar</packaging>
   <version>1.2-SNAPSHOT</version>
-  <name>Rails Integration</name>
-  <description>Rails-Integration allows you to deploy your standard Rails web application to a J2EE server. You can package up your application as a WAR file for distribution, or simply run it in an expanded form.</description>
+  <name>GoldSpike</name>
+  <description>GoldSpike allows you to deploy your standard Rails web application to a J2EE server. You can package up your application as a WAR file for distribution, or simply run it in an expanded form.</description>
 
   <url>http://rubyforge.org/projects/jruby-extras</url>
 
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to