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:21 CEST 2020
version=9.10.00beta-DEVELOPER
groupId=com.itac.interface.interfaces
m2e.projectName=data-interface-panasonic
m2e.projectLocation=C\:\\projects_jee\\imsinterface\\mainline\\interface\\panasonic
artifactId=data-interface-panasonic

View File

@@ -0,0 +1,79 @@
<?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-panasonic</artifactId>
<packaging>jar</packaging>
<name>data-interface-panasonic</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.interface.interfaces</groupId>
<artifactId>data-interface-core-definition</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>api-common</artifactId>
</dependency>
<dependency>
<groupId>com.itac.product</groupId>
<artifactId>artes-common</artifactId>
</dependency>
<dependency>
<groupId>com.itac.interface.interfaces</groupId>
<artifactId>data-interface-xmlapi</artifactId>
</dependency>
<dependency>
<groupId>com.itac.interface.interfaces</groupId>
<artifactId>data-interface-testcenter</artifactId>
</dependency>
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jaxb2-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>xjc</goal>
</goals>
</execution>
</executions>
<configuration>
<packageName>com.itac.panacim</packageName> <!-- The name of your generated source package -->
<schemaFiles>PanaCim.xsd</schemaFiles>
<laxSchemaValidation>true</laxSchemaValidation>
<noGeneratedHeaderComments>true</noGeneratedHeaderComments>
<noPackageLevelAnnotations>true</noPackageLevelAnnotations>
<addGeneratedAnnotation>false</addGeneratedAnnotation>
<target>2.1</target>
<verbose>false</verbose>
<quiet>true</quiet>
</configuration>
</plugin>
</plugins>
</build>
</project>

View File

@@ -0,0 +1,6 @@
com.itac.mes.datainterface.datasource.PanaCimDataSource
com.itac.mes.datainterface.parser.PanaCimParser
com.itac.mes.datainterface.process.PanaCimSmtProcessor
# Simulationen (Rahmenwerk)
com.itac.mes.datainterface.simulation.PanaCimSimulation