Skip to content

Commit

Permalink
Renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyAphid committed Feb 25, 2019
1 parent c40dffc commit a1cbb72
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 4 deletions.
11 changes: 11 additions & 0 deletions .project
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Clear</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
2 changes: 2 additions & 0 deletions LWJGLSimpleUI/ (2).gitignore
@@ -0,0 +1,2 @@
/bin/
/target/
23 changes: 23 additions & 0 deletions LWJGLSimpleUI/ (2).project
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>ClearVG</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
2 changes: 1 addition & 1 deletion LWJGLSimpleUI/.classpath
Expand Up @@ -17,6 +17,6 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry combineaccessrules="false" kind="src" path="/LWJGLSimpleWindows"/>
<classpathentry combineaccessrules="false" kind="src" path="/ClearWindows"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
1 change: 0 additions & 1 deletion LWJGLSimpleUI/.gitignore
@@ -1,2 +1 @@
/bin/
/target/
2 changes: 1 addition & 1 deletion LWJGLSimpleUI/.project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>LWJGLSimpleUI</name>
<name>ClearVG</name>
<comment></comment>
<projects>
</projects>
Expand Down
1 change: 1 addition & 0 deletions LWJGLSimpleUI/target/classes/.gitignore
@@ -0,0 +1 @@
/nokori/
2 changes: 1 addition & 1 deletion LWJGLSimpleWindows/.project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>LWJGLSimpleWindows</name>
<name>ClearWindows</name>
<comment></comment>
<projects>
</projects>
Expand Down

0 comments on commit a1cbb72

Please sign in to comment.