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

Diff of /quicklook/QLflightTmtc_Header/build.xml

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

revision 1.3 by pam-fi, Tue Jun 20 11:02:27 2006 UTC revision 1.4 by pam-rm2, Tue Jul 4 08:30:41 2006 UTC
# Line 1  Line 1 
1  <?xml version="1.0" encoding="UTF-8"?>  <?xml version="1.0" encoding="UTF-8"?>
2  <project basedir="." default="deployAll" name="deployS4scripts">  <project basedir="." default="all" name="deployS4scripts">
3      <property environment="env"/>      <property environment="env"/>
4    
5      <!--      <!--
# Line 7  Line 7 
7          Modify here the parameters according to your own system          Modify here the parameters according to your own system
8      -->      -->
9          <!-- PAMELA Software(s) root directory -->          <!-- PAMELA Software(s) root directory -->
10  <!--    <property name="pamSoftware" value="/home/pamelaprod/yoda"/>-->          <property name="pamSoftware"
11                    value="/home/pamelaprod/yoda"/>
12          <!-- CERN's ROOT base directory -->          <!-- CERN's ROOT base directory -->
13  <!--    <property name="root"  value="/opt/root"/>-->          <property name="root"
14                      value="/opt/root"/>
15          <!-- LOG4CXX base directory -->          <!-- LOG4CXX base directory -->
16  <!--    <property name="log4cxx"   value="/opt/log4cxx"/>-->          <property name="log4cxx"
17                      value="/opt/log4cxx"/>
18          <!-- ant-contrib base directory -->          <!-- ant-contrib base directory -->
19  <!--    <property name="ant-contrib.lib"  value="/opt/ant-contrib/lib"/>-->          <property name="ant-contrib.lib"
20                      value="/opt/ant-contrib/lib"/>
21          <!-- source base directory -->          <!-- source base directory -->
22  <!--    <property name="scripts.src"  value="${basedir}"/>-->          <property name="scripts.src"
23                      value="${basedir}"/>
24                    
         <property name="pamSoftware" value="/home/elena/PAMELA/Software-from-CVS/work/"/>        
         <property name="root" value="/home/cern-ROOT/root/"/>  
         <property name="log4cxx" value="/usr/local/"/>  
         <property name="ant-contrib.lib" value="/home/rpm/apache-ant-1.6.5/lib"/>  
         <property name="scripts.src"  value="${basedir}"/>  
25          <!--          <!--
26               CONFIGURATION PARAMETERS (optional)               CONFIGURATION PARAMETERS (optional)
27               If your system have custom installation, uncomment and modify               If your system have custom installation, uncomment and modify
# Line 132  Line 132 
132                              </fileset>                              </fileset>
133                              <includepath location="${scripts.src}"/>                              <includepath location="${scripts.src}"/>
134                              <includepath location="${pamSoftware}/include/utils"/>                              <includepath location="${pamSoftware}/include/utils"/>
135                              <includepath location="${pamSoftware}/include/yoda/"/>                              <includepath location="${pamSoftware}/include/yoda"/>
136                      </compiler>                      </compiler>
137                      <linker extends="scripts-link">                      <linker extends="scripts-link">
138                              <libset dir="${pamSoftware}/lib" libs="yoda, utils"/>                              <libset dir="${pamSoftware}/lib" libs="yoda, utils"/>
# Line 153  Line 153 
153                              </fileset>                              </fileset>
154                              <includepath location="${scripts.src}"/>                              <includepath location="${scripts.src}"/>
155                              <includepath location="${pamSoftware}/include/utils"/>                              <includepath location="${pamSoftware}/include/utils"/>
156                              <includepath location="${pamSoftware}/include/yoda/"/>                              <includepath location="${pamSoftware}/include/yoda"/>
157                      </compiler>                      </compiler>
158                      <linker extends="scripts-link">                      <linker extends="scripts-link">
159                              <libset dir="${pamSoftware}/lib" libs="yoda, utils"/>                              <libset dir="${pamSoftware}/lib" libs="yoda, utils"/>
# Line 172  Line 172 
172                              </fileset>                              </fileset>
173                              <includepath location="${scripts.src}"/>                              <includepath location="${scripts.src}"/>
174                              <includepath location="${pamSoftware}/include/utils"/>                              <includepath location="${pamSoftware}/include/utils"/>
175                              <includepath location="${pamSoftware}/include/yoda/"/>                              <includepath location="${pamSoftware}/include/yoda"/>
176                      </compiler>                      </compiler>
177                      <linker extends="scripts-link">                      <linker extends="scripts-link">
178                              <libset dir="${pamSoftware}/lib" libs="yoda, utils"/>                              <libset dir="${pamSoftware}/lib" libs="yoda, utils"/>

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

  ViewVC Help
Powered by ViewVC 1.1.23