source: pyenvjasmine/pyenvjasmine/envjasmine/sonar.js.xml@ 19:ab5f65372038

Last change on this file since 19:ab5f65372038 was 19:ab5f65372038, checked in by Borja Lopez <borja@…>, 9 years ago

Imported latest envjasmine version, the initial import from darcs had the wrong version

File size: 740 bytes
Line 
1<project>
2 <modelVersion>4.0.0</modelVersion>
3 <groupId>net.project.my</groupId>
4 <artifactId>myproject</artifactId>
5 <version>1.0.0.0</version>
6 <name>My Project</name>
7 <description>
8 Example Project for EnvJasmine, JSCover, Sonar integration
9 </description>
10 <build>
11 <finalName>my-project</finalName>
12 <sourceDirectory>samples</sourceDirectory>
13 </build>
14 <properties>
15 <sonar.language>js</sonar.language>
16 <sonar.branch>javascript</sonar.branch>
17 <sonar.exclusions>ajaxDemo.js</sonar.exclusions>
18 <sonar.javascript.testframework>jstestdriver</sonar.javascript.testframework>
19 <sonar.javascript.jstestdriver.reportsfolder>reports</sonar.javascript.jstestdriver.reportsfolder>
20 </properties>
21</project>
Note: See TracBrowser for help on using the repository browser.