diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-09 12:12:24 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-09 12:12:24 +0000 |
commit | 0f66bd3aa2872ab6a6f82af983776775231af7b7 (patch) | |
tree | ea42efc606bc0d64b86ee0cb3f8b11aec7587552 | |
parent | 370f36e8d6cafe01ff2b6567a21656037df607f4 (diff) |
Update pom for new directory structure
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742429 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sandbox/travelsample/chapter-09/ui-contribution/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sandbox/travelsample/chapter-09/ui-contribution/pom.xml b/sandbox/travelsample/chapter-09/ui-contribution/pom.xml index 2fadc4d53b..83bbcbea50 100644 --- a/sandbox/travelsample/chapter-09/ui-contribution/pom.xml +++ b/sandbox/travelsample/chapter-09/ui-contribution/pom.xml @@ -67,6 +67,7 @@ <build> <finalName>${artifactId}</finalName> + <!-- <sourceDirectory>${basedir}/src</sourceDirectory> <resources> <resource> @@ -81,5 +82,6 @@ </excludes> </resource> </resources> + --> </build> </project> |