diff options
author | Mike Conway <mikeconway@dhcp152-54-6-70.wireless.europa.renci.org> | 2011-07-12 17:39:39 (GMT) |
---|---|---|
committer | Mike Conway <mikeconway@dhcp152-54-6-70.wireless.europa.renci.org> | 2011-07-12 17:39:39 (GMT) |
commit | 953e8fb0bc07a353cdd8b8c5d181da826132214f (patch) | |
tree | aa79a4670bd5c8db785ffe593b25e1b6e25bcea2 /idrop-swing/pom.xml | |
parent | 319f450da14943050f67d3566b928419d7ee448f (diff) | |
download | QCG-Data-953e8fb0bc07a353cdd8b8c5d181da826132214f.zip QCG-Data-953e8fb0bc07a353cdd8b8c5d181da826132214f.tar.gz QCG-Data-953e8fb0bc07a353cdd8b8c5d181da826132214f.tar.bz2 |
cleanup of libs (compacting) to fit on iren-web, deployed to webstart as 0.9.8-SNAPSHOT
Diffstat (limited to 'idrop-swing/pom.xml')
-rw-r--r-- | idrop-swing/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/idrop-swing/pom.xml b/idrop-swing/pom.xml index 4a16403..ea44e1a 100644 --- a/idrop-swing/pom.xml +++ b/idrop-swing/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.irods</groupId> <artifactId>idrop</artifactId> - <version>0.9.1-SNAPSHOT</version> + <version>0.9.8-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.irods.idrop</groupId> @@ -22,10 +22,10 @@ <scope>runtime</scope> </dependency> --> - <dependency> + <!-- <dependency> <groupId>com.jgoodies</groupId> <artifactId>validation</artifactId> - </dependency> + </dependency> --> <dependency> <groupId>cookxml</groupId> <artifactId>cookswing</artifactId> @@ -110,7 +110,7 @@ <!-- used to automatically identify the jar containing the main class. --> <!-- this is perhaps going to change --> - <mainClass>org.irods.jargon.idrop.desktop.systraygui.IDROPDesktop</mainClass> + <mainClass>org.irods.jargon.idrop.desktop.systraygui.StartupSequencer</mainClass> </jnlp> <!-- SIGNING --> @@ -165,7 +165,7 @@ <configuration> <archive> <manifest> - <mainClass>org.irods.jargon.idrop.desktop.systraygui.IDROPDesktop</mainClass> + <mainClass>org.irods.jargon.idrop.desktop.systraygui.StartupSequencer</mainClass> </manifest> </archive> </configuration> |