diff --git a/Changes.md b/Changes.md index 1be6ac6711..2f3d488b42 100644 --- a/Changes.md +++ b/Changes.md @@ -1,6 +1,8 @@ 7.x.x (relative to 7.0.0a2) ----- +- Xerces : Removed. + 7.0.0a2 (relative to 7.0.0a1) ------- diff --git a/Xerces/config.py b/Xerces/config.py deleted file mode 100644 index cf10d62081..0000000000 --- a/Xerces/config.py +++ /dev/null @@ -1,27 +0,0 @@ -{ - - "downloads" : [ - - "https://archive.apache.org/dist/xerces/c/3/sources/xerces-c-3.2.2.tar.gz", - - ], - - "url" : "https://xerces.apache.org", - - "license" : "LICENSE", - - "commands" : [ - - "./configure --prefix={buildDir} --without-icu", - "make -j {jobs}", - "make install", - - ], - - "manifest" : [ - - "lib/libxerces-c*{sharedLibraryExtension}*", - - ], - -}