-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0ba00ea
commit 25f0d77
Showing
34 changed files
with
155 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"FridayConfigs": { | ||
"ID": "Sexta-Feira", | ||
"ServerHost": "gazeboindustries.hopto.org", | ||
"Port": 3000 | ||
"ServerHost": "192.168.0.4", | ||
"Port": 5000 | ||
}, | ||
"ServerConfigs": { | ||
"ID": "Server", | ||
"Host": "192.168.0.5", | ||
"Port": 3000 | ||
"Host": "192.168.0.4", | ||
"Port": 5000 | ||
}, | ||
"InterfaceConfigs": { | ||
"ID": "Interface", | ||
"ServerHost": "gazeboindustries.hopto.org", | ||
"Port": 3000 | ||
"ServerHost": "192.168.0.4", | ||
"Port": 5000 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file modified
BIN
+7 Bytes
(100%)
Interface/Interface/target/classes/FridayInterface/Configurations.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Interface/Interface/target/classes/FridayInterface/FXMLController$5.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Interface/Interface/target/classes/FridayInterface/FXMLController$6.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Interface/Interface/target/classes/FridayInterface/FXMLController$7.class
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
Interface/Interface/target/classes/FridayInterface/FXMLController$8.class
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
Interface/Interface/target/classes/FridayInterface/FXMLController$9.class
Binary file not shown.
Binary file modified
BIN
+30 Bytes
(100%)
Interface/Interface/target/classes/FridayInterface/FXMLController.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Interface/Interface/target/classes/FridayInterface/MainApp.class
Binary file not shown.
Binary file modified
BIN
+24 Bytes
(100%)
Interface/Interface/target/classes/FridayInterface/ServerConnection.class
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Manifest-Version: 1.0 | ||
Bnd-LastModified: 1332231819873 | ||
Build-Jdk: 1.6.0_26 | ||
Built-By: fangyidong | ||
Bundle-Description: A simple Java toolkit for JSON | ||
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: JSON.simple | ||
Bundle-SymbolicName: com.googlecode.json-simple | ||
Bundle-Version: 1.1.1 | ||
Created-By: Apache Maven Bundle Plugin | ||
Export-Package: org.json.simple;uses:="org.json.simple.parser";version=" | ||
1.1.1",org.json.simple.parser;uses:="org.json.simple";version="1.1.1" | ||
Tool: Bnd-1.50.0 |
5 changes: 5 additions & 0 deletions
5
...rface/target/classes/META-INF/maven/com.googlecode.json-simple/json-simple/pom.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#Generated by org.apache.felix.bundleplugin | ||
#Tue Mar 20 16:23:39 CST 2012 | ||
version=1.1.1 | ||
groupId=com.googlecode.json-simple | ||
artifactId=json-simple |
110 changes: 110 additions & 0 deletions
110
...ce/Interface/target/classes/META-INF/maven/com.googlecode.json-simple/json-simple/pom.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
<project> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.googlecode.json-simple</groupId> | ||
<artifactId>json-simple</artifactId> | ||
<packaging>bundle</packaging> | ||
<name>JSON.simple</name> | ||
<version>1.1.1</version> | ||
<description>A simple Java toolkit for JSON</description> | ||
<url>http://code.google.com/p/json-simple/</url> | ||
<licenses> | ||
<license> | ||
<name>The Apache Software License, Version 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
</license> | ||
</licenses> | ||
<developers> | ||
<developer> | ||
<id>Yidong</id> | ||
<name>Yidong Fang</name> | ||
<roles> | ||
<role>architect</role> | ||
<role>developer</role> | ||
</roles> | ||
<timezone>+8</timezone> | ||
</developer> | ||
</developers> | ||
<scm> | ||
<connection>scm:svn:http://json-simple.googlecode.com/svn/trunk/</connection> | ||
<developerConnection>scm:svn:http://json-simple.googlecode.com/svn/trunk/</developerConnection> | ||
<url>http://json-simple.googlecode.com/svn/trunk/</url> | ||
</scm> | ||
|
||
<properties> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
</properties> | ||
|
||
<dependencies> | ||
<dependency> | ||
<groupId>junit</groupId> | ||
<artifactId>junit</artifactId> | ||
<version>4.10</version> | ||
</dependency> | ||
</dependencies> | ||
|
||
<build> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.felix</groupId> | ||
<artifactId>maven-bundle-plugin</artifactId> | ||
<version>2.3.6</version> | ||
<extensions>true</extensions> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-compiler-plugin</artifactId> | ||
<version>2.3.2</version> | ||
<configuration> | ||
<source>1.2</source> | ||
<target>1.2</target> | ||
</configuration> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-source-plugin</artifactId> | ||
<version>2.1.2</version> | ||
<executions> | ||
<execution> | ||
<id>attach-sources</id> | ||
<phase>verify</phase> | ||
<goals> | ||
<goal>jar-no-fork</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
|
||
<profiles> | ||
<profile> | ||
<id>release-sign-artifacts</id> | ||
<activation> | ||
<property> | ||
<name>performRelease</name> | ||
<value>true</value> | ||
</property> | ||
</activation> | ||
<build> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-gpg-plugin</artifactId> | ||
<version>1.4</version> | ||
<executions> | ||
<execution> | ||
<id>sign-artifacts</id> | ||
<phase>verify</phase> | ||
<goals> | ||
<goal>sign</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
</profile> | ||
</profiles> | ||
|
||
</project> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+223 Bytes
Interface/Interface/target/classes/org/json/simple/JSONStreamAware.class
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+239 Bytes
Interface/Interface/target/classes/org/json/simple/parser/ContainerFactory.class
Binary file not shown.
Binary file added
BIN
+573 Bytes
Interface/Interface/target/classes/org/json/simple/parser/ContentHandler.class
Binary file not shown.
Binary file added
BIN
+8.62 KB
Interface/Interface/target/classes/org/json/simple/parser/JSONParser.class
Binary file not shown.
Binary file added
BIN
+2.16 KB
Interface/Interface/target/classes/org/json/simple/parser/ParseException.class
Binary file not shown.
Binary file added
BIN
+12.2 KB
Interface/Interface/target/classes/org/json/simple/parser/Yylex.class
Binary file not shown.
Binary file added
BIN
+1.39 KB
Interface/Interface/target/classes/org/json/simple/parser/Yytoken.class
Binary file not shown.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#Generated by Maven | ||
#Fri Jun 19 21:33:10 BRT 2020 | ||
version=6.0 | ||
groupId=FridayInterface | ||
artifactId=Interface |
Empty file.
4 changes: 4 additions & 0 deletions
4
...nterface/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
e:\Sexta-Feira-Mark_6\Interface\Interface\src\main\java\FridayInterface\ServerConnection.java | ||
e:\Sexta-Feira-Mark_6\Interface\Interface\src\main\java\FridayInterface\Configurations.java | ||
e:\Sexta-Feira-Mark_6\Interface\Interface\src\main\java\FridayInterface\MainApp.java | ||
e:\Sexta-Feira-Mark_6\Interface\Interface\src\main\java\FridayInterface\FXMLController.java |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters