cziegeler    2003/03/10 10:22:18

  Modified:    .        build.xml
  Log:
  Fixing eclipse-project build by adding jvm dependend source directories; adding 
warning message
  
  Revision  Changes    Path
  1.4       +11 -1     cocoon-2.1/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml 10 Mar 2003 18:08:38 -0000      1.3
  +++ build.xml 10 Mar 2003 18:22:18 -0000      1.4
  @@ -862,6 +862,15 @@
     <!-- Build the Eclipse projects files -->
     <target name="eclipse-project" depends="init" description="Generate the Eclipse 
project files">
   
  +    
<echo>+---------------------------------------------------------------------------+</echo>
  +    <echo>                        ${fullname} ${version} [${year}]</echo>
  +    
<echo>+---------------------------------------------------------------------------+</echo>
  +    <echo> Building Eclipse Project Files</echo>
  +    <echo>+---------------------------| W A R N I N G 
|-------------------------------+</echo>
  +    <echo>          The project files are targeted for use with JVM 
${target.vm}</echo>
  +    
<echo>+---------------------------------------------------------------------------+</echo>
  +
  +    <mkdir dir="${build}"/>
       <!-- prepare the various paths that will form the project -->
       <path id="srcs">
         <!-- main source dir -->
  @@ -873,6 +882,7 @@
         <!-- blocks source dirs -->
         <dirset dir="${blocks}">
           <include name="*/java"/>
  +        <include name="*/java${target.vm}"/>
         </dirset>
       </path>
   
  
  
  

Reply via email to