3
0
Fork 0

[svn r179] renamed to new x4o nameshema

This commit is contained in:
willemc 2007-01-24 01:36:28 +01:00
parent 7a797028ac
commit 01c77e5ba7
10 changed files with 15 additions and 15 deletions

View file

@ -7,5 +7,6 @@
<classpathentry kind="lib" path="lib/commons-beanutils.jar"/> <classpathentry kind="lib" path="lib/commons-beanutils.jar"/>
<classpathentry kind="lib" path="lib/juel-2.1.0-rc1.jar"/> <classpathentry kind="lib" path="lib/juel-2.1.0-rc1.jar"/>
<classpathentry kind="lib" path="lib/juel-2.1.0-rc1-impl.jar"/> <classpathentry kind="lib" path="lib/juel-2.1.0-rc1-impl.jar"/>
<classpathentry kind="lib" path="lib/jms-api.jar"/>
<classpathentry kind="output" path="bin"/> <classpathentry kind="output" path="bin"/>
</classpath> </classpath>

Binary file not shown.

BIN
lib/jms-api.jar Normal file

Binary file not shown.

View file

@ -24,6 +24,6 @@
The views and conclusions contained in the software and documentation are those of the authors and The views and conclusions contained in the software and documentation are those of the authors and
should not be interpreted as representing official policies, either expressed or implied, of IDCA. should not be interpreted as representing official policies, either expressed or implied, of IDCA.
--> -->
<eld xmlns:eld="http://x4o.idcanet.com/eld/x4o.eld"> <eld xmlns:eld="http://x4o.idcanet.com/eld/eld-lang.eld">
</eld> </eld>

View file

@ -24,7 +24,7 @@
The views and conclusions contained in the software and documentation are those of the authors and The views and conclusions contained in the software and documentation are those of the authors and
should not be interpreted as representing official policies, either expressed or implied, of IDCA. should not be interpreted as representing official policies, either expressed or implied, of IDCA.
--> -->
<eld xmlns:eld="http://x4o.idcanet.com/eld/x4o.eld"> <eld xmlns:eld="http://x4o.idcanet.com/eld/eld-lang.eld">
<eld:elementClass tag="filter" objectClassName="com.idcanet.foei.components.lang.Filter"/> <eld:elementClass tag="filter" objectClassName="com.idcanet.foei.components.lang.Filter"/>
<eld:elementClass tag="stringFilter" objectClassName="com.idcanet.foei.components.steps.filters.StringFilter"/> <eld:elementClass tag="stringFilter" objectClassName="com.idcanet.foei.components.steps.filters.StringFilter"/>

View file

@ -24,7 +24,7 @@
The views and conclusions contained in the software and documentation are those of the authors and The views and conclusions contained in the software and documentation are those of the authors and
should not be interpreted as representing official policies, either expressed or implied, of IDCA. should not be interpreted as representing official policies, either expressed or implied, of IDCA.
--> -->
<eld xmlns:eld="http://x4o.idcanet.com/eld/x4o.eld"> <eld xmlns:eld="http://x4o.idcanet.com/eld/eld-lang.eld">
<eld:elementClass tag="standardOutput" objectClassName="com.idcanet.foei.components.io.StandardOutput"/> <eld:elementClass tag="standardOutput" objectClassName="com.idcanet.foei.components.io.StandardOutput"/>
<eld:elementClass tag="errorOutput" objectClassName="com.idcanet.foei.components.io.ErrorOutput"/> <eld:elementClass tag="errorOutput" objectClassName="com.idcanet.foei.components.io.ErrorOutput"/>

View file

