Update to the samskivert-1.2 SNAPSHOT to get SwingUtil.setWindowIcons()

This commit is contained in:
Dave Hoover
2010-12-02 01:24:08 +00:00
parent f73333d951
commit 04398ed747
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
<classpathentry kind="var" path="M2_REPO/junit/junit/4.8.1/junit-4.8.1.jar"/>
<classpathentry kind="var" path="M2_REPO/jregistrykey/jregistrykey/1.0/jregistrykey-1.0.jar"/>
<classpathentry kind="var" path="M2_REPO/net/sf/proguard/proguard/4.4/proguard-4.4.jar"/>
<classpathentry kind="var" path="M2_REPO/com/samskivert/samskivert/1.0/samskivert-1.0.jar"/>
<classpathentry kind="var" path="M2_REPO/com/samskivert/samskivert/1.2-SNAPSHOT/samskivert-1.2-SNAPSHOT.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="dist/classes"/>
</classpath>
+1 -1
View File
@@ -51,7 +51,7 @@
<dependency>
<groupId>com.samskivert</groupId>
<artifactId>samskivert</artifactId>
<version>1.0</version>
<version>1.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>