Skip to content

Commit

Permalink
Change .classpath so Eclipse will copy the html files from the src to…
Browse files Browse the repository at this point in the history
… the bin directory. This way the functional tests that try to create the html report will not fail. (I tried to do this the last time I changed .classpath, but I did not realize you have to enumerate all the file types you usually get by default)
  • Loading branch information
lewijw committed Dec 22, 2010
1 parent 818f2dc commit a3e517c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cobertura/.classpath
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry including="**/*.html" kind="src" path="src"/>
<classpathentry including="**/*.css|**/*.html|**/*.java|**/*.js|**/*.png|**/*.txt|**/*.xml" kind="src" path="src"/>
<classpathentry kind="src" path="examples/functionaltest1/src"/>
<classpathentry kind="src" path="examples/basic/src"/>
<classpathentry kind="src" path="src-2"/>
Expand Down

0 comments on commit a3e517c

Please sign in to comment.