-
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
ca61a54
commit 0a9cdd3
Showing
34 changed files
with
1,122 additions
and
4 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>Mqtt-Provider</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.m2e.core.maven2Builder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.m2e.core.maven2Nature</nature> | ||
</natures> | ||
</projectDescription> |
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,2 @@ | ||
eclipse.preferences.version=1 | ||
encoding/<project>=ISO-8859-1 |
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 @@ | ||
activeProfiles= | ||
eclipse.preferences.version=1 | ||
resolveWorkspaceProjects=true | ||
version=1 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
/bin | ||
/target/ |
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
2 changes: 2 additions & 0 deletions
2
bundles/org.eclipse.ecf.provider.jms.mqtt/.settings/org.eclipse.core.resources.prefs
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,2 @@ | ||
eclipse.preferences.version=1 | ||
encoding/<project>=ISO-8859-1 |
4 changes: 4 additions & 0 deletions
4
bundles/org.eclipse.ecf.provider.jms.mqtt/.settings/org.eclipse.m2e.core.prefs
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 @@ | ||
activeProfiles= | ||
eclipse.preferences.version=1 | ||
resolveWorkspaceProjects=true | ||
version=1 |
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,5 +1,4 @@ | ||
source.. = src/ | ||
output.. = bin/ | ||
bin.includes = META-INF/,\ | ||
.,\ | ||
about.html,\ | ||
|
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 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>org.eclipse.ecf.provider.jms.mqtt</groupId> | ||
<artifactId>org.eclipse.ecf.provider.jms.mqtt.parent</artifactId> | ||
<version>1.0.0-SNAPSHOT</version> | ||
<relativePath>../../</relativePath> | ||
</parent> | ||
<artifactId>org.eclipse.ecf.provider.jms.mqtt</artifactId> | ||
<version>1.2.1-SNAPSHOT</version> | ||
<packaging>eclipse-plugin</packaging> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/target/ |
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
2 changes: 2 additions & 0 deletions
2
...ures/org.eclipse.ecf.provider.jms.mqtt.feature/.settings/org.eclipse.core.resources.prefs
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,2 @@ | ||
eclipse.preferences.version=1 | ||
encoding/<project>=ISO-8859-1 |
4 changes: 4 additions & 0 deletions
4
features/org.eclipse.ecf.provider.jms.mqtt.feature/.settings/org.eclipse.m2e.core.prefs
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 @@ | ||
activeProfiles= | ||
eclipse.preferences.version=1 | ||
resolveWorkspaceProjects=true | ||
version=1 |
Binary file added
BIN
+799 Bytes
features/org.eclipse.ecf.provider.jms.mqtt.feature/build/20160616/artifacts.jar
Binary file not shown.
Binary file added
BIN
+6.68 KB
features/org.eclipse.ecf.provider.jms.mqtt.feature/build/20160616/content.jar
Binary file not shown.
Binary file renamed
BIN
+22.8 KB
...r.jms.mqtt.feature_1.0.0.201701291636.jar → ...r.jms.mqtt.feature_1.0.0.201706161728.jar
Binary file not shown.
Binary file added
BIN
+46.3 KB
...se.ecf.provider.jms.mqtt.feature/build/20160616/plugins/javax.jms_1.1.0.v201205091237.jar
Binary file not shown.
Binary file renamed
BIN
+28.7 KB
....provider.jms.mqtt_1.2.1.201701291636.jar → ....provider.jms.mqtt_1.2.1.201706161728.jar
Binary file not shown.
Binary file renamed
BIN
+68.8 KB
...e.ecf.provider.jms_1.9.1.201701291636.jar → ....ecf.provider.jms_1.10.0.201706161643.jar
Binary file not shown.
Binary file added
BIN
+205 KB
...provider.jms.mqtt.feature/build/20160616/plugins/org.eclipse.paho.client.mqttv3_1.1.1.jar
Binary file not shown.
Binary file removed
BIN
-714 Bytes
features/org.eclipse.ecf.provider.jms.mqtt.feature/build/artifacts.jar
Binary file not shown.
Binary file removed
BIN
-6.66 KB
features/org.eclipse.ecf.provider.jms.mqtt.feature/build/content.jar
Binary file not shown.
Binary file removed
BIN
-38 KB
.../org.eclipse.ecf.provider.jms.mqtt.feature/build/plugins/javax.jms_1.1.0.201701291636.jar
Binary file not shown.
Binary file removed
BIN
-204 KB
...ipse.ecf.provider.jms.mqtt.feature/build/plugins/org.eclipse.paho.client.mqttv3_1.1.0.jar
Binary file not shown.
13 changes: 13 additions & 0 deletions
13
features/org.eclipse.ecf.provider.jms.mqtt.feature/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,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>org.eclipse.ecf.provider.jms.mqtt</groupId> | ||
<artifactId>org.eclipse.ecf.provider.jms.mqtt.parent</artifactId> | ||
<version>1.0.0-SNAPSHOT</version> | ||
<relativePath>../../</relativePath> | ||
</parent> | ||
<artifactId>org.eclipse.ecf.provider.jms.mqtt.feature</artifactId> | ||
<packaging>eclipse-feature</packaging> | ||
</project> |
Oops, something went wrong.