summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authorkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-09-23 09:14:36 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-09-23 09:14:36 +0000
commit682bd59f4d626fef7f10f24e3430723ced8e7f76 (patch)
tree202bc43c72fd233e7117bc0a19d1a3977090c935 /sca-java-2.x
parent8fb68cc06bdb03c66fa0b6359495c5deb5ba5ccc (diff)
TUSCANY-3677 fix logging config due to recent move of logging.properties file
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000368 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x')
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/maven-osgi-junit/calculator-osgi/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/samples/learning-more/maven-osgi-junit/calculator-osgi/build.xml b/sca-java-2.x/trunk/samples/learning-more/maven-osgi-junit/calculator-osgi/build.xml
index 46522211f9..41a52737cc 100644
--- a/sca-java-2.x/trunk/samples/learning-more/maven-osgi-junit/calculator-osgi/build.xml
+++ b/sca-java-2.x/trunk/samples/learning-more/maven-osgi-junit/calculator-osgi/build.xml
@@ -45,7 +45,7 @@
<target name="run" depends="compile">
<java jar="../../features/tuscany-sca-manifest.jar" fork="true">
- <jvmarg value="-Djava.util.logging.config.file=../logging.properties"/>
+ <jvmarg value="-Djava.util.logging.config.file=logging.properties"/>
<!-- optional to set the deployable composite -->
<arg value="-composite"/>
<arg value="Calculator.composite"/>
@@ -58,7 +58,7 @@
<target name="run-equinox" depends="compile">
<java jar="../../features/tuscany-sca-equinox-manifest.jar" fork="true">
- <jvmarg value="-Djava.util.logging.config.file=../logging.properties"/>
+ <jvmarg value="-Djava.util.logging.config.file=logging.properties"/>
<arg value="-composite"/>
<arg value="Calculator.composite"/>
<arg value="-config"/>