Author: rr
Date: Wed Apr 14 11:58:24 2010
New Revision: 933917

URL: http://svn.apache.org/viewvc?rev=933917&view=rev
Log:
ODE-776: Fixed compile error under windows

Modified:
    ode/branches/APACHE_ODE_1.X/dao-hibernate/pom.xml

Modified: ode/branches/APACHE_ODE_1.X/dao-hibernate/pom.xml
URL: 
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/dao-hibernate/pom.xml?rev=933917&r1=933916&r2=933917&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/dao-hibernate/pom.xml (original)
+++ ode/branches/APACHE_ODE_1.X/dao-hibernate/pom.xml Wed Apr 14 11:58:24 2010
@@ -105,7 +105,7 @@
              <configuration>
                <source>
                  import java.io.File
-                 def process_instance_hbm_file = new 
File('${project.build.outputDirectory}', 
'org/apache/ode/daohib/bpel/hobj/HProcessInstance.hbm.xml')
+                 def process_instance_hbm_file = new 
File(project.build.outputDirectory, 
'org/apache/ode/daohib/bpel/hobj/HProcessInstance.hbm.xml')
                  def contents = process_instance_hbm_file.text
                  if (!contents.contains('not-found="ignore"')) {
                      process_instance_hbm_file.text = 
contents.replace('class="org.apache.ode.daohib.bpel.hobj.HProcess"',


Reply via email to