Project

General

Profile

hotel_import_fix.patch

Teodor Gorghe, 07/31/2026 02:53 AM

Download (1.2 KB)

View differences:

new/build.xml 2026-07-31 06:52:56 +0000
139 139

  
140 140
   <!-- path used when running application related tasks -->
141 141
   <path id="app.classpath">
142
      <fileset dir="${fwd.lib.home}"    includes="*.jar"/>
143
      <fileset dir="${deploy.home}/lib" includes="*.jar"/>
142
      <pathelement location="${fwd.lib.home}/p2j.jar"/>
143
      <pathelement location="${fwd.lib.home}/fwdspi.jar"/>
144
      <pathelement location="${fwd.lib.home}/fwdaopltw.jar"/>
145
      <pathelement location="${deploy.home}/lib/${appname}.jar"/>
144 146
   </path>
145 147

  
146 148
   <!-- path used when running database import tasks -->
147 149
   <path id="import.classpath">
148
      <fileset dir="${fwd.lib.home}"    includes="*.jar"/>
149
      <fileset dir="${deploy.home}/lib" includes="*.jar"/>
150
      <fileset dir="${build.home}/lib"  includes="*.jar"/>
150
      <pathelement location="${fwd.lib.home}/p2j.jar"/>
151
      <pathelement location="${fwd.lib.home}/fwdspi.jar"/>
152
      <pathelement location="${fwd.lib.home}/fwdaopltw.jar"/>
153
      <pathelement location="${deploy.home}/lib/${appname}.jar"/>
154
      <pathelement location="${build.home}/lib/${appname}.jar"/>
151 155
   </path>
152 156
   
153 157
   <tstamp>