Skip to content

Commit 60663be

Browse files
committed
Initial
0 parents  commit 60663be

183 files changed

Lines changed: 15299 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.classpath

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5+
<classpathentry kind="lib" path="lib/joda-time-2.2.jar"/>
6+
<classpathentry kind="lib" path="lib/log4j-1.2.15.jar"/>
7+
<classpathentry kind="lib" path="lib/commons-codec-1.8.jar"/>
8+
<classpathentry kind="output" path="bin"/>
9+
</classpath>

.fatjar

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#Fat Jar Configuration File
2+
#Fri Nov 28 12:55:23 CET 2014
3+
onejar.license.required=false
4+
manifest.classpath=
5+
manifest.removesigners=true
6+
onejar.checkbox=false
7+
jarname=labelTool.jar
8+
manifest.mergeall=true
9+
manifest.mainclass=
10+
manifest.file=<createnew>
11+
jarname.isextern=false
12+
onejar.expand=
13+
excludes=
14+
includes=<inc|Labeltool/images>

.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>Recorder</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
16+
</natures>
17+
</projectDescription>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#Fri Apr 17 15:28:20 CEST 2009
2+
eclipse.preferences.version=1
3+
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
4+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
5+
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
6+
org.eclipse.jdt.core.compiler.compliance=1.6
7+
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
8+
org.eclipse.jdt.core.compiler.debug.localVariable=generate
9+
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
10+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
11+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
12+
org.eclipse.jdt.core.compiler.source=1.6
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false

Labeltool.jar

1.36 MB
Binary file not shown.
2.6 KB
Binary file not shown.

bin/com/felix/util/ArrayUtil.class

5.12 KB
Binary file not shown.

bin/com/felix/util/AudioUtil.class

4.51 KB
Binary file not shown.
2 KB
Binary file not shown.

0 commit comments

Comments
 (0)