Skip to content

Commit

Permalink
nuovo
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzokyne committed Apr 24, 2018
1 parent b02e1d8 commit dbb8c2b
Show file tree
Hide file tree
Showing 29 changed files with 8,811 additions and 153 deletions.
8 changes: 8 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?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="src/testJSon/gson-2.2.2.jar"/>
<classpathentry kind="lib" path="C:/Users/loren/Downloads/json-simple-1.1.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
17 changes: 17 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>testJSon</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>
11 changes: 11 additions & 0 deletions .settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
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
1 change: 0 additions & 1 deletion README.md

This file was deleted.

Binary file added bin/testJSon/Channel.class
Binary file not shown.
Binary file added bin/testJSon/Channels.class
Binary file not shown.
Binary file added bin/testJSon/Members.class
Binary file not shown.
Binary file added bin/testJSon/Persona.class
Binary file not shown.
Binary file added bin/testJSon/Profile.class
Binary file not shown.
Binary file added bin/testJSon/Purpose.class
Binary file not shown.
Binary file added bin/testJSon/Topic.class
Binary file not shown.
Binary file added bin/testJSon/gson-2.2.2.jar
Binary file not shown.
Binary file added bin/testJSon/testJson$1.class
Binary file not shown.
Binary file added bin/testJSon/testJson.class
Binary file not shown.
Loading

0 comments on commit dbb8c2b

Please sign in to comment.