Skip to content

Commit

Permalink
Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
Oli Rowe committed Mar 31, 2020
1 parent 0a05fd1 commit fbd04e8
Show file tree
Hide file tree
Showing 25 changed files with 2,565 additions and 0 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="External JARs/jlayer-1.0.1.jar"/>
<classpathentry kind="lib" path="External JARs/MP3agic.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bin/
Test Data/
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>PlaylistEditor</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>
12 changes: 12 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Debug (Launch)-PlaylistWindow<PlaylistEditor>",
"request": "launch",
"mainClass": "com.pe.PlaylistWindow",
"projectName": "PlaylistEditor"
}
]
}
Binary file added External JARs/MP3agic.jar
Binary file not shown.
Binary file added External JARs/jlayer-1.0.1.jar
Binary file not shown.
1 change: 1 addition & 0 deletions defaults.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<Defaults><defaultBrowserDir>C:\Workspaces\java-playlist-editor\Test Data</defaultBrowserDir><defaultOpenPlaylistDir>H:\Documents\Other\Eclipse Workspace\PlaylistEditor\Test Data</defaultOpenPlaylistDir></Defaults>
Loading

0 comments on commit fbd04e8

Please sign in to comment.