Author: michiel
Date: 2010-01-07 18:19:10 +0100 (Thu, 07 Jan 2010)
New Revision: 40406

Modified:
   mmbase/trunk/base-webapp/pom.xml
Log:
added a remark about running base-webapp itself

Modified: mmbase/trunk/base-webapp/pom.xml
===================================================================
--- mmbase/trunk/base-webapp/pom.xml    2010-01-07 17:13:45 UTC (rev 40405)
+++ mmbase/trunk/base-webapp/pom.xml    2010-01-07 17:19:10 UTC (rev 40406)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+ <?xml version="1.0" encoding="UTF-8"?>
 <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>
@@ -22,8 +22,11 @@
   </properties>
 
   <description>
-    This is a minimalistic war containing the essentials for an MMBase web 
applications.
-    This can be used as initial war overlay for your own project.
+    This is a minimalistic war containing the essentials for an MMBase web 
applications.  This can be used as initial
+    war overlay for your own project.
+
+    It will run on its own, but only if a jdbc/MMBase datasource is provided 
(for hsql,
+    otherwise also override the mmbaseroot/database property).
   </description>
 
   <build>

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

Reply via email to