@ -24,12 +24,11 @@
The views and conclusions contained in the software and documentation are those of the authors and The views and conclusions contained in the software and documentation are those of the authors and
should not be interpreted as representing official policies, either expressed or implied, of IDCA. should not be interpreted as representing official policies, either expressed or implied, of IDCA.
--> -->
<eld xmlns:eld="http://x4o.idcanet.com/eld/x4o.eld"> <eld xmlns:eld="http://x4o.idcanet.com/eld/eld-lang.eld">
<eld:elementParameterHandler parameterName="bind" bean.src="com.idcanet.foei.core.x4o.BindAttributeHandler" /> <eld:elementParameterHandler parameterName="bind" bean.class="com.idcanet.foei.core.x4o.BindAttributeHandler" />
<eld:elementParameterHandler parameterName="id" bean.src="com.idcanet.foei.core.x4o.IdAttributeHandler" />
<eld:elementBindingHandler bean.src="com.idcanet.foei.core.x4o.EventStepBindRuleHandler"/> <eld:elementBindingHandler bean.class="com.idcanet.foei.core.x4o.EventStepBindRuleHandler"/>
<eld:elementClass tag="bind" elementClassName="com.idcanet.foei.core.x4o.ObjectBindingElement"/> <eld:elementClass tag="bind" elementClassName="com.idcanet.foei.core.x4o.ObjectBindingElement"/>
<eld:elementClass tag="dummyOutputPort" objectClassName="com.idcanet.foei.components.lang.DummyOutputPort"/> <eld:elementClass tag="dummyOutputPort" objectClassName="com.idcanet.foei.components.lang.DummyOutputPort"/>

View file

@ -24,6 +24,6 @@
The views and conclusions contained in the software and documentation are those of the authors and The views and conclusions contained in the software and documentation are those of the authors and
should not be interpreted as representing official policies, either expressed or implied, of IDCA. should not be interpreted as representing official policies, either expressed or implied, of IDCA.
--> -->
<eld xmlns:eld="http://x4o.idcanet.com/eld/x4o.eld"> <eld xmlns:eld="http://x4o.idcanet.com/eld/eld-lang.eld">
<eld:elementClass tag="loggerInput" objectClassName="com.idcanet.foei.components.logging.LoggerInput"/> <eld:elementClass tag="loggerInput" objectClassName="com.idcanet.foei.components.logging.LoggerInput"/>
</eld> </eld>

View file

@ -4,10 +4,10 @@
<comment> <comment>
Foei namespace Foei namespace
</comment> </comment>
<entry key="eld.http://foei.idcanet.com/eld/events.eld" >/META-INF/events.eld</entry> <entry key="eld.http://foei.idcanet.com/eld/foei-events.eld" >/META-INF/foei-events.eld</entry>
<entry key="eld.http://foei.idcanet.com/eld/filters.eld" >/META-INF/filters.eld</entry> <entry key="eld.http://foei.idcanet.com/eld/foei-filters.eld" >/META-INF/foei-filters.eld</entry>
<entry key="eld.http://foei.idcanet.com/eld/io.eld" >/META-INF/io.eld</entry> <entry key="eld.http://foei.idcanet.com/eld/foei-io.eld" >/META-INF/foei-io.eld</entry>
<entry key="eld.http://foei.idcanet.com/eld/lang.eld" >/META-INF/lang.eld</entry> <entry key="eld.http://foei.idcanet.com/eld/foei-lang.eld" >/META-INF/foei-lang.eld</entry>
<entry key="eld.http://foei.idcanet.com/eld/logging.eld" >/META-INF/logging.eld</entry> <entry key="eld.http://foei.idcanet.com/eld/foei-logging.eld" >/META-INF/foei-logging.eld</entry>
<entry key="eld.http://foei.idcanet.com/eld/printers.eld" >/META-INF/printers.eld</entry> <entry key="eld.http://foei.idcanet.com/eld/foei-printers.eld" >/META-INF/foei-printers.eld</entry>
</properties> </properties>

View file

@ -24,7 +24,7 @@
The views and conclusions contained in the software and documentation are those of the authors and The views and conclusions contained in the software and documentation are those of the authors and
should not be interpreted as representing official policies, either expressed or implied, of IDCA. should not be interpreted as representing official policies, either expressed or implied, of IDCA.
--> -->
<eld xmlns:eld="http://x4o.idcanet.com/eld/x4o.eld"> <eld xmlns:eld="http://x4o.idcanet.com/eld/eld-lang.eld">
<eld:elementClass tag="defaultPrinter" objectClassName="com.idcanet.foei.components.steps.printers.DefaultPrinter"/> <eld:elementClass tag="defaultPrinter" objectClassName="com.idcanet.foei.components.steps.printers.DefaultPrinter"/>
<eld:elementClass tag="datePrinter" objectClassName="com.idcanet.foei.components.steps.printers.DatePrinter"/> <eld:elementClass tag="datePrinter" objectClassName="com.idcanet.foei.components.steps.printers.DatePrinter"/>