Skip to content

Commit a81f987

Browse files
author
zhourenjian
committed
Upgrade trunk for Eclipse 3.5
1 parent f965e73 commit a81f987

File tree

2,429 files changed

+16750
-473818
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,429 files changed

+16750
-473818
lines changed
File renamed without changes.

.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.core</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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Manifest-Version: 1.0
2+
Bundle-ManifestVersion: 2
3+
Bundle-Name: Java2Script Core
4+
Bundle-SymbolicName: net.sf.j2s.core; singleton:=true
5+
Bundle-Version: 1.0.0
6+
Bundle-Activator: net.sf.j2s.core.CorePlugin
7+
Bundle-Vendor: j2s.sourceforge.net
8+
Bundle-Localization: plugin
9+
Require-Bundle: org.eclipse.core.runtime,
10+
org.eclipse.jdt.core,
11+
org.eclipse.core.resources
12+
Eclipse-AutoStart: true
13+
Export-Package: net.sf.j2s.core.astvisitors,
14+
net.sf.j2s.core.compiler,
15+
net.sf.j2s.core.hotspot,
16+
net.sf.j2s.core

build.properties

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

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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

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

Lines changed: 0 additions & 49 deletions
This file was deleted.
-502 KB
Binary file not shown.

demos/org.java2script.demo.gtalk/org.java2script.demo.gtalk.GoogleTalk.html

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

0 commit comments

Comments
 (0)