/[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.2 by kusanagi, Mon May 1 10:22:41 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
# Line 247  Line 248 
248              </cc>              </cc>
249      </target>      </target>
250            
251      <target depends="compileArrToXML, compileVarToXML, compileLogToXML, physEndRunToXML, runHeaderToXML, McmdToXML, orbitalRate" description="Deploy the scripts" name="deployDataToXML">      <target depends="compileArrToXML, compileVarToXML, compileTabToXML, compileLogToXML, physEndRunToXML, runHeaderToXML, McmdToXML, orbitalRate" description="Deploy the scripts" name="deployDataToXML">
252          <mkdir dir="${deploy}"/>          <mkdir dir="${deploy}"/>
253          <mkdir dir="${deploy.lib}"/>          <mkdir dir="${deploy.lib}"/>
254          <mkdir dir="${deploy.bin}"/>          <mkdir dir="${deploy.bin}"/>
# Line 256  Line 257 
257                      <fileset dir="${scripts.bin}" includes="*" excludes="*.*"/>                      <fileset dir="${scripts.bin}" includes="*" excludes="*.*"/>
258              </copy>              </copy>
259              <copy todir="${deploy.data}">              <copy todir="${deploy.data}">
260                      <fileset dir="Data" includes="*/*.*"/>                      <fileset dir="Data" includes="**/*.*"/>
261              </copy>              </copy>
262          <chmod dir="${deploy.bin}" perm="775" includes="**/*"/>          <chmod dir="${deploy.bin}" perm="775" includes="**/*"/>
263      </target>      </target>

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

  ViewVC Help
Powered by ViewVC 1.1.23