-
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.
Merge pull request #39 from asebak/fix-pi-templates
updated project creation for raspberry pi
- Loading branch information
Showing
4 changed files
with
34 additions
and
65 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 |
---|---|---|
@@ -1,15 +1,21 @@ | ||
<idea-plugin version="2"> | ||
<id>com.atsebak.raspberrypi</id> | ||
<name>Embedded Linux JVM Debugger (Raspberry Pi, Intel x86, ARM processors)</name> | ||
<version>0.40</version> | ||
<version>0.41</version> | ||
<vendor email="[email protected]" url="http://www.atsebak.com">At Sebak</vendor> | ||
|
||
<description><![CDATA[ | ||
<p>Java Debugger for Embedded Systems that run on Embedded Linux</p> | ||
<p>Java Debugger for Embedded Systems that run on Embedded Linux or on the <a href="https://www.yoctoproject.org/">Yocto Project Kernel</a></p> | ||
]]></description> | ||
|
||
<change-notes><![CDATA[ | ||
<b>Version 0.40</b> | ||
<b>Version 0.41</b> | ||
<ul> | ||
<li> | ||
Fixed Raspberry PI Project Templates Generation | ||
</li> | ||
</ul> | ||
<b>Version 0.40</b> | ||
<ul> | ||
<li> | ||
Fixed the way java process gets terminated on remote target. | ||
|
@@ -70,14 +76,4 @@ | |
<moduleBuilder builderClass="com.atsebak.embeddedlinuxjvm.project.RPiJavaModuleBuilder"/> | ||
</extensions> | ||
|
||
<application-components> | ||
</application-components> | ||
|
||
<project-components> | ||
</project-components> | ||
|
||
<actions> | ||
</actions> | ||
|
||
|
||
</idea-plugin> |
Binary file not shown.
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