Update of
/var/cvs/contributions/CMSContainer_Demo/demo.cmscontainer.org/war-staging
In directory james.mmbase.org:/tmp/cvs-serv28697/war-staging
Modified Files:
project.xml
Log Message:
CMSC-1104, JForum portlet does not work on test environment, added dependencies
taht JForum-portlet needed in community and staging
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Demo/demo.cmscontainer.org/war-staging
See also: http://www.mmbase.org/jira/browse/CMSC-1104
Index: project.xml
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Demo/demo.cmscontainer.org/war-staging/project.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- project.xml 1 Aug 2008 14:47:06 -0000 1.6
+++ project.xml 12 Dec 2008 04:28:51 -0000 1.7
@@ -52,6 +52,98 @@
<mmbase.config.bundle>false</mmbase.config.bundle>
</properties>
</dependency>
+<!--begin dependency by JForum portlet. -->
+ <dependency>
+ <groupId>freemarker</groupId>
+ <artifactId>freemarker</artifactId>
+ <version>2.3.9</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>
+ <dependency>
+ <groupId>lucene</groupId>
+ <artifactId>lucene-core</artifactId>
+ <version>2.3.2</version>
+ <type>jar</type>
+ <properties>
+ <war.bundle>${war.bundle}</war.bundle>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>lucene</groupId>
+ <artifactId>lucene-highlighter</artifactId>
+ <version>2.3.2</version>
+ <type>jar</type>
+ <properties>
+ <war.bundle>${war.bundle}</war.bundle>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>lucene</groupId>
+ <artifactId>lucene-analyzers</artifactId>
+ <version>2.3.2</version>
+ <type>jar</type>
+ <properties>
+ <war.bundle>${war.bundle}</war.bundle>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>jforum</groupId>
+ <artifactId>jforum</artifactId>
+ <version>2.1.8</version>
+ <type>jar</type>
+ <properties>
+ <war.bundle>${war.bundle}</war.bundle>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>javamail</groupId>
+ <artifactId>mail</artifactId>
+ <version>1.4</version>
+ <type>jar</type>
+ <properties>
+ <war.bundle>${war.bundle}</war.bundle>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>concurrent</groupId>
+ <artifactId>concurrent</artifactId>
+ <version>1.3.2</version>
+ <type>jar</type>
+ <properties>
+ <war.bundle>${war.bundle}</war.bundle>
+ </properties>
+ </dependency>
</dependencies>
</project>
\ No newline at end of file
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs