From 96dc40e577087b948f560c03682b94fed397f383 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 25 Aug 2008 16:05:56 +0000 Subject: Updated the lists of modules and dependencies to match the latest state of trunk. Minor fixes to the build helper scripts. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688769 13f79535-47bb-0310-9956-ffa450edef68 --- java/sca/distribution/features/etc/generate-down-dependencies.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'java/sca/distribution/features/etc/generate-down-dependencies.sh') diff --git a/java/sca/distribution/features/etc/generate-down-dependencies.sh b/java/sca/distribution/features/etc/generate-down-dependencies.sh index 9898835c25..d8ad5b75f3 100755 --- a/java/sca/distribution/features/etc/generate-down-dependencies.sh +++ b/java/sca/distribution/features/etc/generate-down-dependencies.sh @@ -48,7 +48,9 @@ echo " " echo " org.apache.tuscany.sca:*" echo " " echo " " + mvn -o dependency:list | awk '/.INFO. (.*.tuscany.sca):(tuscany-)(.*):(.*):(.*):(.*)/ { print gensub("(.INFO. )(.*)(:)(.*)(:)(.*)(:)(.*)(:)(.*)", "\\2:\\4", "g") }' | sort | awk '{ printf " %s\n", $1 }' + echo " " echo " " echo "" @@ -58,13 +60,12 @@ echo " lib" echo " false" echo " true" echo " " + mvn -o dependency:list | awk '/.INFO. (.*):(.*):(.*):(.*):(.*)/ && !/(.*)(.tuscany.sca):(.*)/ { print gensub("(.INFO. )(.*)(:)(.*)(:)(.*)(:)(.*)(:)(.*)", "\\2:\\4", "g") }' | sort | awk '{ printf " %s\n", $1 }' + echo " org.apache.tuscany.sca:*" echo " " echo " " echo " " - - echo "" -echo "" -- cgit v1.2.3