From 556f80f1cff817626e735e360b03ffcb598eca2e Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 17 Jan 2009 17:19:08 +0000 Subject: TUSCANY-2463 - Fixing model object definition for extended attribute processor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@735313 13f79535-47bb-0310-9956-ffa450edef68 --- ...org.apache.tuscany.sca.contribution.processor.StAXAttributeProcessor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'branches/sca-java-1.x/modules/contribution-xml/src') diff --git a/branches/sca-java-1.x/modules/contribution-xml/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXAttributeProcessor b/branches/sca-java-1.x/modules/contribution-xml/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXAttributeProcessor index 86bc58665b..b4a13295bc 100644 --- a/branches/sca-java-1.x/modules/contribution-xml/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXAttributeProcessor +++ b/branches/sca-java-1.x/modules/contribution-xml/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXAttributeProcessor @@ -16,4 +16,4 @@ # under the License. # Implementation class for the attribute processor extension -org.apache.tuscany.sca.contribution.processor.xml.AnyAttributeProcessor;qname=http://www.w3.org/2001/XMLSchema#anyAttribute,model=java.lang.Object +org.apache.tuscany.sca.contribution.processor.xml.AnyAttributeProcessor;qname=http://www.w3.org/2001/XMLSchema#anyAttribute,model=org.apache.tuscany.sca.assembly.Extension -- cgit v1.2.3