Skip to content

Commit

Permalink
Moved package moorevaadin to morevaadin
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrankel committed Apr 26, 2012
1 parent 8ee21bb commit ed94c79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion refresh-example/pom.xml
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>com.morevaadin.vaadin7.refresh</groupId>
<artifactId>refresh-example</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>war</packaging>
<name>Vaadin 7 Root Refresh example</name>
<dependencies>
Expand Down
Expand Up @@ -14,7 +14,7 @@
* the License.
*/

package com.moorevaadin.vaadin7.refresh;
package com.morevaadin.vaadin7.refresh;

import static java.text.DateFormat.LONG;

Expand Down
2 changes: 1 addition & 1 deletion refresh-example/src/main/webapp/WEB-INF/web.xml
Expand Up @@ -13,7 +13,7 @@
<servlet-class>com.vaadin.terminal.gwt.server.ApplicationServlet</servlet-class>
<init-param>
<param-name>root</param-name>
<param-value>com.moorevaadin.vaadin7.refresh.Vaadin7Root</param-value>
<param-value>com.morevaadin.vaadin7.refresh.Vaadin7Root</param-value>
</init-param>
</servlet>
<servlet-mapping>
Expand Down

0 comments on commit ed94c79

Please sign in to comment.