mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-17 18:12:04 +01:00
Remove ParserAdaptor.hpp references from build files
This commit is contained in:
parent
127cc8bac1
commit
e08ca80bb1
8 changed files with 5 additions and 18 deletions
|
@ -196,7 +196,6 @@ set(PUBLIC_HEADER_FILES
|
|||
include/SAX/helpers/InputSourceResolver.hpp
|
||||
include/SAX/helpers/LocatorImpl.hpp
|
||||
include/SAX/helpers/NamespaceSupport.hpp
|
||||
include/SAX/helpers/ParserAdaptor.hpp
|
||||
include/SAX/helpers/PropertyNames.hpp
|
||||
include/SAX/helpers/XMLBaseSupport.hpp
|
||||
include/SAX/helpers/XMLFilterImpl.hpp
|
||||
|
@ -583,3 +582,4 @@ endif()
|
|||
|
||||
include(CPack)
|
||||
|
||||
|
||||
|
|
|
@ -40,7 +40,6 @@ sax_headers = SAX/SAXParseException.hpp \
|
|||
SAX/helpers/AttributeTypes.hpp \
|
||||
SAX/helpers/AttributeDefaults.hpp \
|
||||
SAX/helpers/LocatorImpl.hpp \
|
||||
SAX/helpers/ParserAdaptor.hpp \
|
||||
SAX/helpers/NamespaceSupport.hpp \
|
||||
SAX/helpers/XMLFilterImpl.hpp \
|
||||
SAX/helpers/PropertyNames.hpp \
|
||||
|
|
|
@ -151,7 +151,6 @@
|
|||
<ClInclude Include="..\include\Sax\helpers\InputSourceResolver.hpp" />
|
||||
<ClInclude Include="..\include\Sax\helpers\LocatorImpl.hpp" />
|
||||
<ClInclude Include="..\include\Sax\helpers\NamespaceSupport.hpp" />
|
||||
<ClInclude Include="..\include\Sax\helpers\ParserAdaptor.hpp" />
|
||||
<ClInclude Include="..\include\Sax\helpers\PropertyNames.hpp" />
|
||||
<ClInclude Include="..\include\Sax\helpers\XMLBaseSupport.hpp" />
|
||||
<ClInclude Include="..\include\Sax\helpers\XMLFilterImpl.hpp" />
|
||||
|
|
|
@ -153,7 +153,6 @@
|
|||
<ClInclude Include="..\include\Sax\helpers\InputSourceResolver.hpp" />
|
||||
<ClInclude Include="..\include\Sax\helpers\LocatorImpl.hpp" />
|
||||
<ClInclude Include="..\include\Sax\helpers\NamespaceSupport.hpp" />
|
||||
<ClInclude Include="..\include\Sax\helpers\ParserAdaptor.hpp" />
|
||||
<ClInclude Include="..\include\Sax\helpers\PropertyNames.hpp" />
|
||||
<ClInclude Include="..\include\Sax\helpers\XMLBaseSupport.hpp" />
|
||||
<ClInclude Include="..\include\Sax\helpers\XMLFilterImpl.hpp" />
|
||||
|
|
|
@ -154,7 +154,6 @@
|
|||
<ClInclude Include="..\include\Sax\helpers\InputSourceResolver.hpp" />
|
||||
<ClInclude Include="..\include\Sax\helpers\LocatorImpl.hpp" />
|
||||
<ClInclude Include="..\include\Sax\helpers\NamespaceSupport.hpp" />
|
||||
<ClInclude Include="..\include\Sax\helpers\ParserAdaptor.hpp" />
|
||||
<ClInclude Include="..\include\Sax\helpers\PropertyNames.hpp" />
|
||||
<ClInclude Include="..\include\Sax\helpers\XMLBaseSupport.hpp" />
|
||||
<ClInclude Include="..\include\Sax\helpers\XMLFilterImpl.hpp" />
|
||||
|
|
|
@ -154,7 +154,6 @@
|
|||
<ClInclude Include="..\include\Sax\helpers\InputSourceResolver.hpp" />
|
||||
<ClInclude Include="..\include\Sax\helpers\LocatorImpl.hpp" />
|
||||
<ClInclude Include="..\include\Sax\helpers\NamespaceSupport.hpp" />
|
||||
<ClInclude Include="..\include\Sax\helpers\ParserAdaptor.hpp" />
|
||||
<ClInclude Include="..\include\Sax\helpers\PropertyNames.hpp" />
|
||||
<ClInclude Include="..\include\Sax\helpers\XMLBaseSupport.hpp" />
|
||||
<ClInclude Include="..\include\Sax\helpers\XMLFilterImpl.hpp" />
|
||||
|
|
|
@ -354,10 +354,6 @@
|
|||
RelativePath="..\include\Sax\helpers\NamespaceSupport.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\Sax\helpers\ParserAdaptor.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\Sax\helpers\PropertyNames.hpp"
|
||||
>
|
||||
|
|
|
@ -354,10 +354,6 @@
|
|||
RelativePath="..\include\Sax\helpers\NamespaceSupport.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\Sax\helpers\ParserAdaptor.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\Sax\helpers\PropertyNames.hpp"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue