diff options
author | Mike Conway <mikeconway@Mike-Conways-MacBook-Pro.local> | 2011-06-01 22:53:24 (GMT) |
---|---|---|
committer | Mike Conway <mikeconway@Mike-Conways-MacBook-Pro.local> | 2011-06-01 22:53:24 (GMT) |
commit | 7b36187a501bd32322620bf14e574bd7481fb1f5 (patch) | |
tree | 529b54346e9aad8ec11b8b1b309e2dcbf90fe9c7 /idrop-swing/pom.xml | |
parent | bd7e8fa62c5c4126f3ed0dee39504aec26b3a1c5 (diff) | |
download | QCG-Data-7b36187a501bd32322620bf14e574bd7481fb1f5.zip QCG-Data-7b36187a501bd32322620bf14e574bd7481fb1f5.tar.gz QCG-Data-7b36187a501bd32322620bf14e574bd7481fb1f5.tar.bz2 |
fixing readme for new main class
Diffstat (limited to 'idrop-swing/pom.xml')
-rw-r--r-- | idrop-swing/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idrop-swing/pom.xml b/idrop-swing/pom.xml index a0c0fcc..ad85fbf 100644 --- a/idrop-swing/pom.xml +++ b/idrop-swing/pom.xml @@ -43,7 +43,7 @@ <!-- used to automatically identify the jar containing the main class. --> <!-- this is perhaps going to change --> - <mainClass>org.irods.jargon.idrop.desktop.systraygui.iDrop</mainClass> + <mainClass>org.irods.jargon.idrop.desktop.systraygui.StartupSequencer</mainClass> </jnlp> <!-- SIGNING --> |