Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Lab04
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
csce156
Lab04
Commits
3d64f789
Commit
3d64f789
authored
7 years ago
by
Samuel W. Flint
Browse files
Options
Downloads
Patches
Plain Diff
Enable import as java project
parent
a9e1fec2
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Lab04-Classes/.classpath
+7
-0
7 additions, 0 deletions
Lab04-Classes/.classpath
Lab04-Classes/.project
+17
-0
17 additions, 0 deletions
Lab04-Classes/.project
Lab04-Classes/.settings/org.eclipse.jdt.core.prefs
+11
-0
11 additions, 0 deletions
Lab04-Classes/.settings/org.eclipse.jdt.core.prefs
with
35 additions
and
0 deletions
Lab04-Classes/.classpath
0 → 100644
+
7
−
0
View file @
3d64f789
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"
/>
<classpathentry
kind=
"src"
path=
"src"
/>
<classpathentry
kind=
"lib"
path=
"lib/joda-time-2.0.jar"
/>
<classpathentry
kind=
"output"
path=
"bin"
/>
</classpath>
This diff is collapsed.
Click to expand it.
Lab04-Classes/.project
0 → 100644
+
17
−
0
View file @
3d64f789
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>
Lab04
</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>
This diff is collapsed.
Click to expand it.
Lab04-Classes/.settings/org.eclipse.jdt.core.prefs
0 → 100644
+
11
−
0
View file @
3d64f789
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.8
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.8
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment