pom.xml
changeset 37 184f08369400
parent 34 485f222358de
child 46 a8857a748d93
     1.1 --- a/pom.xml	Wed Apr 24 18:34:31 2013 +0200
     1.2 +++ b/pom.xml	Thu Apr 25 16:21:50 2013 +0200
     1.3 @@ -19,6 +19,7 @@
     1.4    <modules>
     1.5      <module>json</module>
     1.6      <module>json-tck</module>
     1.7 +    <module>ko-fx</module>
     1.8    </modules>
     1.9    <licenses>
    1.10        <license>
    1.11 @@ -80,6 +81,7 @@
    1.12                    <excludes>
    1.13                         <exclude>*</exclude>
    1.14                         <exclude>.*/**</exclude>
    1.15 +                       <exclude>ko-fx/src/main/resources/org/apidesign/html/kofx/knockout*.js</exclude>
    1.16                    </excludes>
    1.17                </configuration>
    1.18            </plugin>