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

Commit1aacc7a

Browse files
author
zhourenjian
committed
Update comments
1 parent019fc17 commit1aacc7a

37 files changed

+74
-115
lines changed

‎sources/net.sf.j2s.java.org.eclipse.swt/.j2s‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Java2Script Configuration
2-
#SunNov 12 23:36:33 CST2006
2+
#SunMar 18 17:32:58 CST2007
33
j2s.compiler.visitor=SWTScriptVisitor
44
j2s.abandoned.resources.list=bin/org/eclipse/swt/internal/xhtml/window.js,bin/org/eclipse/swt/internal/xhtml/document.js,bin/org/eclipse/swt/internal/xhtml/Screen.js,bin/org/eclipse/swt/internal/xhtml/Option.js,bin/org/eclipse/swt/internal/xhtml/Element.js,bin/org/eclipse/swt/internal/xhtml/ContentWindow.js,bin/org/eclipse/swt/internal/xhtml/Clazz.js,bin/org/eclipse/swt/internal/xhtml/CSSStyle.js,bin/org/eclipse/swt/internal/xhtml/Body.js,bin/org/eclipse/swt/internal/xhtml/HTMLEvent.js
55
j2s.compiler.abbreviation=true

‎sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/internal/ResizeHandler.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
packageorg.eclipse.swt.internal;
@@ -23,7 +21,7 @@
2321
importorg.eclipse.swt.widgets.Monitor;
2422

2523
/**
26-
* @authorjosson smith
24+
* @authorzhou renjian
2725
*
2826
* 2006-4-24
2927
*/

‎sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/internal/ResizeSystem.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
packageorg.eclipse.swt.internal;
@@ -17,7 +15,7 @@
1715
importorg.eclipse.swt.widgets.Decorations;
1816

1917
/**
20-
* @authorjosson smith
18+
* @authorzhou renjian
2119
*
2220
* 2006-4-24
2321
* @j2sSuffix

‎sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/internal/RunnableCompatibility.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
packageorg.eclipse.swt.internal;
1412

‎sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/internal/browser/OS.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
packageorg.eclipse.swt.internal.browser;
@@ -21,7 +19,7 @@
2119
importorg.eclipse.swt.internal.xhtml.document;
2220

2321
/**
24-
* @authorjosson smith
22+
* @authorzhou renjian
2523
*
2624
* 2006-5-21
2725
* @j2sPrefix O$ =

‎sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/internal/browser/Popup.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
packageorg.eclipse.swt.internal.browser;
1513

1614
importorg.eclipse.swt.graphics.Rectangle;
1715

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

‎sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/internal/dnd/DNDUtils.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
packageorg.eclipse.swt.internal.dnd;
@@ -17,7 +15,7 @@
1715
importorg.eclipse.swt.internal.xhtml.document;
1816

1917
/**
20-
* @authorjosson smith
18+
* @authorzhou renjian
2119
*
2220
* 2006-3-15
2321
*

‎sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/internal/dnd/DragAdapter.java‎

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
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
packageorg.eclipse.swt.internal.dnd;
1513

1614
/**
17-
* @authorjosson smith
15+
* @authorzhou renjian
1816
*
1917
* 2006-3-15
2018
*/

‎sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/internal/dnd/DragAndDrop.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
packageorg.eclipse.swt.internal.dnd;
@@ -17,7 +15,7 @@
1715
importorg.eclipse.swt.internal.xhtml.document;
1816

1917
/**
20-
* @authorjosson smith
18+
* @authorzhou renjian
2119
*
2220
* 2006-3-15
2321
*/

‎sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/internal/dnd/DragEvent.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
packageorg.eclipse.swt.internal.dnd;
1513

1614
importorg.eclipse.swt.internal.xhtml.Element;
1715

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp