Author: michiel
Date: 2009-06-03 13:07:45 +0200 (Wed, 03 Jun 2009)
New Revision: 35610

Added:
   mmbase/trunk/contributions/calendar/pom.xml
Log:


Added: mmbase/trunk/contributions/calendar/pom.xml
===================================================================
--- mmbase/trunk/contributions/calendar/pom.xml                         (rev 0)
+++ mmbase/trunk/contributions/calendar/pom.xml 2009-06-03 11:07:45 UTC (rev 
35610)
@@ -0,0 +1,42 @@
+<?xml version="1.0"?>
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.mmbase</groupId>
+    <artifactId>mmbase-application-parent</artifactId>
+    <version>1.9.1-rc2</version>
+  </parent>
+
+  <artifactId>mmbase-calendar</artifactId>
+  <name>MMBase Calendar</name>
+  <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
+
+
+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
+
+Michiel Meeuwissen, July 2006</description>
+
+
+
+<repositories>
+  <repository>
+    <id>mmbase</id>
+    <url>http://www.mmbase.org/maven2</url>
+  </repository>
+</repositories>
+
+  </project>

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to