Revision: 19996
          http://sourceforge.net/p/gate/code/19996
Author:   markagreenwood
Date:     2017-01-26 17:20:42 +0000 (Thu, 26 Jan 2017)
Log Message:
-----------
helps if you change a return type if you change it everywhere

Modified Paths:
--------------
    
gate/branches/sawdust2/gate-maven-plugin/src/main/java/uk/ac/gate/maven/DumpCreoleToXML.java

Modified: 
gate/branches/sawdust2/gate-maven-plugin/src/main/java/uk/ac/gate/maven/DumpCreoleToXML.java
===================================================================
--- 
gate/branches/sawdust2/gate-maven-plugin/src/main/java/uk/ac/gate/maven/DumpCreoleToXML.java
        2017-01-26 12:47:44 UTC (rev 19995)
+++ 
gate/branches/sawdust2/gate-maven-plugin/src/main/java/uk/ac/gate/maven/DumpCreoleToXML.java
        2017-01-26 17:20:42 UTC (rev 19996)
@@ -148,7 +148,7 @@
         throws MalformedURLException {
       super(group, artifact, version);
 
-      this.baseURL = dir.toURI();
+      this.baseURL = dir.toURI().toURL();
       this.creoleFile = new File(dir, "creole.xml");
     }
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
GATE-cvs mailing list
GATE-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to