Skip to content

Commit 4b95494

Browse files
author
lamb
committed
v0.1.8
1 parent dbddcd5 commit 4b95494

3 files changed

Lines changed: 40 additions & 40 deletions

File tree

org.nodeclipse.debug/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Nodeclipse
44
Bundle-SymbolicName: org.nodeclipse.debug; singleton:=true
5-
Bundle-Version: 0.1.7
5+
Bundle-Version: 0.1.8
66
Bundle-Activator: org.nodeclipse.debug.Activator
77
Require-Bundle: org.eclipse.ui,
88
org.eclipse.core.runtime,

org.nodeclipse.feature/feature.xml

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<feature
3-
id="org.nodeclipse"
4-
label="Nodeclipse"
5-
version="0.1.7">
6-
7-
<description url="http://www.nodeclipse.org/">
8-
Node support for Eclipse
9-
</description>
10-
11-
<copyright url="http://www.nodeclipse.org/">
12-
Copyright@Nodeclipse
13-
</copyright>
14-
15-
<license url="http://www.apache.org/licenses/LICENSE-2.0">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<feature
3+
id="org.nodeclipse"
4+
label="Nodeclipse"
5+
version="0.1.8">
6+
7+
<description url="http://www.nodeclipse.org/">
8+
Node support for Eclipse
9+
</description>
10+
11+
<copyright url="http://www.nodeclipse.org/">
12+
Copyright@Nodeclipse
13+
</copyright>
14+
15+
<license url="http://www.apache.org/licenses/LICENSE-2.0">
1616
Apache License
1717
Version 2.0, January 2004
1818
http://www.apache.org/licenses/
@@ -213,26 +213,26 @@ http://www.apache.org/licenses/
213213
distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
214214
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
215215
See the License for the specific language governing permissions and
216-
limitations under the License.
217-
</license>
218-
219-
<url>
220-
<update label="Nodeclipse Updates" url="http://www.nodeclipse.org/updates"/>
221-
<discovery label="Nodeclipse Updates" url="http://www.nodeclipse.org/updates"/>
222-
</url>
223-
224-
<plugin
225-
id="org.nodeclipse.debug"
226-
download-size="0"
227-
install-size="0"
228-
version="0.1.7"
229-
unpack="false"/>
230-
231-
<plugin
232-
id="org.nodeclipse.ui"
233-
download-size="0"
234-
install-size="0"
235-
version="0.1.7"
236-
unpack="false"/>
237-
238-
</feature>
216+
limitations under the License.
217+
</license>
218+
219+
<url>
220+
<update label="Nodeclipse Updates" url="http://www.nodeclipse.org/updates"/>
221+
<discovery label="Nodeclipse Updates" url="http://www.nodeclipse.org/updates"/>
222+
</url>
223+
224+
<plugin
225+
id="org.nodeclipse.debug"
226+
download-size="0"
227+
install-size="0"
228+
version="0.1.8"
229+
unpack="false"/>
230+
231+
<plugin
232+
id="org.nodeclipse.ui"
233+
download-size="0"
234+
install-size="0"
235+
version="0.1.8"
236+
unpack="false"/>
237+
238+
</feature>

org.nodeclipse.ui/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Nodeclipse
44
Bundle-SymbolicName: org.nodeclipse.ui;singleton:=true
5-
Bundle-Version: 0.1.7
5+
Bundle-Version: 0.1.8
66
Bundle-Activator: org.nodeclipse.ui.Activator
77
Require-Bundle: org.eclipse.ui,
88
org.eclipse.core.runtime,

0 commit comments

Comments
 (0)