User: user57
Date: 02/04/18 20:35:42
Modified: . build.xml
Log:
o jive 2.5 + build changes to include /common under /forums context
Revision Changes Path
1.11 +11 -1 website-forums/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/website-forums/build.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- build.xml 28 Feb 2002 04:57:48 -0000 1.10
+++ build.xml 19 Apr 2002 03:35:42 -0000 1.11
@@ -12,7 +12,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.10 2002/02/28 04:57:48 user57 Exp $ -->
+<!-- $Id: build.xml,v 1.11 2002/04/19 03:35:42 user57 Exp $ -->
<project default="main" name="JBoss Website/Forums">
@@ -88,6 +88,10 @@
<path id="dependentmodule.classpath">
</path>
+ <!-- Website (for .jsp includes) -->
+ <property name="jboss.website.root" value="${project.root}/website/output"/>
+ <property name="jboss.website.docs" value="${jboss.website.root}/docs"/>
+
<!-- ===== -->
<!-- Tasks -->
<!-- ===== -->
@@ -201,8 +205,14 @@
<!-- copy over the custom web files -->
<copy todir="${build.jive}/application">
+ <!-- our overrides -->
<fileset dir="${build.web}/forums">
<include name="**/*"/>
+ </fileset>
+
+ <!-- common files -->
+ <fileset dir="${jboss.website.docs}">
+ <include name="common/*"/>
</fileset>
</copy>
</target>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development