Skip to content

Commit

Permalink
IsoViewer is now a javafx application (and copyright header are set)
Browse files Browse the repository at this point in the history
  • Loading branch information
sannies committed Oct 27, 2014
1 parent ee7ca19 commit db001cd
Show file tree
Hide file tree
Showing 38 changed files with 905 additions and 1,803 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<configuration>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>com.googlecode.mp4parser.isoviewer.IsoViewerFx</mainClass>
<mainClass>com.github.sannies.isoviewer.IsoViewerFx</mainClass>
</transformer>
</transformers>
</configuration>
Expand Down
69 changes: 0 additions & 69 deletions src/main/java/com/coremedia/iso/gui/BoxJTree.java

This file was deleted.

Loading

0 comments on commit db001cd

Please sign in to comment.