updated browser example so its working again ;)

This commit is contained in:
James Strachan
2012-07-19 10:23:57 +01:00
parent 9cd231ae60
commit 79904e23da
3 changed files with 16 additions and 8 deletions
+10 -3
View File
@@ -46,6 +46,13 @@
<goal>js</goal>
</goals>
</execution>
<execution>
<id>compile</id>
<phase>compile</phase>
<goals>
<goal>compile</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
@@ -60,8 +67,8 @@
</activation>
<dependencies>
<dependency>
<groupId>org.koolapp</groupId>
<artifactId>koolapp-javafx</artifactId>
<groupId>io.kool</groupId>
<artifactId>kool-javafx</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
@@ -78,7 +85,7 @@
<phase>test</phase>
<configuration>
<target>
<java fork="true" classpathref="maven.test.classpath" classname="org.koolapp.javafx.namespace">
<java fork="true" classpathref="maven.test.classpath" classname="io.kool.javafx.namespace">
<arg value="file://sample-javafx.html"/>
</java>
</target>