Update of /var/cvs/all/base-webapp
In directory james.mmbase.org:/tmp/cvs-serv28290/base-webapp

Modified Files:
        pom.xml 
Log Message:
moved taglib to 'base webapp' because most of the templates in it use it.


See also: http://cvs.mmbase.org/viewcvs/all/base-webapp


Index: pom.xml
===================================================================
RCS file: /var/cvs/all/base-webapp/pom.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- pom.xml     17 Feb 2009 22:41:33 -0000      1.1
+++ pom.xml     4 Mar 2009 07:34:39 -0000       1.2
@@ -12,6 +12,10 @@
   <name>MMBase base webapp</name>
   <version>${mmbase.version}</version>
 
+  <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.
+  </description>
+
   <build>
     <defaultGoal>install</defaultGoal>
     <plugins>
@@ -39,6 +43,18 @@
       <artifactId>mmbase</artifactId>
       <version>${mmbase.version}</version>
     </dependency>
+
+    <!--
+         admin pages, generic editors templates use mmbase taglib
+         So it is more or less essential.
+    -->
+    <dependency>
+      <groupId>org.mmbase</groupId>
+      <artifactId>mmbase-taglib</artifactId>
+      <version>${mmbase.version}</version>
+      <type>war</type>
+    </dependency>
+
   </dependencies>
 
   <repositories>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to