You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2007/10/26 02:17:05 UTC

svn commit: r588436 - /cocoon/trunk/core/cocoon-webapp/pom.xml

Author: vgritsenko
Date: Thu Oct 25 17:17:04 2007
New Revision: 588436

URL: http://svn.apache.org/viewvc?rev=588436&view=rev
Log:
reorder dependencies

Modified:
    cocoon/trunk/core/cocoon-webapp/pom.xml

Modified: cocoon/trunk/core/cocoon-webapp/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-webapp/pom.xml?rev=588436&r1=588435&r2=588436&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-webapp/pom.xml (original)
+++ cocoon/trunk/core/cocoon-webapp/pom.xml Thu Oct 25 17:17:04 2007
@@ -72,7 +72,14 @@
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-servlet-service-components</artifactId>
     </dependency>
-    
+
+    <!-- Cocoon Welcome Page -->
+    <dependency>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-welcome</artifactId>
+    </dependency>
+
+    <!-- Cocoon Core Samples -->
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-core-main-sample</artifactId>
@@ -81,6 +88,10 @@
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-core-additional-sample</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-servlet-service-sample</artifactId>
+    </dependency>
 
     <!-- Cocoon Sample Blocks -->
     <dependency>
@@ -94,16 +105,6 @@
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-template-sample</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.cocoon</groupId>
-      <artifactId>cocoon-welcome</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.cocoon</groupId>
-      <artifactId>cocoon-servlet-service-sample</artifactId>
     </dependency>
   </dependencies>