Browse Source

Use the right path for clover license...

Change-Id: I6a596983ae9ac2bd94842056d22904e0efd4b7c1
Reviewed-on: http://gerrit.dmdirc.com/3203
Reviewed-by: Greg Holmes <greg@dmdirc.com>
Automatic-Compile: DMDirc Build Manager
tags/0.8rc1
Chris Smith 10 years ago
parent
commit
0556d2691c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build-plugins.xml

+ 1
- 1
build-plugins.xml View File

@@ -16,7 +16,7 @@
16 16
         <subant buildpath="modules/plugins" target="${plugins.build.target}">
17 17
             <property name="plugins.dmdirc.build.dir" value="../../${build.classes.dir}"/>
18 18
             <property name="clover.search.path" value="../../lib/test"/>
19
-            <property name="clover.license.path" location="etc/clover.license"/>
19
+            <property name="clover.license.path" location="etc/clover/clover.license"/>
20 20
             <property name="clover.init.string" location=".clover/clover.db"/>
21 21
         </subant>
22 22
     </target>

Loading…
Cancel
Save