Author: fchrist
Date: Wed Jul 13 15:06:25 2011
New Revision: 1146089

URL: http://svn.apache.org/viewvc?rev=1146089&view=rev
Log:
STANBOL-271 Added support for *.owl files handled as XML

Modified:
    incubator/stanbol/trunk/conventions/insert_license.pl

Modified: incubator/stanbol/trunk/conventions/insert_license.pl
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/conventions/insert_license.pl?rev=1146089&r1=1146088&r2=1146089&view=diff
==============================================================================
--- incubator/stanbol/trunk/conventions/insert_license.pl (original)
+++ incubator/stanbol/trunk/conventions/insert_license.pl Wed Jul 13 15:06:25 
2011
@@ -117,7 +117,7 @@ my @xmlFileTypes = (
   ".jdo", ".orm", ".jdoquery", ".jelly",
   ".jxt", ".meta", ".pagesheet", ".stx", ".xegrm", ".xgrm", ".xlex", ".xmi",
   ".xsd", ".rng", ".rdf", ".rdfs", ".xul", ".tld", ".xxe", ".ft", ".fv",
-  ".wsdd", ".wsdl", ".xlog", ".pom",
+  ".wsdd", ".wsdl", ".xlog", ".pom", ".owl",
 );
 my @sgmlFileTypes = (
   ".dtd", ".mod", ".sgml", ".sgm",


Reply via email to