Changeset 5527


Ignore:
Timestamp:
08/06/14 09:49:49 (10 years ago)
Author:
Twan Goosen
Message:

Project license and developer info and some cleaning up

Location:
VirtualCollectionRegistry/trunk/VirtualCollectionRegistry
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/pom.xml

    r5522 r5527  
    1111
    1212    <organization>
    13         <name>Institut fÃŒr Deutsche Sprache</name>
    14         <url>http://www.ids-mannheim.de/</url>
     13        <name>CLARIN</name>
     14        <url>http://www.clarin.eu/</url>
    1515    </organization>
    16 
     16   
     17    <developers>
     18        <developer>
     19            <name>Oliver Schonefeld</name>
     20            <organization>Institut fÃŒr Deutsche Sprache</organization>
     21            <url>http://www.ids-mannheim.de/</url>
     22        </developer>
     23        <developer>
     24            <name>Twan Goosen</name>
     25            <organization>CLARIN</organization>
     26            <url>http://www.clarin.eu/</url>
     27        </developer>
     28    </developers>
     29   
     30    <licenses>
     31        <license>
     32            <name>GNU General Public License Version 3 (GPLv3)</name>
     33            <url>http://www.gnu.org/licenses/gpl-3.0.txt</url>
     34          </license>
     35    </licenses>
    1736
    1837    <properties>
     
    3453        <log4j.appender>File</log4j.appender>
    3554        <war.webxml>src/main/webapp/WEB-INF/web-shib.xml</war.webxml>
     55       
     56        <!-- Tell Netbeans to insert the right license header -->
     57        <netbeans.hint.license>gpl30</netbeans.hint.license>
    3658    </properties>
    3759   
  • VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/java/eu/clarin/cmdi/virtualcollectionregistry/gui/pages/BrowsePublicCollectionsPage.java

    r5500 r5527  
    11package eu.clarin.cmdi.virtualcollectionregistry.gui.pages;
    22
    3 import eu.clarin.cmdi.virtualcollectionregistry.gui.table.CollectionsProvider;
    43import eu.clarin.cmdi.virtualcollectionregistry.gui.table.PublishedCollectionsProvider;
    54import eu.clarin.cmdi.virtualcollectionregistry.gui.table.VirtualCollectionTable;
  • VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/java/eu/clarin/cmdi/virtualcollectionregistry/gui/wizard/CreateVirtualCollectionWizard.java

    r5522 r5527  
    1212import java.util.Iterator;
    1313import java.util.List;
    14 import org.apache.wicket.AttributeModifier;
    1514import org.apache.wicket.Component;
    1615import org.apache.wicket.Session;
Note: See TracChangeset for help on using the changeset viewer.