Skip to content

Commit 6de83a4

Browse files
committed
Prepare 0.7.0 release
1 parent dc2a363 commit 6de83a4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+124
-123
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ hs_err_pid*
1313

1414
.idea
1515
target/**
16+
**/target/**
1617

1718
*.iml

dds-builtin-types/pom.xml

Lines changed: 36 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>com.prismtech.vortex</groupId>
99
<artifactId>parent-pom</artifactId>
10-
<version>0.7.0-SNAPSHOT</version>
10+
<version>0.7.0</version>
1111
<relativePath>../parent-pom</relativePath>
1212
</parent>
1313

1414
<artifactId>dds-builtin-types</artifactId>
15-
<version>0.7.0-SNAPSHOT</version>
15+
<version>0.7.0</version>
1616
<name>dds-builtin-types</name>
1717
<packaging>jar</packaging>
1818

@@ -40,32 +40,40 @@
4040
<target>1.8</target>
4141
</configuration>
4242
</plugin>
43-
<!-- Cafe plugin for IDL file compilation -->
44-
<plugin>
45-
<groupId>com.prismtech.cafe</groupId>
46-
<artifactId>idl2j</artifactId>
47-
<executions>
48-
<execution>
49-
<id>idl-compile</id>
50-
<phase>generate-sources</phase>
51-
<configuration>
52-
<idlDir>src/main/idl</idlDir>
53-
<outDir>src/main/java</outDir>
54-
</configuration>
55-
<goals>
56-
<goal>idl-compile</goal>
57-
</goals>
58-
</execution>
59-
</executions>
60-
</plugin>
61-
<plugin>
62-
<groupId>org.codehaus.mojo</groupId>
63-
<artifactId>exec-maven-plugin</artifactId>
64-
<version>1.2.1</version>
65-
<configuration>
66-
<mainClass>org.vortex.builtin.Vortexbuiltintypes</mainClass>
67-
</configuration>
68-
</plugin>
6943
</plugins>
7044
</build>
45+
46+
<profiles>
47+
<profile>
48+
<id>generate-idl</id>
49+
<activation>
50+
<property>
51+
<name>generate.idl</name>
52+
<value>true</value>
53+
</property>
54+
</activation>
55+
<build>
56+
<plugins>
57+
<!-- Cafe plugin for IDL file compilation -->
58+
<plugin>
59+
<groupId>com.prismtech.cafe</groupId>
60+
<artifactId>idl2j</artifactId>
61+
<executions>
62+
<execution>
63+
<id>idl-compile</id>
64+
<phase>generate-sources</phase>
65+
<configuration>
66+
<idlDir>src/main/idl</idlDir>
67+
<outDir>src/main/java</outDir>
68+
</configuration>
69+
<goals>
70+
<goal>idl-compile</goal>
71+
</goals>
72+
</execution>
73+
</executions>
74+
</plugin>
75+
</plugins>
76+
</build>
77+
</profile>
78+
</profiles>
7179
</project>

dds-builtin-types/src/main/java/DDS/ByteSeqHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* DDS/ByteSeqHelper.java .
66
* Generated by the IDL-to-Java compiler (portable), version "3.2"
77
* from /Users/tmcclean/Projects/github-repositories/vortex-builtin-types/dds-builtin-types/src/main/idl/dds_builtin_types.idl
8-
* Monday, February 29, 2016 10:53:56 AM EST
8+
* Monday, February 29, 2016 3:24:09 PM EST
99
*/
1010

1111
abstract public class ByteSeqHelper

dds-builtin-types/src/main/java/DDS/ByteSeqHolder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* DDS/ByteSeqHolder.java .
66
* Generated by the IDL-to-Java compiler (portable), version "3.2"
77
* from /Users/tmcclean/Projects/github-repositories/vortex-builtin-types/dds-builtin-types/src/main/idl/dds_builtin_types.idl
8-
* Monday, February 29, 2016 10:53:56 AM EST
8+
* Monday, February 29, 2016 3:24:09 PM EST
99
*/
1010

1111
public final class ByteSeqHolder implements org.omg.CORBA.portable.Streamable

