diff options
Diffstat (limited to '')
-rw-r--r-- | sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/notification-ejb/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/notification-ejb/build.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/notification-ejb/build.xml index f77f400079..c8a2f6bd6e 100644 --- a/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/notification-ejb/build.xml +++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/notification-ejb/build.xml @@ -38,7 +38,7 @@ <pathelement location="target/${ant.project.name}.jar"/>
<path refid="compile-path"/>
<pathelement location="${env.TUSCANY_HOME}/lib/tuscany-sca-manifest.jar"/>
- <fileset dir="${openejb-dir}"/>
+ <path refid="openejb-path"/>
</classpath>
</java>
</target>
|