summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-16 19:16:27 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-16 19:16:27 +0000
commit284c8ee71c2d89631ae58f88182b826504ad86ed (patch)
treee66e7b4a9642eaac2ddf7c34f682949b9dc1a12b
parent11b18c5bbb86dc0d054eaa12541146a93a6d8517 (diff)
Remove notice.dir setting from command for generating eclipse project files (TUSCANY-3676)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997886 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/BUILDING2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/BUILDING b/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/BUILDING
index 6552011e15..2a0730ad13 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/BUILDING
+++ b/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/BUILDING
@@ -75,7 +75,7 @@ Apache Tuscany SCA source code.
If you are an Eclipse user do the following
-mvn -Dnotice.dir=src/main/resources eclipse:eclipse
+mvn eclipse:eclipse
mvn -Declipse.workspace=<path-to-eclipse-workspace> eclipse:add-maven-repo
If you are an IDEA user do the following