Skip to content

Commit fbd04e8

Browse files
author
Oli Rowe
committed
Initial release
1 parent 0a05fd1 commit fbd04e8

25 files changed

Lines changed: 2565 additions & 0 deletions

.classpath

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
4+
<classpathentry kind="src" path="src"/>
5+
<classpathentry kind="lib" path="External JARs/jlayer-1.0.1.jar"/>
6+
<classpathentry kind="lib" path="External JARs/MP3agic.jar"/>
7+
<classpathentry kind="output" path="bin"/>
8+
</classpath>

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bin/
2+
Test Data/

.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>PlaylistEditor</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>

.vscode/launch.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"type": "java",
6+
"name": "Debug (Launch)-PlaylistWindow<PlaylistEditor>",
7+
"request": "launch",
8+
"mainClass": "com.pe.PlaylistWindow",
9+
"projectName": "PlaylistEditor"
10+
}
11+
]
12+
}

External JARs/MP3agic.jar

84.5 KB
Binary file not shown.

External JARs/jlayer-1.0.1.jar

140 KB
Binary file not shown.

defaults.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<Defaults><defaultBrowserDir>C:\Workspaces\java-playlist-editor\Test Data</defaultBrowserDir><defaultOpenPlaylistDir>H:\Documents\Other\Eclipse Workspace\PlaylistEditor\Test Data</defaultOpenPlaylistDir></Defaults>

0 commit comments

Comments
 (0)