* completed renaming

git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@3035 5a64d73e-33d6-4ccc-9058-23f8668ecac9
This commit is contained in:
Oliver Gierke
2008-10-15 17:40:52 +00:00
parent 8bc770e679
commit 1c82b3869c
28 changed files with 60 additions and 56 deletions

View File

@@ -1,6 +1,6 @@
package org.synyx.plugin.metadata;
package org.synyx.hera.metadata;
import org.synyx.plugin.core.Plugin;
import org.synyx.hera.core.Plugin;
/**

View File

@@ -1,4 +1,4 @@
package org.synyx.plugin.metadata;
package org.synyx.hera.metadata;
/**
* Interface for plugins providing metadata information. Usually the plugins

View File

@@ -1,4 +1,4 @@
package org.synyx.plugin.metadata;
package org.synyx.hera.metadata;
/**
* Basic interface to define a set of metadata information for plugins.

View File

@@ -1,4 +1,4 @@
package org.synyx.plugin.metadata;
package org.synyx.hera.metadata;
import org.apache.commons.lang.ObjectUtils;
import org.apache.commons.lang.StringUtils;