* cleaned up folder structure
* OSGiyfied artifact names * polished poms a little * edited Eclipse project names to align artifact id git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@6618 5a64d73e-33d6-4ccc-9058-23f8668ecac9
This commit is contained in:
26
core/target/classes/META-INF/MANIFEST.MF
Normal file
26
core/target/classes/META-INF/MANIFEST.MF
Normal file
@@ -0,0 +1,26 @@
|
||||
Manifest-Version: 1.0
|
||||
Export-Package: org.synyx.hera.core;uses:="org.springframework.core.an
|
||||
notation";version="0.5.0.SNAPSHOT",org.synyx.hera.core.config;uses:="
|
||||
org.springframework.beans.factory.support,org.springframework.beans.f
|
||||
actory.xml,org.w3c.dom";version="0.5.0.SNAPSHOT",org.synyx.hera.core.
|
||||
support;uses:="org.synyx.hera.core,org.springframework.beans,org.spri
|
||||
ngframework.context,org.springframework.beans.factory";version="0.5.0
|
||||
.SNAPSHOT"
|
||||
Tool: Bnd-0.0.255
|
||||
Bundle-Name: Hera Core
|
||||
Created-By: 1.6.0_13 (Apple Inc.)
|
||||
Bundle-Vendor: Synyx GmbH & Co. KG
|
||||
Bundle-Version: 0.5.0.SNAPSHOT
|
||||
Bnd-LastModified: 1249492300509
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Description: Core plugin infrastructure
|
||||
Import-Package: org.springframework.beans;version="2.5",org.springfram
|
||||
ework.beans.factory;version="2.5",org.springframework.beans.factory.s
|
||||
upport;version="2.5",org.springframework.beans.factory.xml;version="2
|
||||
.5",org.springframework.context;version="2.5",org.springframework.cor
|
||||
e.annotation;version="2.5",org.synyx.hera.core;version="0.5.0.SNAPSHO
|
||||
T",org.synyx.hera.core.config;version="0.5.0.SNAPSHOT",org.synyx.hera
|
||||
.core.support;version="0.5.0.SNAPSHOT",org.w3c.dom
|
||||
Bundle-SymbolicName: org.synyx.hera
|
||||
Bundle-DocURL: http://www.synyx.org
|
||||
|
||||
1
core/target/classes/META-INF/spring.handlers
Normal file
1
core/target/classes/META-INF/spring.handlers
Normal file
@@ -0,0 +1 @@
|
||||
http\://schemas.synyx.org/hera=org.synyx.hera.core.config.PluginNamespaceHandler
|
||||
1
core/target/classes/META-INF/spring.schemas
Normal file
1
core/target/classes/META-INF/spring.schemas
Normal file
@@ -0,0 +1 @@
|
||||
http\://schemas.synyx.org/hera/hera.xsd=org/synyx/hera/core/config/hera.xsd
|
||||
Binary file not shown.
BIN
core/target/classes/org/synyx/hera/core/Plugin.class
Normal file
BIN
core/target/classes/org/synyx/hera/core/Plugin.class
Normal file
Binary file not shown.
BIN
core/target/classes/org/synyx/hera/core/PluginRegistry.class
Normal file
BIN
core/target/classes/org/synyx/hera/core/PluginRegistry.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
49
core/target/classes/org/synyx/hera/core/config/hera.xsd
Normal file
49
core/target/classes/org/synyx/hera/core/config/hera.xsd
Normal file
@@ -0,0 +1,49 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<xsd:schema xmlns="http://schemas.synyx.org/hera"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:beans="http://www.springframework.org/schema/beans"
|
||||
xmlns:tool="http://www.springframework.org/schema/tool"
|
||||
targetNamespace="http://schemas.synyx.org/hera"
|
||||
elementFormDefault="qualified" attributeFormDefault="unqualified">
|
||||
|
||||
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
|
||||
|
||||
|
||||
<xsd:element name="list" type="pluginType">
|
||||
<xsd:annotation>
|
||||
<xsd:appinfo>
|
||||
<tool:annotation>
|
||||
<tool:exports identifier="@id" type="java.util.List" />
|
||||
</tool:annotation>
|
||||
</xsd:appinfo>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
|
||||
<xsd:element name="registry" type="pluginType">
|
||||
<xsd:annotation>
|
||||
<xsd:appinfo>
|
||||
<tool:annotation>
|
||||
<tool:exports identifier="@id" type="org.synyx.plugin.core.PluginRegistry" />
|
||||
</tool:annotation>
|
||||
</xsd:appinfo>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
|
||||
<xsd:complexType name="pluginType">
|
||||
<xsd:attribute name="id" type="xsd:string" />
|
||||
<xsd:attribute name="class" type="classType" />
|
||||
<xsd:attribute name="init-factories" type="xsd:boolean" default="false" />
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:simpleType name="classType">
|
||||
<xsd:annotation>
|
||||
<xsd:appinfo>
|
||||
<tool:annotation kind="direct">
|
||||
<tool:expected-type type="java.lang.Class" />
|
||||
</tool:annotation>
|
||||
</xsd:appinfo>
|
||||
</xsd:annotation>
|
||||
<xsd:union memberTypes="xsd:string" />
|
||||
</xsd:simpleType>
|
||||
|
||||
</xsd:schema>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user