This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch eclipse in repository https://gitbox.apache.org/repos/asf/xerces-j.git
commit e7af1df13f5bb300eb7a8a0bc201d90f3efae84a Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Sun Mar 1 08:19:21 2026 -0500 Remove Eclipse specific files --- .classpath | 12 ------------ .gitignore | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/.classpath b/.classpath deleted file mode 100644 index e635eedff..000000000 --- a/.classpath +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry kind="src" path="src"/> - <classpathentry kind="src" path="samples"/> - <classpathentry kind="src" path="tests"/> - <classpathentry kind="lib" path="tools/xml-apis.jar"/> - <classpathentry kind="lib" path="tools/serializer.jar"/> - <classpathentry kind="lib" path="tools/resolver.jar"/> - <classpathentry kind="lib" path="tools/junit.jar"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="output" path="bin"/> -</classpath> diff --git a/.gitignore b/.gitignore index a4d86edf2..04ee4a99f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,4 @@ out.xml *.iml .idea/ .DS_Store - +.classpath --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
