You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Jonathan Anstey <ja...@iona.com> on 2007/04/25 14:05:25 UTC

Re: svn commit: r532275 - in /incubator/cxf/trunk/distribution/src/main/release: README samples/README.txt

Thanks Bo.

blin@apache.org wrote:
> Author: blin
> Date: Wed Apr 25 02:23:41 2007
> New Revision: 532275
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=532275
> Log:
> * CXF-592: apply patch from Jon (thanks)
> * CXF-299: add a link to issue tracking system in top level README
>
> Modified:
>     incubator/cxf/trunk/distribution/src/main/release/README
>     incubator/cxf/trunk/distribution/src/main/release/samples/README.txt
>
> Modified: incubator/cxf/trunk/distribution/src/main/release/README
> URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/README?view=diff&rev=532275&r1=532274&r2=532275
> ==============================================================================
> --- incubator/cxf/trunk/distribution/src/main/release/README (original)
> +++ incubator/cxf/trunk/distribution/src/main/release/README Wed Apr 25 02:23:41 2007
> @@ -31,7 +31,7 @@
>  For an Apache CXF source distribution, please read BUILDING.txt for 
>  instructions on building Apache CXF. 
>  
> -For an Apache CXF binary distribution, please read doc/release_notes.txt
> +For an Apache CXF binary distribution, please read release_notes.txt
>  for installation instructions and list of supported and unsupported 
>  features.
>  
> @@ -41,6 +41,8 @@
>  If you need more help try talking to us on our mailing lists:
>  http://cwiki.apache.org/confluence/display/CXF/Mailing+Lists
>   
> +If you find any issues during product usage, please submit it here:
> +https://issues.apache.org/jira/browse/CXF
>  
>  We welcome contributions
>  
> @@ -48,4 +50,4 @@
>  
>  
>  The Apache Incubator CXF Team
> -http://incubator.apache.org/projects/cxf.html
> \ No newline at end of file
> +http://incubator.apache.org/projects/cxf.html
>
> Modified: incubator/cxf/trunk/distribution/src/main/release/samples/README.txt
> URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/README.txt?view=diff&rev=532275&r1=532274&r2=532275
> ==============================================================================
> --- incubator/cxf/trunk/distribution/src/main/release/samples/README.txt (original)
> +++ incubator/cxf/trunk/distribution/src/main/release/samples/README.txt Wed Apr 25 02:23:41 2007
> @@ -33,7 +33,7 @@
>  environment variables.
>  
>  For UNIX:
> -  CXF_HOME=/<installation_directory>/cxf
> +  CXF_HOME=/<installation_directory>
>    JAVA_HOME=/<jdk_installation_directory>
>    ANT_HOME=/<ant_installation_directory>/apache-ant-1.6.5
>  
> @@ -41,7 +41,7 @@
>    export CLASSPATH=.:$CXF_HOME/lib/cxf-manifest-incubator.jar:./build/classes
>  
>  For Windows:
> -  set CXF_HOME=C:\<installation_directory>\cxf
> +  set CXF_HOME=C:\<installation_directory>
>    set JAVA_HOME=C:\<jdk_installation_directory>
>    set ANT_HOME=C:\<ant_installation_directory>\apache-ant-1.6.5
>  
> @@ -75,4 +75,4 @@
>  
>  Undeploy the application from the APACHE TOMCAT with the command:
>  
> -   ant undeploy -Dtomcat=true
> \ No newline at end of file
> +   ant undeploy -Dtomcat=true
>
>