Vorbereitung Release 1.5 von OMDS: Neue Ordner für 1.5 (1.4 fehlt momentan, muss noch aus dem Branch hineinkopiert werden)
@@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>at.vvo.omds</groupId>
|
<groupId>at.vvo.omds</groupId>
|
||||||
<artifactId>OMDSServiceDefinition</artifactId>
|
<artifactId>OMDSServiceDefinition</artifactId>
|
||||||
<version>1.4.0-SNAPSHOT</version>
|
<version>1.5.0-SNAPSHOT</version>
|
||||||
<name>OMDS Service Definition</name>
|
<name>OMDS Service Definition</name>
|
||||||
<description>Dieses Projekt enthaelt die Definitionen fuer die OMDS Services.</description>
|
<description>Dieses Projekt enthaelt die Definitionen fuer die OMDS Services.</description>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<currentOmds3VersionDir>v1-4-0</currentOmds3VersionDir>
|
<currentOmds3VersionDir>v1-5-0</currentOmds3VersionDir>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
|||||||
<!--<currentOmds3VersionDir>v1-3-0</currentOmds3VersionDir>-->
|
<!--<currentOmds3VersionDir>v1-3-0</currentOmds3VersionDir>-->
|
||||||
<bindings.location.rel>/src/main/resources/bind/${currentOmds3VersionDir}</bindings.location.rel>
|
<bindings.location.rel>/src/main/resources/bind/${currentOmds3VersionDir}</bindings.location.rel>
|
||||||
<target.generation.path>${basedir}/src/main/java</target.generation.path>
|
<target.generation.path>${basedir}/src/main/java</target.generation.path>
|
||||||
<bindings.location.rel>/src/main/resources/bind/v1-4-0</bindings.location.rel>
|
<bindings.location.rel>/src/main/resources/bind/v1-5-0</bindings.location.rel>
|
||||||
<bindings.location>${basedir}${bindings.location.rel}</bindings.location>
|
<bindings.location>${basedir}${bindings.location.rel}</bindings.location>
|
||||||
|
|
||||||
<!--<wsdl.location>src/main/resources/def/v1-3-0/omds3Services.wsdl</wsdl.location>
|
<!--<wsdl.location>src/main/resources/def/v1-3-0/omds3Services.wsdl</wsdl.location>
|
||||||
@@ -238,7 +238,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
|||||||
|
|
||||||
<!-- Spezielles Profil um Java-Code aus dem WSDL zu generieren -->
|
<!-- Spezielles Profil um Java-Code aus dem WSDL zu generieren -->
|
||||||
<profile>
|
<profile>
|
||||||
<id>genJavaFromWsdl_r1_4_0_VU</id>
|
<id>genJavaFromWsdl_VU</id>
|
||||||
<activation>
|
<activation>
|
||||||
<activeByDefault>true</activeByDefault>
|
<activeByDefault>true</activeByDefault>
|
||||||
<property>
|
<property>
|
||||||
@@ -246,7 +246,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
|||||||
</property>
|
</property>
|
||||||
</activation>
|
</activation>
|
||||||
<properties>
|
<properties>
|
||||||
<currentOmds3VersionDir>r1_4_0</currentOmds3VersionDir>
|
<currentOmds3VersionDir>r1_5_0</currentOmds3VersionDir>
|
||||||
<wsdl.name>omds3Services.wsdl</wsdl.name>
|
<wsdl.name>omds3Services.wsdl</wsdl.name>
|
||||||
<wsdl.binding.xml>wsdl_binding.xml</wsdl.binding.xml>
|
<wsdl.binding.xml>wsdl_binding.xml</wsdl.binding.xml>
|
||||||
</properties>
|
</properties>
|
||||||
@@ -331,7 +331,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
|||||||
</profile>
|
</profile>
|
||||||
|
|
||||||
<profile>
|
<profile>
|
||||||
<id>genJavaFromWsdl_r1_4_0_Broker</id>
|
<id>genJavaFromWsdl_Broker</id>
|
||||||
<activation>
|
<activation>
|
||||||
<activeByDefault>false</activeByDefault>
|
<activeByDefault>false</activeByDefault>
|
||||||
<property>
|
<property>
|
||||||
@@ -339,7 +339,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
|||||||
</property>
|
</property>
|
||||||
</activation>
|
</activation>
|
||||||
<properties>
|
<properties>
|
||||||
<currentOmds3VersionDir>r1_4_0</currentOmds3VersionDir>
|
<currentOmds3VersionDir>r1_5_0</currentOmds3VersionDir>
|
||||||
<wsdl.name>omds3ServicesBroker.wsdl</wsdl.name>
|
<wsdl.name>omds3ServicesBroker.wsdl</wsdl.name>
|
||||||
<wsdl.binding.xml>wsdl_broker_binding.xml</wsdl.binding.xml>
|
<wsdl.binding.xml>wsdl_broker_binding.xml</wsdl.binding.xml>
|
||||||
</properties>
|
</properties>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1014 B After Width: | Height: | Size: 1014 B |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 982 B After Width: | Height: | Size: 982 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1022 B After Width: | Height: | Size: 1022 B |
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |