Title: [waffle-scm] [278] trunk: Ensured correct dependendencies are bundled in examples webapps.
Revision
278
Author
mauro
Date
2007-07-25 09:25:36 -0500 (Wed, 25 Jul 2007)

Log Message

Ensured correct dependendencies are bundled in examples webapps.

Modified Paths


Diff

Modified: trunk/examples/pom.xml (277 => 278)

--- trunk/examples/pom.xml	2007-07-24 21:24:52 UTC (rev 277)
+++ trunk/examples/pom.xml	2007-07-25 14:25:36 UTC (rev 278)
@@ -29,6 +29,21 @@
       <groupId>${pom.groupId}</groupId>
       <artifactId>waffle-taglib</artifactId>
       <version>${pom.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>jstl</artifactId>
+      <scope>runtime</scope>      
+    </dependency>
+    <dependency>
+      <groupId>taglibs</groupId>
+      <artifactId>standard</artifactId>
+      <scope>runtime</scope>
     </dependency>    
   </dependencies>
 
@@ -49,7 +64,6 @@
             </goals>
             <configuration>
               <source>
-                <body>
                   def ant = new AntBuilder()
                   def webapp = "${project.build.directory}/${pom.artifactId}.war"
                   if ( new File(webapp).exists() ){
@@ -57,7 +71,6 @@
                     ant.copy(file: "${webapp}", 
                             todir: "${webapp.deploy.dir}", verbose: true, overwrite: true)
                   }
-                </body>
               </source>
             </configuration>
           </execution>

Modified: trunk/extensions/taglib/pom.xml (277 => 278)

--- trunk/extensions/taglib/pom.xml	2007-07-24 21:24:52 UTC (rev 277)
+++ trunk/extensions/taglib/pom.xml	2007-07-25 14:25:36 UTC (rev 278)
@@ -18,8 +18,13 @@
     </dependency>
     <dependency>
       <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+      <scope>provided</scope>
+    </dependency>    
+    <dependency>
+      <groupId>javax.servlet</groupId>
       <artifactId>jsp-api</artifactId>
-      <scope>compile</scope>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>javax.servlet</groupId>

Modified: trunk/pom.xml (277 => 278)

--- trunk/pom.xml	2007-07-24 21:24:52 UTC (rev 277)
+++ trunk/pom.xml	2007-07-25 14:25:36 UTC (rev 278)
@@ -42,8 +42,8 @@
       <dependency>
         <groupId>javax.servlet</groupId>
         <artifactId>jsp-api</artifactId>
+        <version>2.0</version>
         <scope>provided</scope>
-        <version>2.0</version>
       </dependency>
       <dependency>
         <groupId>javax.servlet</groupId>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to