Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaeba489

Browse files
author
zhourenjian
committed
Update comments
1 parentd438d90 commitaeba489

File tree

9 files changed

+33
-27
lines changed

9 files changed

+33
-27
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentrykind="src"path="src"/>
4-
<classpathentrykind="con"path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
4+
<classpathentrykind="con"path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/j2se1.5.0_06"/>
55
<classpathentrykind="con"path="org.eclipse.pde.core.requiredPlugins"/>
6+
<classpathentrysourcepath="/AJAX_SWT_SRC"kind="var"path="AJAX_SWT"/>
67
<classpathentrykind="output"path="bin"/>
78
</classpath>

‎tests/net.sf.j2s.test.junit/.j2s‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Java2Script Configuration
2-
#Sat Aug 12 15:21:04 CST2006
3-
j2s.resources.list=../../plugins/net.sf.j2s.lib_1.0.0/j2slib/java.runtime.j2x,../../plugins/net.sf.j2s.lib_1.0.0/j2slib/junit.j2x,bin/net/sf/j2s/test/junit/HelloTest.js,bin/net/sf/j2s/test/junit/MyTest.js,bin/net/sf/j2s/test/junit/WorldTest.js,bin/net/sf/j2s/test/junit/MathTest.js,bin/net/sf/j2s/test/junit/StringTest.js,bin/net/sf/j2s/test/junit/ObjectTest.js,bin/net/sf/j2s/test/junit/DoubleTest.js,bin/net/sf/j2s/test/junit/FloatTest.js,bin/net/sf/j2s/test/junit/IntegerTest.js,bin/net/sf/j2s/test/junit/LongTest.js,bin/net/sf/j2s/test/junit/NumberTest.js,bin/net/sf/j2s/test/junit/StringBufferTest.js
2+
#Sun Mar 18 18:31:47 CST2007
3+
j2s.resources.list=../../plugins/net.sf.j2s.lib_1.0.0/j2slib/java.runtime.j2x,/net.sf.j2s.java.junit/.j2s,bin/net/sf/j2s/test/junit/HelloTest.js,bin/net/sf/j2s/test/junit/MyTest.js,bin/net/sf/j2s/test/junit/WorldTest.js,bin/net/sf/j2s/test/junit/MathTest.js,bin/net/sf/j2s/test/junit/StringTest.js,bin/net/sf/j2s/test/junit/ObjectTest.js,bin/net/sf/j2s/test/junit/DoubleTest.js,bin/net/sf/j2s/test/junit/FloatTest.js,bin/net/sf/j2s/test/junit/IntegerTest.js,bin/net/sf/j2s/test/junit/LongTest.js,bin/net/sf/j2s/test/junit/NumberTest.js,bin/net/sf/j2s/test/junit/StringBufferTest.js,bin/net/sf/j2s/test/junit/AllTests.js,bin/net/sf/j2s/test/junit/ArrayTest.js,bin/net/sf/j2s/test/junit/ArraysTest.js
44
j2s.abandoned.resources.list=
55
j2s.output.path=bin
66
j2s.compiler.status=enable
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#Fri Aug 04 01:55:24 CST 2006
2+
eclipse.preferences.version=1
3+
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
4+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
5+
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
6+
org.eclipse.jdt.core.compiler.compliance=1.5
7+
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
8+
org.eclipse.jdt.core.compiler.debug.localVariable=generate
9+
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
10+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
11+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
12+
org.eclipse.jdt.core.compiler.source=1.5
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#Fri Aug 04 01:54:18 CST 2006
2+
eclipse.preferences.version=1
3+
internal.default.compliance=default

‎tests/net.sf.j2s.test.junit/src/net/sf/j2s/test/junit/AllTests.java‎

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
*ognize.com - initial API and implementation
9+
*Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311

1412
packagenet.sf.j2s.test.junit;
@@ -18,7 +16,7 @@
1816
importjunit.framework.TestSuite;
1917

2018
/**
21-
* @authorjosson smith
19+
* @authorzhou renjian
2220
*
2321
* 2006-8-17
2422
*/

‎tests/net.sf.j2s.test.junit/src/net/sf/j2s/test/junit/ArraysTest.java‎

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
*ognize.com - initial API and implementation
9+
*Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311

1412
packagenet.sf.j2s.test.junit;

‎tests/net.sf.j2s.test.junit/src/net/sf/j2s/test/junit/HelloTest.java‎

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
*ognize.com - initial API and implementation
9+
*Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311

1412
packagenet.sf.j2s.test.junit;
1513

1614
importjunit.framework.TestCase;
1715

1816
/**
19-
* @authorjosson smith
17+
* @authorzhou renjian
2018
*
2119
* 2006-7-20
2220
*/

‎tests/net.sf.j2s.test.junit/src/net/sf/j2s/test/junit/MyTest.java‎

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
*ognize.com - initial API and implementation
9+
*Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311

1412
packagenet.sf.j2s.test.junit;
1513

1614
importjunit.framework.TestCase;
1715

1816
/**
19-
* @authorjosson smith
17+
* @authorzhou renjian
2018
*
2119
* 2006-7-20
2220
*/

‎tests/net.sf.j2s.test.junit/src/net/sf/j2s/test/junit/WorldTest.java‎

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
*ognize.com - initial API and implementation
9+
*Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311

1412
packagenet.sf.j2s.test.junit;
1513

1614
importjunit.framework.TestCase;
1715

1816
/**
19-
* @authorjosson smith
17+
* @authorzhou renjian
2018
*
2119
* 2006-7-21
2220
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp