User: schaefera
  Date: 01/12/03 07:33:25

  Modified:    .        build.xml
  Log:
  Fix for the 404 error message on the survey.
  
  Revision  Changes    Path
  1.4       +4 -1      website-survey/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/website-survey/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml 2001/10/02 22:33:43     1.3
  +++ build.xml 2001/12/03 15:33:25     1.4
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.3 2001/10/02 22:33:43 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.4 2001/12/03 15:33:25 schaefera Exp $ -->
   
   <project default="main" name="JBoss Website/Survey">
   
  @@ -428,6 +428,7 @@
           <include name="head.jsp"/>
           <include name="navigation.jsp"/>
           <include name="slogan.jsp"/>
  +        <include name="common/picabanner.jsp"/>
         </fileset>
       </war>
   
  @@ -450,6 +451,7 @@
           <include name="head.jsp"/>
           <include name="navigation.jsp"/>
           <include name="slogan.jsp"/>
  +        <include name="common/picabanner.jsp"/>
         </fileset>
       </war>
   
  @@ -472,6 +474,7 @@
           <include name="head.jsp"/>
           <include name="navigation.jsp"/>
           <include name="slogan.jsp"/>
  +        <include name="common/picabanner.jsp"/>
         </fileset>
       </war>
       
  
  
  

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

Reply via email to