Skip to content

Commit aa1655d

Browse files
Weekend working version of BugDoctor
1 parent c17fc5e commit aa1655d

File tree

51 files changed

+228
-648
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+228
-648
lines changed

.classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3+
<classpathentry exported="true" kind="lib" path="icons/"/>
34
<classpathentry exported="true" kind="lib" path="bugdoctor.lib/SnowballStemmer.jar"/>
45
<classpathentry exported="true" kind="lib" path="bugdoctor.lib/ca.usask.cs.srlab.acer-qrmodule.jar"/>
56
<classpathentry exported="true" kind="lib" path="bugdoctor.lib/commons-io-2.4.jar"/>

META-INF/MANIFEST.MF

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ Bundle-ClassPath: .,
4646
bugdoctor.lib/ca.usask.cs.srlab.query-executor.jar,
4747
bugdoctor.lib/ca.usask.cs.srlab.blizzard-qrmodule.jar,
4848
bugdoctor.lib/ca.usask.cs.srlab.acer-qrmodule.jar,
49-
bugdoctor.lib/SnowballStemmer.jar
49+
bugdoctor.lib/SnowballStemmer.jar,
50+
icons/
404 Bytes
Binary file not shown.
94 Bytes
Binary file not shown.
94 Bytes
Binary file not shown.
94 Bytes
Binary file not shown.
94 Bytes
Binary file not shown.
94 Bytes
Binary file not shown.
15 Bytes
Binary file not shown.
-702 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)