updated browser example so its working again ;)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user