Remove .classpath files from git tracking

This commit is contained in:
Michael Becker 2016-09-20 00:23:50 -04:00
parent 43914d926d
commit 90999cdd55
4 changed files with 1 additions and 25 deletions

1
.gitignore vendored
View File

@ -172,6 +172,7 @@ CSharp/Setup/setup.exe
# Eclipse crap
.buildpath
.classpath
.metadata
.project
.settings

View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry combineaccessrules="false" kind="src" path="/net.alcetech.Core"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry combineaccessrules="false" kind="src" path="/net.alcetech.UniversalEditor.Core"/>
<classpathentry combineaccessrules="false" kind="src" path="/net.alcetech.Core"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View File

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry combineaccessrules="false" kind="src" path="/net.alcetech.Core"/>
<classpathentry combineaccessrules="false" kind="src" path="/net.alcetech.UniversalEditor.Core"/>
<classpathentry combineaccessrules="false" kind="src" path="/net.alcetech.UserInterface"/>
<classpathentry combineaccessrules="false" kind="src" path="/net.alcetech.UniversalEditor.Plugins.Core"/>
<classpathentry kind="output" path="bin"/>
</classpath>