Author: lresende
Date: Wed Jun 2 22:59:37 2010
New Revision: 950810
URL: http://svn.apache.org/viewvc?rev=950810&view=rev
Log:
TUSCANY-3564 - Updated build instructions to specify JDK 6 requirement and
updated changes file to notify users we droped JDK 5 support
Modified:
tuscany/sca-java-2.x/trunk/BUILDING
tuscany/sca-java-2.x/trunk/CHANGES
Modified: tuscany/sca-java-2.x/trunk/BUILDING
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/BUILDING?rev=950810&r1=950809&r2=950810&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/BUILDING (original)
+++ tuscany/sca-java-2.x/trunk/BUILDING Wed Jun 2 22:59:37 2010
@@ -4,12 +4,12 @@ Building the Apache Tuscany SCA source d
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
Modified: tuscany/sca-java-2.x/trunk/CHANGES
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/CHANGES?rev=950810&r1=950809&r2=950810&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/CHANGES (original)
+++ tuscany/sca-java-2.x/trunk/CHANGES Wed Jun 2 22:59:37 2010
@@ -7,7 +7,8 @@ Highlights include:
- New Tuscany specific support for REST/JAXRS
- Started improving the layout of the samples to separate contributions from
launchers
- Further improvements to the distributed SCA domain support
-- Improved support for the SCAClient in distributed scenarios
+- Improved support for the SCAClient in distributed scenarios
+- Dropped support for JDK 5
- Numerous other bug fixes and improvements
Changes With Apache Tuscany SCA 2.0-M4 November 2009