Author: michiel
Date: 2010-06-08 13:59:06 +0200 (Tue, 08 Jun 2010)
New Revision: 42458

Modified:
   mmbase/trunk/contributions/calendar/pom.xml
Log:
indentations, taglibdoc, description

Modified: mmbase/trunk/contributions/calendar/pom.xml
===================================================================
--- mmbase/trunk/contributions/calendar/pom.xml 2010-06-08 11:53:39 UTC (rev 
42457)
+++ mmbase/trunk/contributions/calendar/pom.xml 2010-06-08 11:59:06 UTC (rev 
42458)
@@ -12,38 +12,59 @@
   <version>${mmbase.version}</version>
   <packaging>war</packaging>
 
-  <description>This is an MMBased 'calendar' applictions. It demonstrates the 
MMBase datetime field, with timezone
-  and locale options. Also it uses the newest MMBase taglib features and 
itself provides new tags
-implemneted by tagx-files
+  <description>
+    This is an MMBased 'calendar' appliction. It demonstrates the MMBase 
datetime field, with timezone
+    and locale options. Also it uses the newest MMBase taglib features and 
itself provides new tags
+    implemented by tagx-files
 
 
-To install this calendar contribution:
---------------------------------------------------------------------------------
-- You need MMBase 1.8 or higher
-- You need a servlet 2.4 compatible application server like Tomcat 5.
+    To install this calendar contribution:
+    
--------------------------------------------------------------------------------
+    - You need MMBase 1.8 or higher
+    - You need a servlet 2.4 compatible application server like Tomcat 5.
 
 
-then:
-- Copy WEB-INF/lib/mmbase-calendar.jar to your WEB-INF/lib
-- Install the template pages found in web-app/templates in your webdir, e.g. 
in '/calendar'
-- Restart your application server
+    then:
+    - add org.mmbase:mmbase-calendar:war:2.0-SNAPSHOT to your dependencies.
+    - or manually unpack the war.
+    - Restart your application server
 
-Michiel Meeuwissen, July 2006</description>
+    Michiel Meeuwissen
+  </description>
 
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>net.sourceforge.maven-taglib</groupId>
+        <artifactId>maven-taglib-plugin</artifactId>
+        <configuration>
+          <dontRecurseIntoSubdirs>true</dontRecurseIntoSubdirs>
+        </configuration>
+        <executions>
+          <execution>
+            <goals>
+              <goal>taglibdocjar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
 
-<dependencies>
+
+  <dependencies>
     <dependency>
       <groupId>com.ibm.icu</groupId>
       <artifactId>icu4j</artifactId>
       <version>4.0.1</version>
     </dependency>
-</dependencies>
+  </dependencies>
 
-<repositories>
-  <repository>
-    <id>mmbase</id>
-    <url>http://www.mmbase.org/maven2</url>
-  </repository>
-</repositories>
+  <repositories>
+    <repository>
+      <id>mmbase</id>
+      <url>http://www.mmbase.org/maven2</url>
+    </repository>
+  </repositories>
 
-  </project>
+</project>

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to