Modified: 
incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_soap12/README.txt
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_soap12/README.txt?rev=649117&r1=649116&r2=649117&view=diff
==============================================================================
--- 
incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_soap12/README.txt
 (original)
+++ 
incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_soap12/README.txt
 Thu Apr 17 07:09:08 2008
@@ -10,7 +10,7 @@
 Prerequisites
 -------------
 
-If your environment already includes cxf-manifest-incubator.jar on the
+If your environment already includes cxf-manifest.jar on the
 CLASSPATH, and the JDK and ant bin directories on the PATH
 it is not necessary to set the environment as described in
 the samples directory's README.  If your environment is not
@@ -59,12 +59,12 @@
 
 For UNIX:  
   
-  export 
CLASSPATH=$CLASSPATH:$CXF_HOME/lib/cxf-manifest-incubator.jar:./build/classes
+  export CLASSPATH=$CLASSPATH:$CXF_HOME/lib/cxf-manifest.jar:./build/classes
   javac -d build/classes src/demo/hw/client/*.java
   javac -d build/classes src/demo/hw/server/*.java
 
 For Windows:
-  set 
classpath=%classpath%;%CXF_HOME%\lib\cxf-manifest-incubator.jar;.\build\classes
+  set classpath=%classpath%;%CXF_HOME%\lib\cxf-manifest.jar;.\build\classes
   javac -d build\classes src\demo\hw\client\*.java
   javac -d build\classes src\demo\hw\server\*.java
 

Modified: 
incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_xml_wrapped/README.txt
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_xml_wrapped/README.txt?rev=649117&r1=649116&r2=649117&view=diff
==============================================================================
--- 
incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_xml_wrapped/README.txt
 (original)
+++ 
incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_xml_wrapped/README.txt
 Thu Apr 17 07:09:08 2008
@@ -12,7 +12,7 @@
 Prerequisite
 ------------
 
-If your environment already includes cxf-manifest-incubator.jar on the
+If your environment already includes cxf-manifest.jar on the
 CLASSPATH, and the JDK and ant bin directories on the PATH
 it is not necessary to set the environment as described in
 the samples directory's README.  If your environment is not
@@ -61,12 +61,12 @@
 
 For UNIX:  
   
-  export 
CLASSPATH=$CLASSPATH:$CXF_HOME/lib/cxf-manifest-incubator.jar:./build/classes
+  export CLASSPATH=$CLASSPATH:$CXF_HOME/lib/cxf-manifest.jar:./build/classes
   javac -d build/classes src/demo/hw/client/*.java
   javac -d build/classes src/demo/hw/server/*.java
 
 For Windows:
-  set 
classpath=%classpath%;%CXF_HOME%\lib\cxf-manifest-incubator.jar;.\build\classes
+  set classpath=%classpath%;%CXF_HOME%\lib\cxf-manifest.jar;.\build\classes
   javac -d build\classes src\demo\hw\client\*.java
   javac -d build\classes src\demo\hw\server\*.java
 


Reply via email to