Skip to content

Commit 268787b

Browse files
author
zhourenjian
committed
Upgrade trunk for Eclipse 3.5
1 parent dfd5275 commit 268787b

File tree

2,353 files changed

+12433
-461378
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,353 files changed

+12433
-461378
lines changed

.project

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>net.sf.j2s.ui</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>

META-INF/MANIFEST.MF

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
Manifest-Version: 1.0
2+
Bundle-ManifestVersion: 2
3+
Bundle-Name: Java2Script Development Tools UI
4+
Bundle-SymbolicName: net.sf.j2s.ui; singleton:=true
5+
Bundle-Version: 1.0.0
6+
Bundle-Activator: net.sf.j2s.ui.Java2ScriptUIPlugin
7+
Bundle-Vendor: j2s.sourceforge.net
8+
Bundle-Localization: plugin
9+
Export-Package: net.sf.j2s.ui.resources
10+
Require-Bundle: org.eclipse.ui,
11+
org.eclipse.core.runtime,
12+
org.eclipse.ui.ide,
13+
org.eclipse.ui.views,
14+
org.eclipse.jface.text,
15+
org.eclipse.ui.workbench.texteditor,
16+
org.eclipse.ui.editors,
17+
org.eclipse.core.resources,
18+
org.eclipse.jdt.core,
19+
org.eclipse.core.filebuffers,
20+
org.eclipse.jdt.ui,
21+
org.eclipse.debug.core,
22+
org.eclipse.debug.ui,
23+
org.eclipse.jdt.debug.ui,
24+
org.eclipse.jdt.debug,
25+
org.eclipse.jdt.launching,
26+
org.eclipse.core.variables,
27+
org.eclipse.ltk.core.refactoring,
28+
org.eclipse.ltk.ui.refactoring,
29+
org.eclipse.ui.console,
30+
net.sf.j2s.core,
31+
org.junit,
32+
org.eclipse.jdt.junit,
33+
net.sf.j2s.ajax
34+
Eclipse-AutoStart: true

build.properties

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
source.. = src/
2+
output.. = bin/
3+
bin.includes = META-INF/,\
4+
.,\
5+
plugin.xml,\
6+
schema/,\
7+
icons/

demos/org.java2script.demo.gtalk/.classpath

Lines changed: 0 additions & 11 deletions
This file was deleted.

demos/org.java2script.demo.gtalk/.j2s

Lines changed: 0 additions & 6 deletions
This file was deleted.

demos/org.java2script.demo.gtalk/.project

Lines changed: 0 additions & 22 deletions
This file was deleted.

demos/org.java2script.demo.gtalk/WEB-INF/build.xml

Lines changed: 0 additions & 73 deletions
This file was deleted.
-23.1 KB
Binary file not shown.
-39.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)