dds-builtin-types/src/main/java/DDS/Bytes.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
* DDS/Bytes.java .
66
* Generated by the IDL-to-Java compiler (portable), version "3.2"
77
* from /Users/tmcclean/Projects/github-repositories/vortex-builtin-types/dds-builtin-types/src/main/idl/dds_builtin_types.idl
8-
* Monday, February 29, 2016 10:53:56 AM EST
8+
* Monday, February 29, 2016 3:24:09 PM EST
99
*/
1010

1111
/**
1212
* Updated by idl2j
1313
* from /Users/tmcclean/Projects/github-repositories/vortex-builtin-types/dds-builtin-types/src/main/idl/dds_builtin_types.idl
14-
* Monday, February 29, 2016 10:53:57 o'clock AM EST
14+
* Monday, February 29, 2016 3:24:09 o'clock PM EST
1515
*/
1616

1717
import com.prismtech.cafe.dcps.keys.KeyList;

dds-builtin-types/src/main/java/DDS/BytesHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* DDS/BytesHelper.java .
66
* Generated by the IDL-to-Java compiler (portable), version "3.2"
77
* from /Users/tmcclean/Projects/github-repositories/vortex-builtin-types/dds-builtin-types/src/main/idl/dds_builtin_types.idl
8-
* Monday, February 29, 2016 10:53:56 AM EST
8+
* Monday, February 29, 2016 3:24:09 PM EST
99
*/
1010

1111
abstract public class BytesHelper

dds-builtin-types/src/main/java/DDS/BytesHolder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* DDS/BytesHolder.java .
55
* Generated by the IDL-to-Java compiler (portable), version "3.2"
66
* from /Users/tmcclean/Projects/github-repositories/vortex-builtin-types/dds-builtin-types/src/main/idl/dds_builtin_types.idl
7-
* Monday, February 29, 2016 10:53:56 AM EST
7+
* Monday, February 29, 2016 3:24:09 PM EST
88
*/
99

1010
public final class BytesHolder implements org.omg.CORBA.portable.Streamable

dds-builtin-types/src/main/java/DDS/BytesSeqHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* DDS/BytesSeqHelper.java .
66
* Generated by the IDL-to-Java compiler (portable), version "3.2"
77
* from /Users/tmcclean/Projects/github-repositories/vortex-builtin-types/dds-builtin-types/src/main/idl/dds_builtin_types.idl
8-
* Monday, February 29, 2016 10:53:56 AM EST
8+
* Monday, February 29, 2016 3:24:09 PM EST
99
*/
1010

1111
abstract public class BytesSeqHelper

dds-builtin-types/src/main/java/DDS/BytesSeqHolder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* DDS/BytesSeqHolder.java .
66
* Generated by the IDL-to-Java compiler (portable), version "3.2"
77
* from /Users/tmcclean/Projects/github-repositories/vortex-builtin-types/dds-builtin-types/src/main/idl/dds_builtin_types.idl
8-
* Monday, February 29, 2016 10:53:56 AM EST
8+
* Monday, February 29, 2016 3:24:09 PM EST
99
*/
1010

1111
public final class BytesSeqHolder implements org.omg.CORBA.portable.Streamable

dds-builtin-types/src/main/java/DDS/KeyedBytes.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
* DDS/KeyedBytes.java .
66
* Generated by the IDL-to-Java compiler (portable), version "3.2"
77
* from /Users/tmcclean/Projects/github-repositories/vortex-builtin-types/dds-builtin-types/src/main/idl/dds_builtin_types.idl
8-
* Monday, February 29, 2016 10:53:56 AM EST
8+
* Monday, February 29, 2016 3:24:09 PM EST
99
*/
1010

1111
/**
1212
* Updated by idl2j
1313
* from /Users/tmcclean/Projects/github-repositories/vortex-builtin-types/dds-builtin-types/src/main/idl/dds_builtin_types.idl
14-
* Monday, February 29, 2016 10:53:57 o'clock AM EST
14+
* Monday, February 29, 2016 3:24:09 o'clock PM EST
1515
*/
1616

1717
import com.prismtech.cafe.dcps.keys.KeyList;

0 commit comments

Comments
 (0)