Change incorrect package scatours to scatours.payment
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907387 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
44527dda1f
commit
90aa125bf2
6 changed files with 6 additions and 6 deletions
|
@ -24,7 +24,7 @@
|
|||
</path>
|
||||
|
||||
<target name="run">
|
||||
<java classname="scatours.PaymentLauncher" fork="true">
|
||||
<java classname="scatours.payment.PaymentLauncher" fork="true">
|
||||
<classpath>
|
||||
<pathelement location="target/${ant.project.name}.jar"/>
|
||||
<path refid="compile-path"/>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
</path>
|
||||
|
||||
<target name="run">
|
||||
<java classname="scatours.PaymentLauncher" fork="true">
|
||||
<java classname="scatours.payment.PaymentLauncher" fork="true">
|
||||
<classpath>
|
||||
<pathelement location="target/${ant.project.name}.jar"/>
|
||||
<path refid="compile-path"/>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
</path>
|
||||
|
||||
<target name="run">
|
||||
<java classname="scatours.PaymentLauncher" fork="true">
|
||||
<java classname="scatours.payment.PaymentLauncher" fork="true">
|
||||
<classpath>
|
||||
<pathelement location="target/${ant.project.name}.jar"/>
|
||||
<path refid="compile-path"/>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
</path>
|
||||
|
||||
<target name="run">
|
||||
<java classname="scatours.PaymentLauncher" fork="true">
|
||||
<java classname="scatours.payment.PaymentLauncher" fork="true">
|
||||
<classpath>
|
||||
<pathelement location="target/${ant.project.name}.jar"/>
|
||||
<path refid="compile-path"/>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
</path>
|
||||
|
||||
<target name="run">
|
||||
<java classname="scatours.PaymentLauncher" fork="true">
|
||||
<java classname="scatours.payment.PaymentLauncher" fork="true">
|
||||
<classpath>
|
||||
<pathelement location="target/${ant.project.name}.jar"/>
|
||||
<path refid="compile-path"/>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
</path>
|
||||
|
||||
<target name="run">
|
||||
<java classname="scatours.PaymentLauncher" fork="true">
|
||||
<java classname="scatours.payment.PaymentLauncher" fork="true">
|
||||
<classpath>
|
||||
<pathelement location="target/${ant.project.name}.jar"/>
|
||||
<path refid="compile-path"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue