Skip to content
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

Fixed Classpath and added bin folder to gitignore #4

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
Fixed Classpath: now points to the lib locally; added bin folder to t…
…he git ignore, now the class files wont show up.
  • Loading branch information
CommentSectionScientist committed Apr 21, 2018
commit af878d337914a3085135d61253091934ed4797c8
2 changes: 1 addition & 1 deletion EasyModbus/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry exported="true" kind="lib" path="C:/Users/Admin/OneDrive/EasyModbusJavaGit/EasyModbus/lib/jssc.jar"/>
<classpathentry kind="lib" path="lib/jssc.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
9 changes: 5 additions & 4 deletions EasyModbus/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/doc/
/EasyModbus/
/nbproject/
/manifest.mf
/doc/
/EasyModbus/
/nbproject/
/manifest.mf
/bin/