Update of
/var/cvs/contributions/CMSContainer_Demo/demo.cmscontainer.org/war-community
In directory
james.mmbase.org:/tmp/cvs-serv7202/demo.cmscontainer.org/war-community
Modified Files:
project.xml
Log Message:
CMSC-212 first version checkin .
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Demo/demo.cmscontainer.org/war-community
See also: http://www.mmbase.org/jira/browse/CMSC-212
Index: project.xml
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Demo/demo.cmscontainer.org/war-community/project.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- project.xml 14 Jan 2008 22:38:02 -0000 1.2
+++ project.xml 17 Jan 2008 08:07:40 -0000 1.3
@@ -2,8 +2,8 @@
<project>
<extend>${basedir}/../maven-base/project.xml</extend>
<artifactId>cmsc-community</artifactId>
- <name>Custom CMS Container community web application</name>
- <shortDescription>CMS Container community web
application</shortDescription>
+ <name>Custom CMS Container staging web application</name>
+ <shortDescription>CMS Container single web application</shortDescription>
<dependencies>
<dependency>
<groupId>finalist</groupId>
@@ -66,6 +66,12 @@
<type>mmbase-module</type>
</dependency>
+ <dependency>
+ <groupId>finalist</groupId>
+ <artifactId>cmsc-portlets-jforum</artifactId>
+ <version>${cmscportlets.version}</version>
+ <type>mmbase-module</type>
+ </dependency>
@@ -301,5 +307,126 @@
</dependency>
+
+ <!--begin dependency by JForum portlet.-->
+ <dependency>
+ <groupId>freemarker</groupId>
+ <artifactId>freemarker</artifactId>
+ <version>2.3.8</version>
+ <type>jar</type>
+ <properties>
+ <war.bundle>${war.bundle}</war.bundle>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>htmlparser</groupId>
+ <artifactId>htmlparser</artifactId>
+ <version>1.5</version>
+ <type>jar</type>
+ <properties>
+ <war.bundle>${war.bundle}</war.bundle>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>quartz</groupId>
+ <artifactId>quartz</artifactId>
+ <version>1.5.1</version>
+ <type>jar</type>
+ <properties>
+ <war.bundle>${war.bundle}</war.bundle>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>c3p0</groupId>
+ <artifactId>c3p0</artifactId>
+ <version>0.9.1</version>
+ <type>jar</type>
+ <properties>
+ <war.bundle>${war.bundle}</war.bundle>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>com.octo.captcha</groupId>
+ <artifactId>jcaptcha-all</artifactId>
+ <version>1.0-RC-2.0.1</version>
+ <type>jar</type>
+ <properties>
+ <war.bundle>${war.bundle}</war.bundle>
+ </properties>
+ </dependency>
+ <!--jboss-->
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-cache</artifactId>
+ <version>1.2.2</version>
+ <type>jar</type>
+ <properties>
+ <war.bundle>${war.bundle}</war.bundle>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-common</artifactId>
+ <version>4.0.2</version>
+ <type>jar</type>
+ <properties>
+ <war.bundle>${war.bundle}</war.bundle>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-j2ee</artifactId>
+ <version>4.0.2</version>
+ <type>jar</type>
+ <properties>
+ <war.bundle>${war.bundle}</war.bundle>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-jmx</artifactId>
+ <version>4.0.2</version>
+ <type>jar</type>
+ <properties>
+ <war.bundle>${war.bundle}</war.bundle>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-minimal</artifactId>
+ <version>4.0.2</version>
+ <type>jar</type>
+ <properties>
+ <war.bundle>${war.bundle}</war.bundle>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-system</artifactId>
+ <version>4.0.2</version>
+ <type>jar</type>
+ <properties>
+ <war.bundle>${war.bundle}</war.bundle>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>dwr</groupId>
+ <artifactId>dwr</artifactId>
+ <version>1.1.3</version>
+ <type>jar</type>
+ <properties>
+ <war.bundle>${war.bundle}</war.bundle>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>jgroups</groupId>
+ <artifactId>jgroups-all</artifactId>
+ <version>2.2.9.1</version>
+ <type>jar</type>
+ <properties>
+ <war.bundle>${war.bundle}</war.bundle>
+ </properties>
+ </dependency>
+ <!--end dependency by JForum portlet.-->
</dependencies>
</project>
\ No newline at end of file
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs