initialize

This commit is contained in:
Pruefer
2025-06-06 09:15:13 +02:00
commit fa7c2730f1
5817 changed files with 1339670 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
Manifest-Version: 1.0
Built-By: frankp
Build-Jdk: 1.8.0_111
Created-By: Maven Integration for Eclipse

View File

@@ -0,0 +1,7 @@
#Generated by Maven Integration for Eclipse
#Tue Oct 13 14:05:20 CEST 2020
version=9.10.00beta-DEVELOPER
groupId=com.itac.interface.interfaces
m2e.projectName=data-interface-machine
m2e.projectLocation=C\:\\projects_jee\\imsinterface\\mainline\\interface\\machine
artifactId=data-interface-machine

View File

@@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>com.itac.interface.interfaces</groupId>
<artifactId>data-interface-machine</artifactId>
<packaging>jar</packaging>
<name>data-interface-machine</name>
<version>${mes.interface.version}</version>
<parent>
<groupId>com.itac.interface</groupId>
<artifactId>data-interface</artifactId>
<version>${mes.interface.version}</version>
</parent>
<dependencies>
<dependency>
<groupId>com.itac.product</groupId>
<artifactId>artes-client</artifactId>
</dependency>
<dependency>
<groupId>com.itac.interface.interfaces</groupId>
<artifactId>data-interface-core</artifactId>
</dependency>
<dependency>
<groupId>com.itac.interface.interfaces</groupId>
<artifactId>data-interface-config-bundle</artifactId>
</dependency>
<dependency>
<groupId>com.itac.product</groupId>
<artifactId>api-structs</artifactId>
</dependency>
<dependency>
<groupId>com.itac.product</groupId>
<artifactId>artes-common</artifactId>
</dependency>
<dependency>
<groupId>com.itac.interface.interfaces</groupId>
<artifactId>data-interface-mesutil</artifactId>
</dependency>
<dependency>
<groupId>com.itac.product</groupId>
<artifactId>pr-clink-java</artifactId>
</dependency>
<!-- test dependencies -->
<dependency>
<groupId>com.itac.product</groupId>
<artifactId>artes-client</artifactId>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
</dependency>
</dependencies>
</project>

View File

@@ -0,0 +1,22 @@
# alle verfügbaren FileSource
com.itac.mes.datainterface.datasource.CLinkFileSource
com.itac.mes.datainterface.datasource.Ipc2547FileSource
# alle verfügbaren FileHandler
com.itac.mes.datainterface.filehandler.GenradFileHandler
com.itac.mes.datainterface.filehandler.CLinkFileHandler
com.itac.mes.datainterface.filehandler.Ipc2547FileHandler
# alle verfügbaren Parser
com.itac.mes.datainterface.parser.DemoParser
com.itac.mes.datainterface.parser.GenradParser
com.itac.mes.datainterface.parser.ModusParser
com.itac.mes.datainterface.parser.RehmParser
com.itac.mes.datainterface.parser.CLinkParser
com.itac.mes.datainterface.parser.Ipc2547Parser
com.itac.mes.datainterface.parser.OrbotechParser
# alle verfügbaren Prozessoren
com.itac.mes.datainterface.process.CLinkProcessor
com.itac.mes.datainterface.process.Ipc2547Processor