Skip to content

Commit

Permalink
switched from netbeans to eclipse and deleted unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
haynes-bva committed Dec 4, 2014
1 parent fb014f6 commit dafc77e
Show file tree
Hide file tree
Showing 18 changed files with 39 additions and 1,658 deletions.
9 changes: 9 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?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="lib" path="lib/appframework-1.0.3.jar"/>
<classpathentry kind="lib" path="lib/javatar-2.5.jar"/>
<classpathentry kind="lib" path="lib/swing-worker-1.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/build/
/dist/
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>univeral-novacom-installer</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.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
73 changes: 0 additions & 73 deletions build.xml

This file was deleted.

1 change: 0 additions & 1 deletion doctor.txt

This file was deleted.

Binary file removed lib/junit/junit-3.8.2-api.zip
Binary file not shown.
24 changes: 0 additions & 24 deletions lib/nblibraries.properties

This file was deleted.

Binary file removed lib/swing-app-framework/appframework-1.0.3-doc.zip
Binary file not shown.
1 change: 0 additions & 1 deletion linux32.txt

This file was deleted.

1 change: 0 additions & 1 deletion linux64.txt

This file was deleted.

3 changes: 0 additions & 3 deletions manifest.mf

This file was deleted.

Loading

0 comments on commit dafc77e

Please sign in to comment.