Author: mmao
Date: Fri Apr 13 02:56:35 2007
New Revision: 528413
URL: http://svn.apache.org/viewvc?view=rev&rev=528413
Log:
Add two dependent jars int eclipse3.1 plugin
Modified:
incubator/cxf/trunk/tools/eclipse3.1-plugin/pom.xml
incubator/cxf/trunk/tools/javato/src/test/java/org/apache/cxf/tools/java2wsdl/processor/internal/jaxws/JaxwsServiceBuilderNoAnnoTest.java
Modified: incubator/cxf/trunk/tools/eclipse3.1-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/eclipse3.1-plugin/pom.xml?view=diff&rev=528413&r1=528412&r2=528413
==============================================================================
--- incubator/cxf/trunk/tools/eclipse3.1-plugin/pom.xml (original)
+++ incubator/cxf/trunk/tools/eclipse3.1-plugin/pom.xml Fri Apr 13 02:56:35 2007
@@ -48,14 +48,6 @@
<version>${project.version}</version>
<exclusions>
<exclusion>
- <groupId>org.apache.ws.commons.schema</groupId>
- <artifactId>XmlSchema</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-annotation_1.0_spec</artifactId>
- </exclusion>
- <exclusion>
<groupId>javax.xml.soap</groupId>
<artifactId>saaj-api</artifactId>
</exclusion>
Modified:
incubator/cxf/trunk/tools/javato/src/test/java/org/apache/cxf/tools/java2wsdl/processor/internal/jaxws/JaxwsServiceBuilderNoAnnoTest.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/javato/src/test/java/org/apache/cxf/tools/java2wsdl/processor/internal/jaxws/JaxwsServiceBuilderNoAnnoTest.java?view=diff&rev=528413&r1=528412&r2=528413
==============================================================================
---
incubator/cxf/trunk/tools/javato/src/test/java/org/apache/cxf/tools/java2wsdl/processor/internal/jaxws/JaxwsServiceBuilderNoAnnoTest.java
(original)
+++
incubator/cxf/trunk/tools/javato/src/test/java/org/apache/cxf/tools/java2wsdl/processor/internal/jaxws/JaxwsServiceBuilderNoAnnoTest.java
Fri Apr 13 02:56:35 2007
@@ -77,10 +77,10 @@
// Revisit:
// * Missing wsdl:types
- // * Binding style should be RPC not Document (FIXED)
+ // * Binding style should be RPC not Document (FIXED CXF-522)
// * input message of binding operation "getPrice" MUST specify a value
for the "namespace" attribute
// * output message of binding operation "getPrice" MUST specify a value
for the "namespace" attribute
- // CXF-522
+ // CXF-527
@Test
public void testGeneratedWithRPCClass() throws Exception {
builder.setServiceClass(org.apache.cxf.tools.fortest.classnoanno.rpc.Stock.class);