Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit 0baa44e

Browse files
committed
Test GHDesktop
Testing new software hopefully works
1 parent ccf7e8b commit 0baa44e

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

.classpath

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
4+
<classpathentry kind="src" path=""/>
5+
<classpathentry kind="output" path=""/>
6+
</classpath>

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/SimpleSorter.class
2+
/Sorter.class
3+
/Var.class
4+
/compilestandard.class
5+
/debuggableapp.class
6+
/sorts.class
7+
/usacotools.class
8+
/utools.class

.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>Java</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
16+
</natures>
17+
</projectDescription>

0 commit comments

Comments
 (0)