Skip to content

Commit 27b1800

Browse files
author
Paul Verest 伟保罗
committed
add ENIDE 0.3
1 parent 7627b92 commit 27b1800

3 files changed

Lines changed: 58 additions & 9 deletions

File tree

ENodeIDE.p2f

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<!--
3+
[Enide - Eclipse Node.js IDE](https://github.com/Nodeclipse/eclipse-node-ide) v0.3.0 (with Nodeclipse 0.3)
4+
5+
Copyright (C) 2013, by [Paul Verest](https://github.com/PaulVI/blog#blog) at [Funshion.com](http://www.funshion.com/english/index.html)
6+
7+
You can do whatever you want with this projects as long as you keep this license notice.
8+
9+
For example, email this file to a friend. Because this is all what is needed to start Eclipse Node.js IDE installation!
10+
11+
File -> Import \ Install Software Items from File
12+
13+
Please use the #nodeclipse & #enide tags to twit about.
14+
-->
15+
<?p2f version='1.0.0'?>
16+
<p2f version='1.0.0'>
17+
<ius size='6'>
18+
<iu id='org.chromium.sdk.feature.group' name='ChromeDevTools SDK' version='0.3.9.201304131105'>
19+
<repositories size='2'>
20+
<repository location='http://www.nodeclipse.org/updates/'/>
21+
<repository location='http://www.tomotaro1065.com/nodeclipse/updates/'/>
22+
</repositories>
23+
</iu>
24+
<iu id='org.chromium.debug.feature.group' name='Chromium JavaScript Remote Debugger' version='0.3.9.201304131105'>
25+
<repositories size='2'>
26+
<repository location='http://www.nodeclipse.org/updates/'/>
27+
<repository location='http://www.tomotaro1065.com/nodeclipse/updates/'/>
28+
</repositories>
29+
</iu>
30+
<iu id='net.jeeeyul.eclipse.themes.feature.feature.group' name='Jeeeyul&apos;s Themes' version='1.7.2.201303251147'>
31+
<repositories size='1'>
32+
<repository location='https://raw.github.com/jeeeyul/eclipse-themes/master/net.jeeeyul.eclipse.themes.updatesite/'/>
33+
</repositories>
34+
</iu>
35+
<iu id='com.eclipsesource.jshint.feature.feature.group' name='JSHint Eclipse Integration' version='0.9.6.20130319-2128'>
36+
<repositories size='1'>
37+
<repository location='http://github.eclipsesource.com/jshint-eclipse/updates/'/>
38+
</repositories>
39+
</iu>
40+
<iu id='markdown.editor.feature.feature.group' name='Markdown Editor' version='0.2.3'>
41+
<repositories size='1'>
42+
<repository location='http://winterwell.com/software/updatesite/'/>
43+
</repositories>
44+
</iu>
45+
<iu id='org.nodeclipse.feature.group' name='Nodeclipse' version='0.3.0.201304131105'>
46+
<repositories size='2'>
47+
<repository location='http://www.nodeclipse.org/updates/'/>
48+
<repository location='http://www.tomotaro1065.com/nodeclipse/updates/'/>
49+
</repositories>
50+
</iu>
51+
</ius>
52+
</p2f>

EclipseNodeIDE-0.2.p2f

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version='1.0' encoding='UTF-8'?>
22
<!--
3-
[Enide - Eclipse Node.js IDE](https://github.com/Nodeclipse/eclipse-node-ide) v0.2.3
3+
[Enide - Eclipse Node.js IDE](https://github.com/Nodeclipse/eclipse-node-ide) v0.2.4 (remove ShellEd)
4+
THIS IS NOT LATEST VERSION OF NODECLIPSE-1
45
56
ATTENSION: Moved from https://github.com/PaulVI/eclipse-node-ide to https://github.com/Nodeclipse/eclipse-node-ide .
67
@@ -16,7 +17,7 @@ Please use the tags #nodeclipse & #enide to twit about.
1617
-->
1718
<?p2f version='1.0.0'?>
1819
<p2f version='1.0.0'>
19-
<ius size='6'>
20+
<ius size='5'>
2021
<iu id='org.chromium.sdk.feature.group' name='ChromeDevTools SDK' version='0.3.9.201302091448'>
2122
<repositories size='1'>
2223
<repository location='http://www.tomotaro1065.com/nodeclipse/updates/'/>
@@ -42,10 +43,5 @@ Please use the tags #nodeclipse & #enide to twit about.
4243
<repository location='http://www.tomotaro1065.com/nodeclipse/updates/'/>
4344
</repositories>
4445
</iu>
45-
<iu id='net.sourceforge.shelled.feature.group' name='ShellEd' version='2.0.2'>
46-
<repositories size='1'>
47-
<repository location='https://downloads.sourceforge.net/project/shelled/shelled/ShellEd%202.0.2/update'/>
48-
</repositories>
49-
</iu>
5046
</ius>
5147
</p2f>

Roadmap.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Roadmap
22

3-
### 0.3 (April-May 2013)
3+
### 0.3 (April 15th 2013)
44

5-
Is scheduled to come together with NodeEclipse 0.3
5+
together with NodeEclipse 0.3 (April 13th)
66

77
### 0.4 (TBD)
88

99
## Good plugins
1010

1111
[StartExplorer](http://marketplace.eclipse.org/node/641101)
12+
Update site: <code>http://basti1302.github.com/startexplorer/update/</code>
1213

1314
![StartExplorer.png](Pictures/Plugins/StartExplorer.png)
1415

0 commit comments

Comments
 (0)