Author: jmitchell
Date: Sun Oct 29 06:59:52 2006
New Revision: 468915

URL: http://svn.apache.org/viewvc?view=rev&rev=468915
Log:
Adding j4 dependency if profile matches

Modified:
    shale/framework/trunk/shale-dist/pom.xml

Modified: shale/framework/trunk/shale-dist/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-dist/pom.xml?view=diff&rev=468915&r1=468914&r2=468915
==============================================================================
--- shale/framework/trunk/shale-dist/pom.xml (original)
+++ shale/framework/trunk/shale-dist/pom.xml Sun Oct 29 06:59:52 2006
@@ -58,7 +58,21 @@
                              </plugin>            
         </plugins>
     </build>
-
+    
+    <profiles>
+      <profile>
+        <id>j4</id>
+        <dependencies>
+          <dependency>
+               <groupId>org.apache.shale</groupId>
+               <artifactId>shale-tiger-j4</artifactId>
+               <version>${version}</version>
+             </dependency>
+        </dependencies>
+         </profile>
+       </profiles>
+       
+       
     <dependencies>
 
         <dependency>


Reply via email to