You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2006/04/16 18:46:51 UTC

svn commit: r394507 - /cocoon/trunk/blocks/cocoon-scratchpad/pom.xml

Author: antonio
Date: Sun Apr 16 09:46:49 2006
New Revision: 394507

URL: http://svn.apache.org/viewcvs?rev=394507&view=rev
Log:
Use the same format as other poms.

Modified:
    cocoon/trunk/blocks/cocoon-scratchpad/pom.xml

Modified: cocoon/trunk/blocks/cocoon-scratchpad/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/blocks/cocoon-scratchpad/pom.xml?rev=394507&r1=394506&r2=394507&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-scratchpad/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-scratchpad/pom.xml Sun Apr 16 09:46:49 2006
@@ -27,19 +27,12 @@
     <artifactId>cocoon-blocks-modules</artifactId>
     <version>1-SNAPSHOT</version>
   </parent>
-  
   <modelVersion>4.0.0</modelVersion>
-  
   <groupId>org.apache.cocoon</groupId>
   <artifactId>cocoon-scratchpad</artifactId>
-  <version>1-SNAPSHOT</version>
-    
   <packaging>pom</packaging>
-  
-  <name>scratchpad Block</name>
-
-  <description></description>
-  
+  <name>Scratchpad Block</name>
+  <version>1-SNAPSHOT</version>
   <modules>
     <module>cocoon-scratchpad-impl</module>
     <module>cocoon-scratchpad-sample</module>