File tree Expand file tree Collapse file tree 5 files changed +73
-3
lines changed Expand file tree Collapse file tree 5 files changed +73
-3
lines changed Original file line number Diff line number Diff line change 33
44# Eclipse
55.settings /
6- classes /
7- .classpath
8- .project
6+ bin /
97
108# Mac
119.DS_Store
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <projectDescription >
3+ <name >jd.ide.eclipse.feature</name >
4+ <comment ></comment >
5+ <projects >
6+ </projects >
7+ <buildSpec >
8+ <buildCommand >
9+ <name >org.eclipse.pde.FeatureBuilder</name >
10+ <arguments >
11+ </arguments >
12+ </buildCommand >
13+ </buildSpec >
14+ <natures >
15+ <nature >org.eclipse.pde.FeatureNature</nature >
16+ </natures >
17+ </projectDescription >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <classpath >
3+ <classpathentry exported =" true" kind =" lib" path =" lib/jd-common-0.7.1.jar" />
4+ <classpathentry exported =" true" kind =" lib" path =" lib/jd-common-ide-0.7.1.jar" />
5+ <classpathentry exported =" true" kind =" lib" path =" lib/jd-core-0.7.1.jar" />
6+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5" />
7+ <classpathentry kind =" con" path =" org.eclipse.pde.core.requiredPlugins" />
8+ <classpathentry kind =" src" path =" src" />
9+ <classpathentry kind =" output" path =" bin" />
10+ </classpath >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <projectDescription >
3+ <name >jd.ide.eclipse.plugin</name >
4+ <comment ></comment >
5+ <projects >
6+ </projects >
7+ <buildSpec >
8+ <buildCommand >
9+ <name >org.eclipse.jdt.core.javabuilder</name >
10+ <arguments >
11+ </arguments >
12+ </buildCommand >
13+ <buildCommand >
14+ <name >org.eclipse.pde.ManifestBuilder</name >
15+ <arguments >
16+ </arguments >
17+ </buildCommand >
18+ <buildCommand >
19+ <name >org.eclipse.pde.SchemaBuilder</name >
20+ <arguments >
21+ </arguments >
22+ </buildCommand >
23+ </buildSpec >
24+ <natures >
25+ <nature >org.eclipse.pde.PluginNature</nature >
26+ <nature >org.eclipse.jdt.core.javanature</nature >
27+ </natures >
28+ </projectDescription >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <projectDescription >
3+ <name >jd.ide.eclipse.site</name >
4+ <comment ></comment >
5+ <projects >
6+ </projects >
7+ <buildSpec >
8+ <buildCommand >
9+ <name >org.eclipse.pde.UpdateSiteBuilder</name >
10+ <arguments >
11+ </arguments >
12+ </buildCommand >
13+ </buildSpec >
14+ <natures >
15+ <nature >org.eclipse.pde.UpdateSiteNature</nature >
16+ </natures >
17+ </projectDescription >
You can’t perform that action at this time.
0 commit comments