Author: dkulp Date: Thu Nov 11 21:10:27 2010 New Revision: 1034131 URL: http://svn.apache.org/viewvc?rev=1034131&view=rev Log: Merged revisions 1034105 via svnmerge from https://svn.apache.org/repos/asf/cxf/branches/2.3.x-fixes
................ r1034105 | dkulp | 2010-11-11 15:36:19 -0500 (Thu, 11 Nov 2010) | 9 lines Merged revisions 1031214 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1031214 | bimargulies | 2010-11-04 16:21:21 -0400 (Thu, 04 Nov 2010) | 1 line Make it easier for new users to get started with their classpaths. ........ ................ Modified: cxf/branches/2.2.x-fixes/ (props changed) cxf/branches/2.2.x-fixes/distribution/src/main/release/lib/WHICH_JARS cxf/branches/2.2.x-fixes/distribution/src/main/release/release_notes.txt Propchange: cxf/branches/2.2.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-integrated' - no diff available. Modified: cxf/branches/2.2.x-fixes/distribution/src/main/release/lib/WHICH_JARS URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/distribution/src/main/release/lib/WHICH_JARS?rev=1034131&r1=1034130&r2=1034131&view=diff ============================================================================== --- cxf/branches/2.2.x-fixes/distribution/src/main/release/lib/WHICH_JARS (original) +++ cxf/branches/2.2.x-fixes/distribution/src/main/release/lib/WHICH_JARS Thu Nov 11 21:10:27 2010 @@ -3,6 +3,9 @@ dependencies, and many optional dependen contains the cxf.jar split up into smaller pieces if you wish to use only specific parts of CXF. +The 'manifest jar' is a jar containing only a MANIFEST.MF with a classpath +that calls in all the other jar. + Jars marked with a [6] at the end are optional for Java 6 (update 4 or later is supported) as the functionality provided by those jars are provided in the JDK. Modified: cxf/branches/2.2.x-fixes/distribution/src/main/release/release_notes.txt URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/distribution/src/main/release/release_notes.txt?rev=1034131&r1=1034130&r2=1034131&view=diff ============================================================================== --- cxf/branches/2.2.x-fixes/distribution/src/main/release/release_notes.txt (original) +++ cxf/branches/2.2.x-fixes/distribution/src/main/release/release_notes.txt Thu Nov 11 21:10:27 2010 @@ -52,14 +52,22 @@ After installing Apache Ant, add the <An For more details, see the Installation Guide. +3. Integrating CXF Into You Application -3. Building the Samples +If you use Maven to build your application, you need merely add +appropriate dependencies. See the pom.xml files in the samples. + +If you don't use Maven, you'll need to add one or more jars to your +classpath. The file lib/WHICH_JARS should help you decide which +jars you need. + +4. Building the Samples Building the samples included in the binary distribution is easy. Change to the samples directory and follow the build instructions in the README.txt file included with each sample. -4. Reporting Problems +5. Reporting Problems If you have any problems or want to send feedback of any kind, please e-mail the cxf dev list, [email protected]. You can also file issues in JIRA at: @@ -67,7 +75,7 @@ cxf dev list, [email protected] http://issues.apache.org/jira/browse/CXF -5. Migration notes: +6. Migration notes: See the migration guide at: http://cxf.apache.org/docs/22-migration-guide.html
