Skip to content

Commit 17e6465

Browse files
committed
commit hanging changes
1 parent 9779847 commit 17e6465

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

org.nodeclipse.jjs/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
point="org.eclipse.help.toc">
8484
<toc
8585
file="HelpToc.xml"
86-
primary="false">
86+
primary="true">
8787
</toc>
8888
</extension>
8989

org.nodeclipse.phantomjs/.classpath

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<classpath>
33
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
44
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5-
<classpathentry kind="src" path="src"/>
6-
<classpathentry kind="output" path="bin"/>
5+
<classpathentry kind="src" path="src/"/>
6+
<classpathentry kind="output" path="target/classes"/>
77
</classpath>

org.nodeclipse.phantomjs/.project

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,14 @@
2020
<arguments>
2121
</arguments>
2222
</buildCommand>
23+
<buildCommand>
24+
<name>org.eclipse.m2e.core.maven2Builder</name>
25+
<arguments>
26+
</arguments>
27+
</buildCommand>
2328
</buildSpec>
2429
<natures>
30+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
2531
<nature>org.eclipse.pde.PluginNature</nature>
2632
<nature>org.eclipse.jdt.core.javanature</nature>
2733
</natures>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
package org.nodeclipse.phantomjs.editors;
2+
3+
//import org.eclipse.wst.jsdt.internal.ui.javaeditor.CompilationUnitEditor;
4+
5+
//import org.nodeclipse.ui.editors.NodeEditor;
6+
7+
public class PhantomjsEditor{
8+
//public class PhantomjsEditor extends NodeEditor{ //The hierarchy of the type PhantomjsEditor is inconsistent
9+
10+
//@SuppressWarnings("restriction")
11+
//public class PhantomjsEditor extends CompilationUnitEditor{ ////The hierarchy of the type PhantomjsEditor is inconsistent
12+
13+
//into MANIFEST.MF
14+
// ,
15+
// org.eclipse.wst.jsdt.core;bundle-version="1.1.102",
16+
// org.eclipse.wst.jsdt.ui;bundle-version="1.1.102"
17+
18+
}

0 commit comments

Comments
 (0)