Skip to content

Commit

Permalink
Upgraded to the latest version of Spiffy UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiffy UI committed Feb 8, 2012
1 parent 760f708 commit 49cb08e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<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.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="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/> <classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
<classpathentry kind="lib" path="target/HelloSpiffyOAuth-1.0-SNAPSHOT/WEB-INF/lib/spiffyui-0.7.8.jar"/> <classpathentry kind="lib" path="target/HelloSpiffyOAuth-1.0-SNAPSHOT/WEB-INF/lib/spiffyui-0.7.9.jar"/>
<classpathentry kind="lib" path="target/HelloSpiffyOAuth-1.0-SNAPSHOT/WEB-INF/lib/scribe-1.2.0.jar"/> <classpathentry kind="lib" path="target/HelloSpiffyOAuth-1.0-SNAPSHOT/WEB-INF/lib/scribe-1.2.0.jar"/>
<classpathentry kind="output" path="target/classes"/> <classpathentry kind="output" path="target/classes"/>
</classpath> </classpath>
17 changes: 14 additions & 3 deletions pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,16 +10,27 @@
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<name>Hello Spiffy HelloSpiffyOAuth</name> <name>Hello Spiffy HelloSpiffyOAuth</name>


<properties>
<gwt.version>2.4.0</gwt.version>
</properties>

<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.google.gwt</groupId> <groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId> <artifactId>gwt-user</artifactId>
<version>2.2.0</version> <version>${gwt.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-dev</artifactId>
<version>${gwt.version}</version>
<scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.spiffyui</groupId> <groupId>org.spiffyui</groupId>
<artifactId>spiffyui</artifactId> <artifactId>spiffyui</artifactId>
<version>0.7.8</version> <version>0.7.9</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.scribe</groupId> <groupId>org.scribe</groupId>
Expand All @@ -32,7 +43,7 @@
<plugin> <plugin>
<groupId>org.spiffyui.maven.plugins</groupId> <groupId>org.spiffyui.maven.plugins</groupId>
<artifactId>maven-spiffyui-plugin</artifactId> <artifactId>maven-spiffyui-plugin</artifactId>
<version>0.5</version> <version>0.5.5</version>
<extensions>true</extensions> <extensions>true</extensions>
</plugin> </plugin>
<plugin> <plugin>
Expand Down

0 comments on commit 49cb08e

Please sign in to comment.