Skip to content

Commit

Permalink
Updated the sample to Spiffy UI version 1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
zgrossbart committed Aug 15, 2013
1 parent 24b46c7 commit 2e4fff1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .classpath
Expand Up @@ -4,6 +4,6 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
<classpathentry kind="lib" path="build/lib/spiffyui-1.1.jar"/>
<classpathentry kind="lib" path="build/lib/spiffyui-1.2.jar"/>
<classpathentry kind="output" path="eclipseout"/>
</classpath>
6 changes: 3 additions & 3 deletions ivy.xml
Expand Up @@ -2,14 +2,14 @@
<info organisation="org.spiffyui" module="hellospiffy-ivy"/>
<dependencies>
<!-- Spiffy UI JARs -->
<dependency org="org.spiffyui" name="spiffyui" changing="true" rev="1.1"/>
<dependency org="org.spiffyui" name="spiffyui" changing="true" rev="1.2"/>

<!-- These are the JARs we need for building GWT. -->
<dependency org="javax.validation" name="validation-api" rev="1.0.0.GA">
<artifact name="validation-api"/>
<artifact name="validation-api" m:classifier="sources"/>
</dependency>
<dependency org="com.google.gwt" name="gwt-user" rev="2.4.0"/>
<dependency org="com.google.gwt" name="gwt-dev" rev="2.4.0"/>
<dependency org="com.google.gwt" name="gwt-user" rev="2.5.1"/>
<dependency org="com.google.gwt" name="gwt-dev" rev="2.5.1"/>
</dependencies>
</ivy-module>

0 comments on commit 2e4fff1

Please sign in to comment.