File tree Expand file tree Collapse file tree 4 files changed +27
-3
lines changed
src/org/nodeclipse/phantomjs/editors Expand file tree Collapse file tree 4 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 8383 point =" org.eclipse.help.toc" >
8484 <toc
8585 file =" HelpToc.xml"
86- primary =" false " >
86+ primary =" true " >
8787 </toc >
8888 </extension >
8989
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments