-
Notifications
You must be signed in to change notification settings - Fork 21
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
ahmadsebak
committed
Dec 24, 2015
1 parent
385810c
commit b3cfa82
Showing
1 changed file
with
7 additions
and
1 deletion.
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,14 +1,20 @@ | ||
<idea-plugin version="2"> | ||
<id>com.atsebak.raspberrypi</id> | ||
<name>Embedded Linux JVM Debugger (Raspberry Pi, BeagleBone Black, Intel Galileo II, etc)</name> | ||
<version>1.03</version> | ||
<version>1.1</version> | ||
<vendor email="[email protected]" url="http://www.atsebak.com">At Sebak</vendor> | ||
|
||
<description><![CDATA[ | ||
<p>Java Runner/Debugger for Embedded Systems that run on any variant of the Embedded Linux Kernel</p> | ||
]]></description> | ||
|
||
<change-notes><![CDATA[ | ||
<b>Version 1.1</b> | ||
<ul> | ||
<li>Added SSH Private key file</li> | ||
<li>Closes java process on remote device when manually being closed</li> | ||
<li>Fast deployment times on larger java projects</li> | ||
</ul> | ||
<b>Version 1.03</b> | ||
<ul> | ||
<li> | ||
|