User: user57  
  Date: 02/04/17 16:24:25

  Modified:    survey   build.xml
  Log:
   o fixed up local modules, should build ok now
  
  Revision  Changes    Path
  1.2       +7 -6      website/survey/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/website/survey/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml 17 Apr 2002 22:06:20 -0000      1.1
  +++ build.xml 17 Apr 2002 23:24:25 -0000      1.2
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.1 2002/04/17 22:06:20 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.2 2002/04/17 23:24:25 user57 Exp $ -->
   
   <project default="main" name="JBoss Website/Survey">
   
  @@ -116,8 +116,8 @@
       </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"/>
  +    <property name="jboss.content.root" value="${project.root}/content/output"/>
  +    <property name="jboss.content.docs" value="${jboss.content.root}/web/default"/>
   
       <!-- The combined dependent module classpath -->
       <path id="dependentmodule.classpath">
  @@ -184,6 +184,7 @@
       <path id="xdoclet.task.classpath">
         <path refid="javac.classpath"/>
         <pathelement location="${project.tools}/lib/xdoclet.jar"/>
  +      <pathelement location="${project.tools}/lib/xjavadoc.jar"/>
         <pathelement location="${project.tools}/lib/ant.jar"/>
       </path>
       <taskdef name="xdoclet" classname="xdoclet.ejb.EjbDocletTask"/>
  @@ -343,7 +344,7 @@
            | don't really like this, must be a better way.
          -->
   
  -      <fileset dir="${jboss.website.docs}">
  +      <fileset dir="${jboss.content.docs}">
           <include name="head.jsp"/>
           <include name="navigation.jsp"/>
           <include name="slogan.jsp"/>
  @@ -366,7 +367,7 @@
            | don't really like this, must be a better way.
          -->
   
  -      <fileset dir="${jboss.website.docs}">
  +      <fileset dir="${jboss.content.docs}">
           <include name="head.jsp"/>
           <include name="navigation.jsp"/>
           <include name="slogan.jsp"/>
  @@ -389,7 +390,7 @@
            | don't really like this, must be a better way.
          -->
   
  -      <fileset dir="${jboss.website.docs}">
  +      <fileset dir="${jboss.content.docs}">
           <include name="head.jsp"/>
           <include name="navigation.jsp"/>
           <include name="slogan.jsp"/>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to