Dom openapi separated from implementation
commit64f8145d48482175d48d988c73302edd7f44d915
authorPeter Gromov <peter@jetbrains.com>
Mon, 26 Dec 2005 12:48:04 +0000 (26 15:48 +0300)
committerPeter Gromov <peter@jetbrains.com>
Mon, 26 Dec 2005 12:48:04 +0000 (26 15:48 +0300)
treed34d4c3b6dcd4f9e4e4fae56054eebe69a9970f5
parent265c5ad454340a633b477ed72cdfe706a57d1d1d
Dom openapi separated from implementation
49 files changed:
openapi/src/com/intellij/util/xml/Attribute.java [moved from source/com/intellij/util/xml/Attribute.java with 100% similarity]
openapi/src/com/intellij/util/xml/ClassChooser.java [moved from source/com/intellij/util/xml/ClassChooser.java with 100% similarity]
openapi/src/com/intellij/util/xml/ClassChooserManager.java [moved from source/com/intellij/util/xml/ClassChooserManager.java with 66% similarity]
openapi/src/com/intellij/util/xml/Convert.java [moved from source/com/intellij/util/xml/Convert.java with 100% similarity]
openapi/src/com/intellij/util/xml/ConvertContext.java [moved from source/com/intellij/util/xml/ConvertContext.java with 100% similarity]
openapi/src/com/intellij/util/xml/Converter.java [moved from source/com/intellij/util/xml/Converter.java with 100% similarity]
openapi/src/com/intellij/util/xml/ConverterManager.java [moved from source/com/intellij/util/xml/ConverterManager.java with 100% similarity]
openapi/src/com/intellij/util/xml/DomChangeListener.java [moved from source/com/intellij/util/xml/DomChangeListener.java with 100% similarity]
openapi/src/com/intellij/util/xml/DomElement.java [moved from source/com/intellij/util/xml/DomElement.java with 100% similarity]
openapi/src/com/intellij/util/xml/DomElementVisitor.java [moved from source/com/intellij/util/xml/DomElementVisitor.java with 100% similarity]
openapi/src/com/intellij/util/xml/DomEventListener.java [moved from source/com/intellij/util/xml/DomEventListener.java with 100% similarity]
openapi/src/com/intellij/util/xml/DomEventVisitor.java [moved from source/com/intellij/util/xml/DomEventVisitor.java with 100% similarity]
openapi/src/com/intellij/util/xml/DomFileElement.java [moved from source/com/intellij/util/xml/DomFileElement.java with 100% similarity]
openapi/src/com/intellij/util/xml/DomManager.java [moved from source/com/intellij/util/xml/DomManager.java with 64% similarity]
openapi/src/com/intellij/util/xml/DomNameStrategy.java [moved from source/com/intellij/util/xml/DomNameStrategy.java with 100% similarity]
openapi/src/com/intellij/util/xml/GenericAttributeValue.java [moved from source/com/intellij/util/xml/GenericAttributeValue.java with 100% similarity]
openapi/src/com/intellij/util/xml/GenericDomValue.java [moved from source/com/intellij/util/xml/GenericDomValue.java with 100% similarity]
openapi/src/com/intellij/util/xml/GenericValue.java [moved from source/com/intellij/util/xml/GenericValue.java with 100% similarity]
openapi/src/com/intellij/util/xml/HyphenNameStrategy.java [moved from source/com/intellij/util/xml/HyphenNameStrategy.java with 100% similarity]
openapi/src/com/intellij/util/xml/Implementation.java [moved from source/com/intellij/util/xml/Implementation.java with 100% similarity]
openapi/src/com/intellij/util/xml/JavaMethodSignature.java [new file with mode: 0644]
openapi/src/com/intellij/util/xml/JavaNameStrategy.java [moved from source/com/intellij/util/xml/JavaNameStrategy.java with 100% similarity]
openapi/src/com/intellij/util/xml/NameStrategy.java [moved from source/com/intellij/util/xml/NameStrategy.java with 100% similarity]
openapi/src/com/intellij/util/xml/PrimaryKey.java [moved from source/com/intellij/util/xml/PrimaryKey.java with 100% similarity]
openapi/src/com/intellij/util/xml/PropertyAccessor.java [moved from source/com/intellij/util/xml/PropertyAccessor.java with 100% similarity]
openapi/src/com/intellij/util/xml/SubTag.java [moved from source/com/intellij/util/xml/SubTag.java with 100% similarity]
openapi/src/com/intellij/util/xml/SubTagList.java [moved from source/com/intellij/util/xml/SubTagList.java with 100% similarity]
openapi/src/com/intellij/util/xml/TagValue.java [moved from source/com/intellij/util/xml/TagValue.java with 100% similarity]
openapi/src/com/intellij/util/xml/events/DomEvent.java [moved from source/com/intellij/util/xml/events/DomEvent.java with 100% similarity]
openapi/src/com/intellij/util/xml/events/ElementChangedEvent.java [moved from source/com/intellij/util/xml/events/ElementChangedEvent.java with 100% similarity]
openapi/src/com/intellij/util/xml/events/ElementDefinedEvent.java [moved from source/com/intellij/util/xml/events/ElementDefinedEvent.java with 100% similarity]
openapi/src/com/intellij/util/xml/events/ElementUndefinedEvent.java [moved from source/com/intellij/util/xml/events/ElementUndefinedEvent.java with 100% similarity]
openapi/src/com/intellij/util/xml/reflect/DomAttributeChildDescription.java [moved from source/com/intellij/util/xml/reflect/DomAttributeChildDescription.java with 80% similarity]
openapi/src/com/intellij/util/xml/reflect/DomChildrenDescription.java [moved from source/com/intellij/util/xml/reflect/DomChildrenDescription.java with 100% similarity]
openapi/src/com/intellij/util/xml/reflect/DomCollectionChildDescription.java [moved from source/com/intellij/util/xml/reflect/DomCollectionChildDescription.java with 100% similarity]
openapi/src/com/intellij/util/xml/reflect/DomFixedChildDescription.java [moved from source/com/intellij/util/xml/reflect/DomFixedChildDescription.java with 100% similarity]
openapi/src/com/intellij/util/xml/reflect/DomGenericInfo.java [moved from source/com/intellij/util/xml/reflect/DomGenericInfo.java with 100% similarity]
source/com/intellij/util/xml/DomUtil.java
source/com/intellij/util/xml/ModelMerger.java
source/com/intellij/util/xml/impl/AddChildInvocation.java
source/com/intellij/util/xml/impl/AdvancedProxy.java
source/com/intellij/util/xml/impl/AttributeChildDescriptionImpl.java
source/com/intellij/util/xml/impl/DomInvocationHandler.java
source/com/intellij/util/xml/impl/GenericInfoImpl.java
source/com/intellij/util/xml/impl/GetAttributeChildInvocation.java
source/com/intellij/util/xml/impl/GetFixedChildInvocation.java
source/com/intellij/util/xml/impl/IndexedElementInvocationHandler.java
source/com/intellij/util/xml/impl/InvocationCache.java
source/net/sf/cglib/proxy/AdvancedEnhancer.java