Skip to content

Commit

Permalink
SDM recompiled on refresh :D
Browse files Browse the repository at this point in the history
  • Loading branch information
slugmandrew committed Aug 24, 2016
1 parent b0df99d commit 61978be
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
20 changes: 10 additions & 10 deletions businessenergybox-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@
<moduleName>com.usav.beb.App</moduleName>
<moduleShortName>app</moduleShortName>
</configuration>
<executions>
<!-- Generate the module and add it to the webappDirectory/classes/... -->
<execution>
<id>generate-module</id>
<phase>generate-resources</phase>
<goals>
<goal>generate-module</goal>
</goals>
</execution>
</executions>
<!--<executions>-->
<!--&lt;!&ndash; Generate the module and add it to the webappDirectory/classes/... &ndash;&gt;-->
<!--<execution>-->
<!--<id>generate-module</id>-->
<!--<phase>generate-resources</phase>-->
<!--<goals>-->
<!--<goal>generate-module</goal>-->
<!--</goals>-->
<!--</execution>-->
<!--</executions>-->
</plugin>
</plugins>
</build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class App implements EntryPoint
*/
public void onModuleLoad()
{
final Button sendButton = new Button("Call the A-Team");
final Button sendButton = new Button("Call teh A-Team");
final TextBox nameField = new TextBox();
nameField.setText("Yo Name, Sucka!");
final Label errorLabel = new Label();
Expand Down
2 changes: 1 addition & 1 deletion businessenergybox-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<configuration>
<enableJarClasses>false</enableJarClasses>
<enableJarSplitting>true</enableJarSplitting>
<appDir>${webappDirectory}</appDir>
<!--<appDir>${webappDirectory}</appDir>-->

<!-- Comment in the below snippet to bind to all IPs instead of just localhost -->
<address>0.0.0.0</address>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
<plugins>
<plugin>
<groupId>net.ltgt.gwt.maven</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<inherited>false</inherited>
<configuration>
<launcherDir>${project.build.directory}/gwt/launcherDir</launcherDir>
</configuration>
</plugin>
<artifactId>gwt-maven-plugin</artifactId>
<inherited>false</inherited>
<configuration>
<launcherDir>businessenergybox-server/target/businessenergybox-server-${project.version}</launcherDir>
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>
Expand Down

0 comments on commit 61978be

Please sign in to comment.