Title: [waffle-scm] [152] trunk/examples/jruby-example/pom.xml: updated jruby-example pom.xml to include the src/main/ruby as resources so that they will be included in the war file
Revision
152
Author
mward
Date
2007-06-13 07:53:06 -0500 (Wed, 13 Jun 2007)

Log Message

updated jruby-example pom.xml to include the src/main/ruby as resources so that they will be included in the war file

Modified Paths

Diff

Modified: trunk/examples/jruby-example/pom.xml (151 => 152)

--- trunk/examples/jruby-example/pom.xml	2007-06-12 22:59:27 UTC (rev 151)
+++ trunk/examples/jruby-example/pom.xml	2007-06-13 12:53:06 UTC (rev 152)
@@ -39,6 +39,11 @@
   </dependencies>
 
   <build>
+    <resources>
+      <resource>
+        <directory>src/main/ruby</directory>
+      </resource>
+    </resources>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to