Added package-info.java to eva2 base package.

Refactored GenericArrayEditor.java

Added more meta data to pom.xml
This commit is contained in:
2012-06-05 14:57:30 +00:00
parent 25198b8249
commit 83b44f1d1a
4 changed files with 230 additions and 194 deletions

14
pom.xml
View File

@@ -80,4 +80,18 @@
<!-- Default file encoding is UTF-8 -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<licenses>
<license>
<name>GNU LGPL v2.1</name>
<url>http://www.gnu.org/licenses/lgpl-2.1.txt</url>
<distribution>repo</distribution>
<comments>GNU Lesser General Public License, version 2.1</comments>
</license>
</licenses>
<organization>
<name>Department for Cognitive Systems, University of Tuebingen, Germany</name>
<url>http://www.cogsys.cs.uni-tuebingen.de/</url>
</organization>
</project>