* 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 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>plugin-metadata</name>
<name>hera-metadata</name>
<comment></comment>
<projects>
</projects>
@@ -16,12 +16,12 @@
</arguments>
</buildCommand>
<buildCommand>
<name>org.maven.ide.eclipse.maven2Builder</name>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<name>org.maven.ide.eclipse.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="plugin-metadata">
<wb-module deploy-name="hera-metadata">
<wb-resource deploy-path="/" source-path="/src/main/java"/>
</wb-module>
</project-modules>

View File

@@ -1,22 +1,22 @@
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.synyx.plugin</groupId>
<artifactId>plugin-metadata</artifactId>
<groupId>org.synyx.hera</groupId>
<artifactId>hera-metadata</artifactId>
<version>0.2-SNAPSHOT</version>
<name>Plugin metadata</name>
<name>Hera Metadata Extension</name>
<description>Extension package for metadata based plugins</description>
<parent>
<artifactId>synyx-plugin</artifactId>
<groupId>org.synyx.plugin</groupId>
<artifactId>hera</artifactId>
<groupId>org.synyx.hera</groupId>
<version>0.2-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
<groupId>org.synyx.plugin</groupId>
<artifactId>plugin-core</artifactId>
<groupId>org.synyx.hera</groupId>
<artifactId>hera-core</artifactId>
<version>0.2-SNAPSHOT</version>
</dependency>

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;