Vorbereitung Release 1.5 von OMDS: Neue Ordner für 1.5 (1.4 fehlt momentan, muss noch aus dem Branch hineinkopiert werden)
This commit is contained in:
@@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>at.vvo.omds</groupId>
|
||||
<artifactId>OMDSServiceDefinition</artifactId>
|
||||
<version>1.4.0-SNAPSHOT</version>
|
||||
<version>1.5.0-SNAPSHOT</version>
|
||||
<name>OMDS Service Definition</name>
|
||||
<description>Dieses Projekt enthaelt die Definitionen fuer die OMDS Services.</description>
|
||||
|
||||
<properties>
|
||||
<currentOmds3VersionDir>v1-4-0</currentOmds3VersionDir>
|
||||
<currentOmds3VersionDir>v1-5-0</currentOmds3VersionDir>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<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>-->
|
||||
<bindings.location.rel>/src/main/resources/bind/${currentOmds3VersionDir}</bindings.location.rel>
|
||||
<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>
|
||||
|
||||
<!--<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 -->
|
||||
<profile>
|
||||
<id>genJavaFromWsdl_r1_4_0_VU</id>
|
||||
<id>genJavaFromWsdl_VU</id>
|
||||
<activation>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
<property>
|
||||
@@ -246,7 +246,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
||||
</property>
|
||||
</activation>
|
||||
<properties>
|
||||
<currentOmds3VersionDir>r1_4_0</currentOmds3VersionDir>
|
||||
<currentOmds3VersionDir>r1_5_0</currentOmds3VersionDir>
|
||||
<wsdl.name>omds3Services.wsdl</wsdl.name>
|
||||
<wsdl.binding.xml>wsdl_binding.xml</wsdl.binding.xml>
|
||||
</properties>
|
||||
@@ -331,7 +331,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>genJavaFromWsdl_r1_4_0_Broker</id>
|
||||
<id>genJavaFromWsdl_Broker</id>
|
||||
<activation>
|
||||
<activeByDefault>false</activeByDefault>
|
||||
<property>
|
||||
@@ -339,7 +339,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
||||
</property>
|
||||
</activation>
|
||||
<properties>
|
||||
<currentOmds3VersionDir>r1_4_0</currentOmds3VersionDir>
|
||||
<currentOmds3VersionDir>r1_5_0</currentOmds3VersionDir>
|
||||
<wsdl.name>omds3ServicesBroker.wsdl</wsdl.name>
|
||||
<wsdl.binding.xml>wsdl_broker_binding.xml</wsdl.binding.xml>
|
||||
</properties>
|
||||
|
||||
Reference in New Issue
Block a user