Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
trh010
cs311_final_project
Commits
9b6f5ad3
Commit
9b6f5ad3
authored
Apr 15, 2014
by
trh010
Browse files
initial commit from eclipse
parent
8dfc050a
Changes
6
Hide whitespace changes
Inline
Side-by-side
CS311_final_project/.classpath
0 → 100644
View file @
9b6f5ad3
<?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
kind=
"output"
path=
"bin"
/>
</classpath>
CS311_final_project/.gitignore
0 → 100644
View file @
9b6f5ad3
/bin
CS311_final_project/.project
0 → 100644
View file @
9b6f5ad3
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>
CS311_final_project
</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>
CS311_final_project/.settings/org.eclipse.jdt.core.prefs
0 → 100644
View file @
9b6f5ad3
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.7
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.7
CS311_final_project/src/main/Main.java
0 → 100644
View file @
9b6f5ad3
package
main
;
public
class
Main
{
}
CS311_final_project/src/test/Test.java
0 → 100644
View file @
9b6f5ad3
package
test
;
public
class
Test
{
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment