summaryrefslogtreecommitdiffstats
path: root/tags/java-M1-20060522/java/BUILDING.txt
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-21 07:55:07 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-21 07:55:07 +0000
commite1539a531da3192dac843520d77c8c76e407a402 (patch)
treebb6d189a5e334edd77b4b4f201aba409231becad /tags/java-M1-20060522/java/BUILDING.txt
parent0f72626e59d77f0365c1e6bbb9420f6693ffc67d (diff)
Moving 1.x tags
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882849 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tags/java-M1-20060522/java/BUILDING.txt')
-rw-r--r--tags/java-M1-20060522/java/BUILDING.txt23
1 files changed, 0 insertions, 23 deletions
diff --git a/tags/java-M1-20060522/java/BUILDING.txt b/tags/java-M1-20060522/java/BUILDING.txt
deleted file mode 100644
index ac539de783..0000000000
--- a/tags/java-M1-20060522/java/BUILDING.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-Building tuscany/java
-=====================
-
-Initial Setup
--------------
-
-1) Install J2SE 5.0 SDK (1.5.0_06-b05 works)
-
-2) Install Maven:
-Download Maven 2.0.4 (download from http://maven.apache.org/download.html).
-
-
-
-Building
---------
-
-1) Change to the top level directory of the Tuscany Java project (tuscany/java) or at top level of your source distribution.
-2) Execute: mvn
-
-Note: Depending on the load of remote Mavan 2.0 repositories you may have to execute mvn several time until required
- dependencies are all located in your local maven repository. After you have completed a full successful build you
- can use "mvn -o" which is much faster.
-