benchmarks/matrix-multiplication/pom.xml
branchbenchmarks
changeset 311 84c05018e079
parent 308 bf7dc9e8586c
child 312 5a053b8f40ad
     1.1 --- a/benchmarks/matrix-multiplication/pom.xml	Wed Dec 12 12:37:41 2012 +0100
     1.2 +++ b/benchmarks/matrix-multiplication/pom.xml	Wed Dec 12 18:18:07 2012 +0100
     1.3 @@ -15,15 +15,6 @@
     1.4    </properties>
     1.5  
     1.6    <build>
     1.7 -      <resources>
     1.8 -        <resource>
     1.9 -          <directory>src/main/resources</directory>
    1.10 -          <excludes>
    1.11 -            <exclude>**/*.js</exclude>
    1.12 -          </excludes>
    1.13 -        </resource>
    1.14 -      </resources>
    1.15 -  
    1.16        <plugins>
    1.17            <plugin>
    1.18              <groupId>org.apache.maven.plugins</groupId>