/[PAMELA software]/quicklook/tracker/flight/macros/build.xml
ViewVC logotype

Diff of /quicklook/tracker/flight/macros/build.xml

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

revision 1.1 by pam-fi, Tue Mar 14 16:09:30 2006 UTC revision 1.2 by pam-fi, Tue Mar 21 15:54:05 2006 UTC
# Line 8  Line 8 
8      -->      -->
9          <!-- PAMELA Software(s) root directory -->          <!-- PAMELA Software(s) root directory -->
10          <property name="pamSoftware"          <property name="pamSoftware"
11                    value="/opt/yoda"/>                    value="/home/pamelaprod/pamela"/>
12          <!-- CERN's ROOT base directory -->          <!-- CERN's ROOT base directory -->
13          <property name="root"          <property name="root"
14                    value="/usr/local/root"/>                    value="/opt/root"/>
15          <!-- LOG4CXX base directory -->          <!-- LOG4CXX base directory -->
16          <property name="log4cxx"          <property name="log4cxx"
17                    value="/usr/local"/>                    value="/opt/log4cxx"/>
18          <!-- ant-contrib base directory -->          <!-- ant-contrib base directory -->
19          <property name="ant-contrib.lib"          <property name="ant-contrib.lib"
20                    value="/usr/share/ant/lib"/>                    value="/opt/ant-contrib/lib"/>
21                    
22          <property name="scripts.src"          <property name="scripts.src"
23                  value="${basedir}"/>                  value="${basedir}"/>
# Line 135  Line 135 
135                              </fileset>                              </fileset>
136                              <includepath location="${scripts.src}"/>                              <includepath location="${scripts.src}"/>
137                              <includepath location="${pamSoftware}/include"/>                              <includepath location="${pamSoftware}/include"/>
138                              <includepath location="${pamSoftware}/include/yoda/event"/>                              <includepath location="${pamSoftware}/include/yoda"/>
139                      </compiler>                      </compiler>
140                      <linker extends="scripts-link">                      <linker extends="scripts-link">
141                              <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"/>                              <includepath location="${pamSoftware}/include"/>
156                              <includepath location="${pamSoftware}/include/yoda/event"/>                              <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"/>

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

  ViewVC Help
Powered by ViewVC 1.1.23