Adrian Custer ha scritto:
> Hey all,
> 
> Some of the pom.xml files don't start with an "<? xml ..." line, some
> are utf-8 others western, some (see ext/xml/pom.xml) have a comment tag
> at the top with some kind of svn auto-magic substitution. A classic mess
> that I'd like to cleanup. I propose that each file start with the
> following (between the ******* lines):
> 
> ************************************************************************
> <?xml version="1.0" encoding="UTF-8"?>
> <!-- ===============================================================
>          Project configuration file for the Geotools 2 project
>          http://www.geotools.org/
> 
>          Version: $Id: pom.xml 21768 2006-10-03 13:04:43Z acuster $
>      =============================================================== -->
> 
> <project xmlns="http://maven.apache.org/POM/4.0.0"; 
>          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
>          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
>                              http://maven.apache.org/maven-v4_0_0.xsd";>
> 
> ************************************************************************
> 
> However, note that the lines will be 80 characters wide, reduced here
> for mailing. 
> 
> Also, I don't know how the automagic substitution is constructed--i.e.
> I'm not simply trying to add my nick to every pom.xml file. ;-)

Well, I'm not against it, and I like conventions. So +1 (or should
I say +0.5, aka, do it, but I'm not so pro that I would do it myself :-p)
Cheers
Andrea

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to