Author: jkoster
Date: 2010-02-16 15:13:45 +0100 (Tue, 16 Feb 2010)
New Revision: 41077

Modified:
   
CMSContainer/branches/b1_7/CMSContainer_Demo/demo.cmscontainer.org/war/pom.xml
Log:
Turn on dynamic-forms for demo sites.

Modified: 
CMSContainer/branches/b1_7/CMSContainer_Demo/demo.cmscontainer.org/war/pom.xml
===================================================================
--- 
CMSContainer/branches/b1_7/CMSContainer_Demo/demo.cmscontainer.org/war/pom.xml  
    2010-02-16 14:13:43 UTC (rev 41076)
+++ 
CMSContainer/branches/b1_7/CMSContainer_Demo/demo.cmscontainer.org/war/pom.xml  
    2010-02-16 14:13:45 UTC (rev 41077)
@@ -1,16 +1,25 @@
 <?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/xsd/maven-4.0.0.xsd";>
-    <modelVersion>4.0.0</modelVersion>
+   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+   <modelVersion>4.0.0</modelVersion>
 
-    <parent>
-        <groupId>org.cmscontainer.demos</groupId>
-        <artifactId>cmsc-demo-base</artifactId>
-        <version>1.7.2-SNAPSHOT</version>
-    </parent>
-    
-    <artifactId>cmsc-demo-webapp</artifactId>
-    <packaging>war</packaging>
-    <name>CMS Container demo web application</name>
+   <parent>
+      <groupId>org.cmscontainer.demos</groupId>
+      <artifactId>cmsc-demo-base</artifactId>
+      <version>1.7.2-SNAPSHOT</version>
+   </parent>
 
+   <artifactId>cmsc-demo-webapp</artifactId>
+   <packaging>war</packaging>
+   <name>CMS Container demo web application</name>
+
+   <dependencies>
+      <dependency>
+         <groupId>org.cmscontainer.portlets</groupId>
+         <artifactId>cmsc-portlets-dynamicforms</artifactId>
+         <version>${cmsc.version}</version>
+         <type>war</type>
+      </dependency>
+   </dependencies>
+
 </project>
\ No newline at end of file

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

Reply via email to