User: user57
Date: 01/12/10 17:01:07
Modified: . build.xml
Log:
o adding production jive 2.1.2 jar
o added sf.net logo to footer
o including fix.jsp until the jive folks fix the date problem
Revision Changes Path
1.9 +2 -11 website-forums/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/website-forums/build.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- build.xml 2001/12/06 03:25:26 1.8
+++ build.xml 2001/12/11 01:01:07 1.9
@@ -12,7 +12,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.8 2001/12/06 03:25:26 user57 Exp $ -->
+<!-- $Id: build.xml,v 1.9 2001/12/11 01:01:07 user57 Exp $ -->
<project default="main" name="JBoss Website/Forums">
@@ -199,16 +199,6 @@
<mkdir dir="${build.jive}"/>
<unjar src="${source.lib}/jive.jar" dest="${build.jive}"/>
- <!-- make sure this doesn't confuse jive or anyone else -->
- <delete file="${build.jive}/application/WEB-INF/classes/jive_init.properties"/>
-
- <!-- copy over support libs -->
- <copy todir="${build.jive}/application/WEB-INF/lib">
- <fileset dir="${source.lib}">
- <include name="mysql-jdbc.jar"/>
- </fileset>
- </copy>
-
<!-- copy over the custom web files -->
<copy todir="${build.jive}/application">
<fileset dir="${build.web}/forums">
@@ -232,6 +222,7 @@
<war warfile="${build.lib}/jive.war"
webxml="${build.metadata}/jive-web.xml">
<fileset dir="${build.jive}/application">
+ <exclude name="WEB-INF/**"/>
<include name="*/**"/>
</fileset>
</war>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development