This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/xerces-j.git
The following commit(s) were added to refs/heads/main by this push:
new 5aa3d4e7d Remove Eclipse specific files (#76)
5aa3d4e7d is described below
commit 5aa3d4e7d29beb179aa5d604745374a64a9571c1
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Sun Mar 1 09:05:06 2026 -0500
Remove Eclipse specific files (#76)
* Remove Eclipse specific files
* Ignore .project
---
.classpath | 12 ------------
.gitignore | 3 ++-
.project | 33 ---------------------------------
3 files changed, 2 insertions(+), 46 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..d1496c600 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,4 +5,5 @@ out.xml
*.iml
.idea/
.DS_Store
-
+.classpath
+.project
diff --git a/.project b/.project
deleted file mode 100644
index d4abbfb52..000000000
--- a/.project
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
--->
-<projectDescription>
- <name>xerces-java-trunk</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]