Author: mfang
Date: 2009-06-05 11:32:01 +0200 (Fri, 05 Jun 2009)
New Revision: 35745

Added:
   CMSContainer/trunk/CMSContainer_Portlets/portlets-gallery2/
   CMSContainer/trunk/CMSContainer_Portlets/portlets-gallery2/README.txt
   CMSContainer/trunk/CMSContainer_Portlets/portlets-gallery2/pom.xml
   CMSContainer/trunk/CMSContainer_Portlets/portlets-gallery2/project.xml
Log:
CMSC-1369 Create Gallery2 using Assets

Added: CMSContainer/trunk/CMSContainer_Portlets/portlets-gallery2/README.txt
===================================================================
--- CMSContainer/trunk/CMSContainer_Portlets/portlets-gallery2/README.txt       
                        (rev 0)
+++ CMSContainer/trunk/CMSContainer_Portlets/portlets-gallery2/README.txt       
2009-06-05 09:32:01 UTC (rev 35745)
@@ -0,0 +1,2 @@
+DESCRIPTION:
+This portlet is used to display all the images of a specific content channel.

Added: CMSContainer/trunk/CMSContainer_Portlets/portlets-gallery2/pom.xml
===================================================================
--- CMSContainer/trunk/CMSContainer_Portlets/portlets-gallery2/pom.xml          
                (rev 0)
+++ CMSContainer/trunk/CMSContainer_Portlets/portlets-gallery2/pom.xml  
2009-06-05 09:32:01 UTC (rev 35745)
@@ -0,0 +1,16 @@
+<?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>
+
+    <parent>
+        <groupId>org.cmscontainer.portlets</groupId>
+        <artifactId>cmsc-portlets</artifactId>
+        <version>1.7-SNAPSHOT</version>
+    </parent>
+
+       <artifactId>cmsc-portlets-gallery2</artifactId>
+       <packaging>war</packaging>
+       <name>CMS Container Gallery 2 portlet</name>
+
+</project>
\ No newline at end of file

Added: CMSContainer/trunk/CMSContainer_Portlets/portlets-gallery2/project.xml
===================================================================
--- CMSContainer/trunk/CMSContainer_Portlets/portlets-gallery2/project.xml      
                        (rev 0)
+++ CMSContainer/trunk/CMSContainer_Portlets/portlets-gallery2/project.xml      
2009-06-05 09:32:01 UTC (rev 35745)
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+    <extend>${basedir}/../maven-base/project.xml</extend>
+    <artifactId>cmsc-portlets-gallery2</artifactId>
+    <name>Gallery 2 portlet</name>
+    <shortDescription>Gallery 2 portlet</shortDescription>
+       <dependencies>
+       </dependencies>
+</project>
+

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

Reply via email to