summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/BUILDING
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-06-02 22:59:37 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-06-02 22:59:37 +0000
commitb9a57408e9ab42edea081b1653155254238475d7 (patch)
tree7079bd7d6f92bf55c5650c70c3f50232b7e8adf2 /sca-java-2.x/trunk/BUILDING
parentebf4dfee78bbad32a0d2889df9abfbf36e5cd481 (diff)
TUSCANY-3564 - Updated build instructions to specify JDK 6 requirement and updated changes file to notify users we droped JDK 5 support
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950810 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/BUILDING')
-rw-r--r--sca-java-2.x/trunk/BUILDING6
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/BUILDING b/sca-java-2.x/trunk/BUILDING
index a652e7c092..1f7d52f93f 100644
--- a/sca-java-2.x/trunk/BUILDING
+++ b/sca-java-2.x/trunk/BUILDING
@@ -4,12 +4,12 @@ Building the Apache Tuscany SCA source distribution
Initial Setup
-------------
-1) Install J2SE 5.0 SDK, which can be downloaded from
- http://java.sun.com/j2se/1.5.0/download.jsp. Use version of 1.5.0_06 JDK or higher.
+1) Install J2SE 6.x JDK, which can be downloaded from
+ http://java.sun.com/javase/downloads/index.jsp.
2) Make sure that your JAVA_HOME environment variable is set to the newly installed
JDK location, and that your PATH includes %JAVA_HOME%\bin (windows) or
- $JAVA_HOME$/bin (unix).
+ $JAVA_HOME/bin (unix).
3) Install Maven 2.0.7 or higher (2.2.1 recommended), which can be downloaded from
http://maven.apache.org/download.html. Make sure that your PATH includes