File tree Expand file tree Collapse file tree 9 files changed +24
-40
lines changed Expand file tree Collapse file tree 9 files changed +24
-40
lines changed Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Java2Script Pacemaker (http://j2s.sourceforge.net)
3
- *
4
- * Copyright (c) 2006 ognize.com and others.
2
+ * Copyright (c) 2007 java2script.org and others.
5
3
* All rights reserved. This program and the accompanying materials
6
4
* are made available under the terms of the Eclipse Public License v1.0
7
5
* which accompanies this distribution, and is available at
8
6
* http://www.eclipse.org/legal/epl-v10.html
9
7
*
10
8
* Contributors:
11
- * ognize.com - initial API and implementation
9
+ * Zhou Renjian - initial API and implementation
12
10
*******************************************************************************/
13
11
14
12
package net .sf .j2s .lib .build ;
20
18
import java .io .IOException ;
21
19
22
20
/**
23
- * @author josson smith
21
+ * @author zhou renjian
24
22
*
25
23
* 2006-5-3
26
24
*/
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Java2Script Pacemaker (http://j2s.sourceforge.net)
3
- *
4
- * Copyright (c) 2006 ognize.com and others.
2
+ * Copyright (c) 2007 java2script.org and others.
5
3
* All rights reserved. This program and the accompanying materials
6
4
* are made available under the terms of the Eclipse Public License v1.0
7
5
* which accompanies this distribution, and is available at
8
6
* http://www.eclipse.org/legal/epl-v10.html
9
7
*
10
8
* Contributors:
11
- * ognize.com - initial API and implementation
9
+ * Zhou Renjian - initial API and implementation
12
10
*******************************************************************************/
13
11
14
12
package net .sf .j2s .lib .build ;
20
18
import java .io .IOException ;
21
19
22
20
/**
23
- * @author josson smith
21
+ * @author zhou renjian
24
22
*
25
23
* 2006-7-29
26
24
*/
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Java2Script Pacemaker (http://j2s.sourceforge.net)
3
- *
4
- * Copyright (c) 2006 ognize.com and others.
2
+ * Copyright (c) 2007 java2script.org and others.
5
3
* All rights reserved. This program and the accompanying materials
6
4
* are made available under the terms of the Eclipse Public License v1.0
7
5
* which accompanies this distribution, and is available at
8
6
* http://www.eclipse.org/legal/epl-v10.html
9
7
*
10
8
* Contributors:
11
- * ognize.com - initial API and implementation
9
+ * Zhou Renjian - initial API and implementation
12
10
*******************************************************************************/
13
11
14
12
package net .sf .j2s .lib .build ;
20
18
import java .io .IOException ;
21
19
22
20
/**
23
- * @author josson smith
21
+ * @author zhou renjian
24
22
*
25
23
* 2006-8-5
26
24
*/
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Java2Script Pacemaker (http://j2s.sourceforge.net)
3
- *
4
- * Copyright (c) 2006 ognize.com and others.
2
+ * Copyright (c) 2007 java2script.org and others.
5
3
* All rights reserved. This program and the accompanying materials
6
4
* are made available under the terms of the Eclipse Public License v1.0
7
5
* which accompanies this distribution, and is available at
8
6
* http://www.eclipse.org/legal/epl-v10.html
9
7
*
10
8
* Contributors:
11
- * ognize.com - initial API and implementation
9
+ * Zhou Renjian - initial API and implementation
12
10
*******************************************************************************/
13
11
14
12
package net .sf .j2s .lib .build ;
24
22
import java .util .regex .Pattern ;
25
23
26
24
/**
27
- * @author josson smith
25
+ * @author zhou renjian
28
26
*
29
27
* 2006-2-20
30
28
*/
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Java2Script Pacemaker (http://j2s.sourceforge.net)
3
- *
4
- * Copyright (c) 2006 ognize.com and others.
2
+ * Copyright (c) 2007 java2script.org and others.
5
3
* All rights reserved. This program and the accompanying materials
6
4
* are made available under the terms of the Eclipse Public License v1.0
7
5
* which accompanies this distribution, and is available at
8
6
* http://www.eclipse.org/legal/epl-v10.html
9
7
*
10
8
* Contributors:
11
- * ognize.com - initial API and implementation
9
+ * Zhou Renjian - initial API and implementation
12
10
*******************************************************************************/
13
11
14
12
package net .sf .j2s .lib .build ;
23
21
import java .util .Map ;
24
22
25
23
/**
26
- * @author josson smith
24
+ * @author zhou renjian
27
25
*
28
26
* 2006-7-12
29
27
*/
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Java2Script Pacemaker (http://j2s.sourceforge.net)
3
- *
4
- * Copyright (c) 2006 ognize.com and others.
2
+ * Copyright (c) 2007 java2script.org and others.
5
3
* All rights reserved. This program and the accompanying materials
6
4
* are made available under the terms of the Eclipse Public License v1.0
7
5
* which accompanies this distribution, and is available at
8
6
* http://www.eclipse.org/legal/epl-v10.html
9
7
*
10
8
* Contributors:
11
- * ognize.com - initial API and implementation
9
+ * Zhou Renjian - initial API and implementation
12
10
*******************************************************************************/
13
11
14
12
package net .sf .j2s .lib .build ;
20
18
import java .io .IOException ;
21
19
22
20
/**
23
- * @author josson smith
21
+ * @author zhou renjian
24
22
*
25
23
* 2006-7-29
26
24
*/
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Java2Script Pacemaker (http://j2s.sourceforge.net)
3
- *
4
- * Copyright (c) 2006 ognize.com and others.
2
+ * Copyright (c) 2007 java2script.org and others.
5
3
* All rights reserved. This program and the accompanying materials
6
4
* are made available under the terms of the Eclipse Public License v1.0
7
5
* which accompanies this distribution, and is available at
8
6
* http://www.eclipse.org/legal/epl-v10.html
9
7
*
10
8
* Contributors:
11
- * ognize.com - initial API and implementation
9
+ * Zhou Renjian - initial API and implementation
12
10
*******************************************************************************/
13
11
14
12
package net .sf .j2s .lib .providers ;
23
21
import org .eclipse .core .runtime .Platform ;
24
22
25
23
/**
26
- * @author josson smith
24
+ * @author zhou renjian
27
25
*
28
26
* 2006-5-13
29
27
*/
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Java2Script Pacemaker (http://j2s.sourceforge.net)
3
- *
4
- * Copyright (c) 2006 ognize.com and others.
2
+ * Copyright (c) 2007 java2script.org and others.
5
3
* All rights reserved. This program and the accompanying materials
6
4
* are made available under the terms of the Eclipse Public License v1.0
7
5
* which accompanies this distribution, and is available at
8
6
* http://www.eclipse.org/legal/epl-v10.html
9
7
*
10
8
* Contributors:
11
- * ognize.com - initial API and implementation
9
+ * Zhou Renjian - initial API and implementation
12
10
*******************************************************************************/
13
11
14
12
package net .sf .j2s .lib .providers ;
24
22
import org .eclipse .core .runtime .Platform ;
25
23
26
24
/**
27
- * @author josson smith
25
+ * @author zhou renjian
28
26
*
29
27
* 2006-5-13
30
28
*/
You can’t perform that action at this time.
0 commit comments