Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion bundles/com.espressif.idf.serial.monitor/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<classpathentry exported="true" kind="lib" path="lib/msgpack-core-0.8.20.jar"/>
<classpathentry exported="true" kind="lib" path="lib/pty4j-0.12.7.jar"/>
<classpathentry exported="true" kind="lib" path="lib/purejavacomm-0.0.11.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/slf4j.api-1.6.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/tyrus-standalone-client-1.9.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<attributes>
Expand Down
9 changes: 6 additions & 3 deletions bundles/com.espressif.idf.serial.monitor/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,17 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui.console;bundle-version="3.9.0",
org.eclipse.ui,
org.eclipse.embedcdt.ui,
org.eclipse.embedcdt.debug.gdbjtag.core
org.eclipse.embedcdt.debug.gdbjtag.core,
org.slf4j.api;visibility:=reexport
Bundle-RequiredExecutionEnvironment: JavaSE-11
Automatic-Module-Name: com.espressif.idf.serial.monitor
Bundle-ActivationPolicy: lazy
Export-Package: com.espressif.idf.serial.monitor,
com.espressif.idf.serial.monitor.core,
com.espressif.idf.serial.monitor.handlers
com.espressif.idf.serial.monitor.handlers,
org.java_websocket,
org.java_websocket.handshake,
org.java_websocket.server
Bundle-ClassPath: .,
lib/animal-sniffer-annotations-1.14.jar,
lib/annotations-16.0.2.jar,
Expand All @@ -32,7 +36,6 @@ Bundle-ClassPath: .,
lib/msgpack-core-0.8.20.jar,
lib/pty4j-0.12.7.jar,
lib/purejavacomm-0.0.11.1.jar,
lib/slf4j.api-1.6.1.jar,
lib/tyrus-standalone-client-1.9.jar,
lib/jna-5.11.0.jar,
lib/jna-platform-5.11.0.jar
1 change: 0 additions & 1 deletion bundles/com.espressif.idf.serial.monitor/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ bin.includes = META-INF/,\
lib/msgpack-core-0.8.20.jar,\
lib/pty4j-0.12.7.jar,\
lib/purejavacomm-0.0.11.1.jar,\
lib/slf4j.api-1.6.1.jar,\
lib/tyrus-standalone-client-1.9.jar,\
lib/jna-5.11.0.jar,\
lib/jna-platform-5.11.0.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="lib/Java-WebSocket-1.5.2.jar"/>
<classpathentry kind="lib" path="lib/javax.websocket-client-api-1.1.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,3 @@ Export-Package: com.espressif.idf.terminal.connector.serial.activator;x-internal
com.espressif.idf.terminal.connector.serial.controls,
com.espressif.idf.terminal.connector.serial.launcher,
com.espressif.idf.terminal.connector.serial.nls;x-internal:=true
Bundle-ClassPath: .,
lib/javax.websocket-client-api-1.1.jar,
lib/Java-WebSocket-1.5.2.jar
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.properties,\
plugin.xml,\
about.html,\
lib/,\
lib/Java-WebSocket-1.5.2.jar,\
lib/javax.websocket-client-api-1.1.jar
lib/
Binary file not shown.
Binary file not shown.
Binary file not shown.