Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
icemagno committed Feb 17, 2016
1 parent 091ce5f commit 1f21dec
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 0 deletions.
Binary file modified aircraft/aircraft.jar
Binary file not shown.
File renamed without changes.
1 change: 1 addition & 0 deletions aircraft/src/br/com/cmabreu/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ private void publishAndSubscribe() throws Exception {

// This is ... ahn... the main method?
public static void main( String[] args ) {
System.setProperty("java.net.preferIPv4Stack" , "true");

if ( args.length > 0 ) {
Map<String, String> newenv = new HashMap<String, String>();
Expand Down
File renamed without changes.
2 changes: 2 additions & 0 deletions tank/src/br/com/cmabreu/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ private void publishAndSubscribe() throws Exception {

// This is ... ahn... the main method?
public static void main( String[] args ) {
System.setProperty("java.net.preferIPv4Stack" , "true");

if ( args.length > 0 ) {
Map<String, String> newenv = new HashMap<String, String>();
newenv.put("RTI_RID_FILE", "./rti.RID" );
Expand Down
Binary file modified tank/tank.jar
Binary file not shown.

0 comments on commit 1f21dec

Please sign in to comment.