Remove .classpath files from git tracking
This commit is contained in:
parent
43914d926d
commit
90999cdd55
1
.gitignore
vendored
1
.gitignore
vendored
@ -172,6 +172,7 @@ CSharp/Setup/setup.exe
|
||||
|
||||
# Eclipse crap
|
||||
.buildpath
|
||||
.classpath
|
||||
.metadata
|
||||
.project
|
||||
.settings
|
||||
|
||||
@ -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>
|
||||
@ -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>
|
||||
@ -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>
|
||||
Loading…
x
Reference in New Issue
Block a user