Skip to content

Use cdt serial class #1261 #1262

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
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 io.sloeber.core/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="lib" path="lib/jsch-0.1.50.jar"/>
<classpathentry kind="lib" path="lib/jssc-2.8.0.jar"/>
<classpathentry kind="lib" path="lib/jmdns-3.5.3.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
4 changes: 2 additions & 2 deletions io.sloeber.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Bundle-ActivationPolicy: lazy
Bundle-Activator: io.sloeber.core.Activator
Bundle-ClassPath: .,
lib/jsch-0.1.50.jar,
lib/jssc-2.8.0.jar,
lib/jmdns-3.5.3.jar
Require-Bundle: org.eclipse.cdt.managedbuilder.core,
org.eclipse.core.filesystem,
Expand All @@ -25,7 +24,8 @@ Require-Bundle: org.eclipse.cdt.managedbuilder.core,
org.eclipse.core.resources;bundle-version="3.13.700",
org.eclipse.ui;bundle-version="3.117.0",
org.eclipse.ui.console,
org.eclipse.debug.core
org.eclipse.debug.core,
org.eclipse.cdt.native.serial;bundle-version="1.2.0"
Export-Package: cc.arduino.packages;x-internal:=true,
cc.arduino.packages.discoverers;x-internal:=true,
cc.arduino.packages.ssh;x-internal:=true,
Expand Down
4 changes: 1 addition & 3 deletions io.sloeber.core/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ bin.includes = .,\
src/io/sloeber/core/templates/sketch.ino,\
lib/jmdns-3.5.3.jar,\
lib/jsch-0.1.50.jar,\
lib/jssc-2.8.0.jar,\
OSGI-INF/l10n/bundle.properties
jars.compile.order = .
jars.extra.classpath = lib/jsch-0.1.50.jar,\
lib/jmdns-3.5.3.jar,\
lib/jssc-2.8.0.jar
lib/jmdns-3.5.3.jar
Binary file removed io.sloeber.core/lib/jssc-2.8.0.jar
Binary file not shown.
Loading