/[PAMELA software]/quicklook/dataToXML/build.xml
ViewVC logotype

Diff of /quicklook/dataToXML/build.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by kusanagi, Tue May 2 14:32:23 2006 UTC revision 1.5 by kusanagi, Mon Jun 12 06:13:43 2006 UTC
# Line 2  Line 2 
2  <project basedir="." default="compileAll" name="scripts">  <project basedir="." default="compileAll" name="scripts">
3      <property environment="env"/>      <property environment="env"/>
4    
5        <!-- CONFIGURATION FILE. The properties in this file overwrite the previous properties -->
6            <property file="../../KYoda.properties"/>
7        <!-- CONFIGURATION FILE. The properties in this file overwrite the previous properties -->
8            
9      <!--      <!--
10          CONFIGURATION PARAMETERS          CONFIGURATION PARAMETERS
11          Modify here the parameters according to your own system          Modify here the parameters according to your own system
# Line 22  Line 26 
26          <property name="scripts.src"          <property name="scripts.src"
27                    value="${basedir}"/>                    value="${basedir}"/>
28                    
29          <!-- CONFIGURATION FILE. The properties in this file overwrite the previous properties -->  
                 <property file="../../KYoda.properties"/>  
         <!-- CONFIGURATION FILE. The properties in this file overwrite the previous properties -->  
           
30    
31      <!--      <!--
32               PARAMETRIZED PARAMETERS               PARAMETRIZED PARAMETERS

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.23