Author: alessio.soldano(a)jboss.com
Date: 2009-10-07 12:37:16 -0400 (Wed, 07 Oct 2009)
New Revision: 10854
Removed:
projects/jaxbintros/trunk/src/test/java/org/jboss/jaxb/intros/intro-config-01.xml
projects/jaxbintros/trunk/src/test/java/org/jboss/jaxb/intros/intro-config-02.xml
projects/jaxbintros/trunk/src/test/java/org/jboss/jaxb/intros/intro-config-03.xml
projects/jaxbintros/trunk/src/test/java/org/jboss/jaxb/intros/order-message.xml
Log:
[JBAS-7317] Removing useless copies of resources
Deleted:
projects/jaxbintros/trunk/src/test/java/org/jboss/jaxb/intros/intro-config-01.xml
===================================================================
---
projects/jaxbintros/trunk/src/test/java/org/jboss/jaxb/intros/intro-config-01.xml 2009-10-07
16:36:10 UTC (rev 10853)
+++
projects/jaxbintros/trunk/src/test/java/org/jboss/jaxb/intros/intro-config-01.xml 2009-10-07
16:37:16 UTC (rev 10854)
@@ -1,24 +0,0 @@
-<?xml version = "1.0" encoding = "UTF-8"?>
-<jaxb-intros
xmlns="http://www.jboss.org/xsd/jaxb/intros"
- default-namespace="http://jbossesb.x.jboss.org">
-
- <!--
- The XSD for the schema can be found at:
-
http://anonsvn.jboss.org/repos/jbossws/projects/jaxbintros/src/main/resou...
- Register it against the
http://www.jboss.org/xsd/jaxb/intros namespace in your IDE
and away you go :-)
- -->
-
- <Class name="org.jboss.jaxb.intros.TestBean1">
- <XmlType namespace="http://jbossesb.y.jboss.org" />
- <Method name="getOrderDate">
- <XmlAttribute namespace="http://jbossesb.z.jboss.org"
required="false"/>
- </Method>
- </Class>
-
- <Class name="org.jboss.jaxb.intros.TestBean2">
- <Field name="orderNumber">
- <XmlElement name="OrderNum" nillable="true" />
- </Field>
- </Class>
-
-</jaxb-intros>
Deleted:
projects/jaxbintros/trunk/src/test/java/org/jboss/jaxb/intros/intro-config-02.xml
===================================================================
---
projects/jaxbintros/trunk/src/test/java/org/jboss/jaxb/intros/intro-config-02.xml 2009-10-07
16:36:10 UTC (rev 10853)
+++
projects/jaxbintros/trunk/src/test/java/org/jboss/jaxb/intros/intro-config-02.xml 2009-10-07
16:37:16 UTC (rev 10854)
@@ -1,24 +0,0 @@
-<?xml version = "1.0" encoding = "UTF-8"?>
-<jaxb-intros
xmlns="http://www.jboss.org/xsd/jaxb/intros"
- default-namespace="http://jbossesb.x.jboss.org">
-
- <!--
- The XSD for the schema can be found at:
-
http://anonsvn.jboss.org/repos/jbossws/projects/jaxbintros/src/main/resou...
- Register it against the
http://www.jboss.org/xsd/jaxb/intros namespace in your IDE
and away you go :-)
- -->
-
- <Class name="org.jboss.jaxb.intros.TestBean1">
- <XmlType namespace="http://jbossesb.y.jboss.org"
propOrder="a,b,c" factoryClass="org.jboss.jaxb.intros.TestBean1"
/>
- <Method name="getOrderDate">
- <XmlAttribute namespace="http://jbossesb.z.jboss.org"
required="false"/>
- </Method>
- </Class>
-
- <Class name="org.jboss.jaxb.intros.TestBean2">
- <Field name="orderNumber">
- <XmlElement name="OrderNum" nillable="true"
type="org.jboss.jaxb.intros.TestBean2" />
- </Field>
- </Class>
-
-</jaxb-intros>
Deleted:
projects/jaxbintros/trunk/src/test/java/org/jboss/jaxb/intros/intro-config-03.xml
===================================================================
---
projects/jaxbintros/trunk/src/test/java/org/jboss/jaxb/intros/intro-config-03.xml 2009-10-07
16:36:10 UTC (rev 10853)
+++
projects/jaxbintros/trunk/src/test/java/org/jboss/jaxb/intros/intro-config-03.xml 2009-10-07
16:37:16 UTC (rev 10854)
@@ -1,51 +0,0 @@
-<?xml version = "1.0" encoding = "UTF-8"?>
-<jaxb-intros
xmlns="http://www.jboss.org/xsd/jaxb/intros">
-
- <!--
- The XSD for the schema can be found at:
-
http://anonsvn.jboss.org/repos/jbossws/projects/jaxbintros/src/main/resou...
- Register it against the
http://www.jboss.org/xsd/jaxb/intros namespace in your IDE
and away you go :-)
- -->
-
- <!--
- Note: how the "name" attributes on class, field and method configs can be
regular expressions.
- -->
-
- <!--
- The type namespaces on the customerOrder are different from the rest of the
message...
- -->
- <Class name="org.jboss.jaxb.intros.testbeans.CustomerOrder">
- <Method name="get.*">
- <XmlElement namespace="http://org.jboss.esb/ns" />
- </Method>
- </Class>
-
- <Class name="org.jboss.jaxb.intros.testbeans.OrderHeader">
- <Method name="getOrderDate">
- <XmlAttribute name="date"
namespace="http://org.jboss.esb/ns" />
- </Method>
- <Method name="get.*">
- <XmlElement namespace="http://org.jboss.esb/ns1" />
- </Method>
- </Class>
-
- <Class name="org.jboss.jaxb.intros.testbeans.Address">
- <XmlAccessorType value="FIELD" />
- <Field name="zip">
- <XmlAttribute />
- </Field>
- <Field name=".*">
- <XmlElement namespace="http://org.jboss.esb/ns1" />
- </Field>
- </Class>
-
- <!--
- More general namespace config...
- -->
- <Class name="org.jboss.jaxb.intros.testbeans.*">
- <Method name="get.*">
- <XmlElement namespace="http://org.jboss.esb/ns1" />
- </Method>
- </Class>
-
-</jaxb-intros>
Deleted: projects/jaxbintros/trunk/src/test/java/org/jboss/jaxb/intros/order-message.xml
===================================================================
---
projects/jaxbintros/trunk/src/test/java/org/jboss/jaxb/intros/order-message.xml 2009-10-07
16:36:10 UTC (rev 10853)
+++
projects/jaxbintros/trunk/src/test/java/org/jboss/jaxb/intros/order-message.xml 2009-10-07
16:37:16 UTC (rev 10854)
@@ -1,47 +0,0 @@
-<ns:customerOrder xmlns:ns="http://org.jboss.esb/ns"
xmlns:ns1="http://org.jboss.esb/ns1">
- <ns:header ns:date="2006-05-01T00:00:00.000Z">
- <ns1:billTerms/>
- <ns1:billTo>
- <ns1:address zip="06484">
- <ns1:city>Shelton</ns1:city>
- <ns1:state>CT</ns1:state>
- <ns1:street1>160 Active Lane</ns1:street1>
- <ns1:street2/>
- </ns1:address>
- <ns1:company>Active Steel</ns1:company>
- <ns1:contact>
- <ns1:email>bob@activeSteel.com</ns1:email>
- <ns1:fax>(203) 555-1235</ns1:fax>
- <ns1:name>Bob Active</ns1:name>
- <ns1:phone>(203) 555-1234</ns1:phone>
- </ns1:contact>
- </ns1:billTo>
- <ns1:customerNumber>123456</ns1:customerNumber>
- <ns1:orderTotal>88500.00</ns1:orderTotal>
- <ns1:poNumber>PO000123</ns1:poNumber>
- <ns1:shipTerms/>
- <ns1:shipTo>
- <ns1:address>
- <ns1:city>Shelton</ns1:city>
- <ns1:state>CT</ns1:state>
- <ns1:street1>160 Active Lane</ns1:street1>
- <ns1:street2/>
- <ns1:zip>06484</ns1:zip>
- </ns1:address>
- <ns1:company>Active Steel</ns1:company>
- <ns1:contact>
- <ns1:email>bob@activeSteel.com</ns1:email>
- <ns1:fax>(203) 555-1235</ns1:fax>
- <ns1:name>Bob Active</ns1:name>
- <ns1:phone>(203) 555-1234</ns1:phone>
- </ns1:contact>
- </ns1:shipTo>
- </ns:header>
- <ns:items>
- <ns1:description>Flat 16 feet 100 count</ns1:description>
- <ns1:extensionAmount>24500.00</ns1:extensionAmount>
- <ns1:partNumber>FLT16100</ns1:partNumber>
- <ns1:price>490.00</ns1:price>
- <ns1:quantity>50</ns1:quantity>
- </ns:items>
-</ns:customerOrder>
\ No newline at end of file