diff artifact-database/src/main/java/org/dive4elements/artifactdatabase/DefaultArtifactCollectionFactory.java @ 475:415df0fc4fa1

Fixed maven group ids
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 25 Apr 2013 12:23:04 +0200
parents d0ac790a6c89
children 584591f8203c
line wrap: on
line diff
--- a/artifact-database/src/main/java/org/dive4elements/artifactdatabase/DefaultArtifactCollectionFactory.java	Thu Apr 25 11:08:43 2013 +0200
+++ b/artifact-database/src/main/java/org/dive4elements/artifactdatabase/DefaultArtifactCollectionFactory.java	Thu Apr 25 12:23:04 2013 +0200
@@ -5,17 +5,17 @@
  * Read the file LGPL.txt coming with the software for details
  * or visit http://www.gnu.org/licenses/ if it does not exist.
  */
-package de.intevation.artifactdatabase;
+package org.dive4elements.artifactdatabase;
 
-import de.intevation.artifacts.common.utils.Config;
+import org.dive4elements.artifacts.common.utils.Config;
 
 import org.apache.log4j.Logger;
 
 import org.w3c.dom.Document;
 import org.w3c.dom.Node;
 
-import de.intevation.artifacts.ArtifactCollection;
-import de.intevation.artifacts.ArtifactCollectionFactory;
+import org.dive4elements.artifacts.ArtifactCollection;
+import org.dive4elements.artifacts.ArtifactCollectionFactory;
 
 import java.util.Date;
 
@@ -58,7 +58,7 @@
      * Class to load if no artifact class is given in the configuration.
      */
     public static final String DEFAULT_ARTIFACTCOLLECTION =
-        "de.intevation.artifactdatabase.DefaultArtifact";
+        "org.dive4elements.artifactdatabase.DefaultArtifact";
 
 
     /** The name of the factory.*/
@@ -118,7 +118,7 @@
      * @param context a context from the ArtifactDatabase.
      * @param identifier unique identifer for the new artifact
      * @param data  the data containing more details for the setup of an Artifact.
-     * @return a new {@linkplain de.intevation.artifacts.ArtifactCollection ArtifactCollection}
+     * @return a new {@linkplain org.dive4elements.artifacts.ArtifactCollection ArtifactCollection}
      */
     public ArtifactCollection createCollection(
         String   identifier,

http://dive4elements.wald.intevation.org