Update of /var/cvs/contributions/CMSContainer_Portlets/portlets-preferences
In directory james.mmbase.org:/tmp/cvs-serv25682

Modified Files:
        project.xml 
Log Message:
CMSC-950,Create Profile portlet


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-preferences
See also: http://www.mmbase.org/jira/browse/CMSC-950


Index: project.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-preferences/project.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- project.xml 17 Jun 2008 11:42:58 -0000      1.1
+++ project.xml 18 Jun 2008 01:27:07 -0000      1.2
@@ -4,6 +4,113 @@
     <artifactId>cmsc-portlets-preferences</artifactId>
     <name>Profile portlet</name>
     <shortDescription>Profile portlet</shortDescription>
-
+<dependencies>
+      <dependency>
+         <groupId>finalist</groupId>
+         <artifactId>cmsc-contentrepository</artifactId>
+         <version>${cmsc.version}</version>
+         <type>jar</type>
+      </dependency>
+      <dependency>
+         <groupId>finalist</groupId>
+         <artifactId>cmsc-sitemanagement</artifactId>
+         <version>${cmsc.version}</version>
+         <type>jar</type>
+      </dependency>
+      <dependency>
+         <groupId>finalist</groupId>
+         <artifactId>cmsc-contentrepository</artifactId>
+         <version>${cmsc.version}</version>
+         <type>jar</type>
+      </dependency>
+      <dependency>
+         <groupId>finalist</groupId>
+         <artifactId>cmsc-modules-community</artifactId>
+         <version>${cmsc.version}</version>
+         <type>jar</type>
+      </dependency>
+      <dependency>
+         <groupId>finalist</groupId>
+         <artifactId>cmsc-contentrepository</artifactId>
+         <version>${cmsc.version}</version>
+         <type>jar</type>
+      </dependency>
+      <dependency>
+         <groupId>finalist</groupId>
+         <artifactId>cmsc-portlets-login</artifactId>
+         <version>${cmsc.version}</version>
+         <type>jar</type>
+      </dependency>
+      <dependency>
+         <groupId>finalist</groupId>
+         <artifactId>cmsc-portlets-newsletter</artifactId>
+         <version>${cmsc.version}</version>
+         <type>jar</type>
+      </dependency>
+      <dependency>
+         <groupId>finalist</groupId>
+         <artifactId>cmsc-portal</artifactId>
+         <version>${cmsc.version}</version>
+         <type>jar</type>
+      </dependency>
+      <dependency>
+         <groupId>finalist</groupId>
+         <artifactId>cmsc-portlets</artifactId>
+         <version>${cmsc.version}</version>
+         <type>jar</type>
+      </dependency>
+      <dependency>
+         <groupId>finalist</groupId>
+         <artifactId>cmsc-taglib</artifactId>
+         <version>${cmsc.version}</version>
+         <type>jar</type>
+      </dependency>
+      <dependency>
+         <groupId>hibernate</groupId>
+         <artifactId>ejb3-persistence</artifactId>
+         <version>3.0</version>
+         <type>jar</type>
+         <properties>
+            <war.bundle>${war.bundle}</war.bundle>
+         </properties>
+      </dependency>
+      <dependency>
+         <groupId>acegisecurity</groupId>
+         <artifactId>acegi-security</artifactId>
+         <version>1.0.6</version>
+         <type>jar</type>
+         <properties>
+            <war.bundle>${war.bundle}</war.bundle>
+         </properties>
+      </dependency>
+      <!-- Spring dependencies -->
+      <dependency>
+         <groupId>springframework</groupId>
+         <artifactId>spring</artifactId>
+         <version>2.5.1</version>
+         <type>jar</type>
+         <properties>
+            <war.bundle>${war.bundle}</war.bundle>
+         </properties>
+      </dependency>
+      <dependency>
+         <groupId>springframework</groupId>
+         <artifactId>spring-test</artifactId>
+         <version>2.5.1</version>
+         <type>jar</type>
+         <properties>
+            <war.bundle>${war.bundle}</war.bundle>
+         </properties>
+      </dependency>
+      <dependency>
+         <groupId>springframework</groupId>
+         <artifactId>spring-webmvc-struts</artifactId>
+         <version>2.5.1</version>
+         <type>jar</type>
+         <properties>
+            <war.bundle>${war.bundle}</war.bundle>
+         </properties>
+      </dependency>
+   </dependencies>
 </project>
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to