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

svn commit: r503743 - in /cocoon/trunk/blocks/cocoon-samples-style: cocoon-samples-style-default/pom.xml pom.xml

Author: reinhard
Date: Mon Feb  5 08:00:11 2007
New Revision: 503743

URL: http://svn.apache.org/viewvc?view=rev&rev=503743
Log:
flatting POM hierarchy

Removed:
    cocoon/trunk/blocks/cocoon-samples-style/pom.xml
Modified:
    cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/pom.xml

Modified: cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/pom.xml?view=diff&rev=503743&r1=503742&r2=503743
==============================================================================
--- cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/pom.xml Mon Feb  5 08:00:11 2007
@@ -19,19 +19,21 @@
 -->
 <!--+
     | @version $Id$
-    |
     +-->
 <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>
+  <packaging>jar</packaging>  
+  
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-samples-style</artifactId>
     <version>1-SNAPSHOT</version>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <packaging>jar</packaging>
-  <name>Cocoon-samples-style-default</name>
+  <name>Cocoon Samples Style Default Block</name>
   <artifactId>cocoon-samples-style-default</artifactId>
   <version>1.0.0-SNAPSHOT</version>
+  
   <build>
     <finalName>cocoon-samples-style-default</finalName>
     <plugins>
@@ -57,6 +59,7 @@
       </plugin>
     </plugins>
   </build>
+  
   <dependencies>
     <dependency>
       <groupId>org.apache.cocoon</groupId>
@@ -69,4 +72,5 @@
       <version>1.0.0-M3-SNAPSHOT</version>
     </dependency>
   </dependencies>
+  
 </project>