diff options
author | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-23 10:26:27 +0000 |
---|---|---|
committer | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-23 10:26:27 +0000 |
commit | 2c9d577c04a57fc538ebb62432398cd529a5b85f (patch) | |
tree | 073c36edac4e3492fa38e592d21b7e7d565ce18a /sca-java-2.x/trunk/samples | |
parent | 682bd59f4d626fef7f10f24e3430723ced8e7f76 (diff) |
TUSCANY-3677 logging-scribe was not enabled before reorg, and does not build cleanly, so re-disabling it for now
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000396 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples')
-rw-r--r-- | sca-java-2.x/trunk/samples/learning-more/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/samples/learning-more/pom.xml b/sca-java-2.x/trunk/samples/learning-more/pom.xml index 9e4cd9cb45..c690b839f3 100644 --- a/sca-java-2.x/trunk/samples/learning-more/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/pom.xml @@ -50,7 +50,7 @@ <module>sca-client</module> <module>async</module> <module>maven-osgi-junit</module> - <module>logging-scribe</module> + <!-- <module>logging-scribe</module> --> </modules> </profile> </profiles> |