Update of /var/cvs/contributions/CMSContainer_Portlets/portlets-jforum
In directory james.mmbase.org:/tmp/cvs-serv4640
Modified Files:
README.txt
Log Message:
CMSC-989 , Upgrade JForum to latest stable release and make JARs to put in our
maven repos.
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-jforum
See also: http://www.mmbase.org/jira/browse/CMSC-989
Index: README.txt
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Portlets/portlets-jforum/README.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- README.txt 4 Jul 2008 02:59:39 -0000 1.9
+++ README.txt 4 Jul 2008 06:11:47 -0000 1.10
@@ -147,21 +147,13 @@
<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>
+ <version>2.3.9</version>
<type>jar</type>
<properties>
<war.bundle>${war.bundle}</war.bundle>
</properties>
</dependency>
+
<dependency>
<groupId>quartz</groupId>
<artifactId>quartz</artifactId>
@@ -189,6 +181,60 @@
<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>
<!-- jboss -->
<dependency>
<groupId>jboss</groupId>
@@ -289,29 +335,6 @@
</init-param>
</servlet>
- <!-- JForum JahiaWebapps bridge-->
- <servlet>
- <servlet-name>jForumJahiaWebApp</servlet-name>
-
<servlet-class>org.jahia.jahiawebapps.jforum.JForumJahiaWebAppBridge</servlet-class>
- </servlet>
- <!-- AJAX -->
- <servlet>
- <servlet-name>dwr-invoker</servlet-name>
- <servlet-class>uk.ltd.getahead.dwr.DWRServlet</servlet-class>
- <init-param>
- <param-name>configJForum</param-name>
- <param-value>WEB-INF/dwr-jforum.xml</param-value>
- </init-param>
- <init-param>
- <param-name>debug</param-name>
- <param-value>true</param-value>
- </init-param>
- </servlet>
-
- <servlet-mapping>
- <servlet-name>dwr-invoker</servlet-name>
- <url-pattern>/dwr/*</url-pattern>
- </servlet-mapping>
<servlet-mapping>
<servlet-name>jforum</servlet-name>
<url-pattern>*.page</url-pattern>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs