Skip to content

Commit 6b31cfb

Browse files
author
jossonsmith
committed
Add j2slibcore.z.js build for small j2slib javascript.
Update after improvement of Spinner and Combo and List.
1 parent dc8f0f4 commit 6b31cfb

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

sources/net.sf.j2s.lib/build/build.xml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
target: j2s.pack.core
3434
- - - - - - - - - - - - - - - - - -->
3535
<target name="j2s.pack.core">
36+
<!-- This SmartJSCompressor will pack Class.js and ClassExt.js together -->
3637
<java classname="net.sf.j2s.lib.build.SmartJSCompressor">
3738
<arg value="${j2s.core.src}/java/lang/Class.js"/>
3839
<arg value="${j2s.core.bin}/java/lang/Class.js"/>
@@ -98,6 +99,32 @@
9899
-->
99100
</filelist>
100101
</concat>
102+
103+
<!-- j2slibcore.z.js does not contains Console -->
104+
<concat destfile="${j2s.lib.dist}/j2slibcore.z.js">
105+
<header filtering="no" trimleading="yes">/******************************************************************************
106+
* Copyright (c) 2005-2006 ognize.com and others.
107+
* All rights reserved. This program and the accompanying materials
108+
* are made available under the terms of the Eclipse Public License v1.0
109+
* which accompanies this distribution, and is available at
110+
* http://www.eclipse.org/legal/epl-v10.html
111+
*
112+
* Web:
113+
* http://j2s.sourceforge.net/
114+
* http://sourceforge.net/projects/j2s/
115+
* Contributors:
116+
* ognize.com - initial API and implementation
117+
*****************************************************************************/
118+
/*******
119+
* @author zhou renjian
120+
* @create July 12, 2006
121+
*******/
122+
</header>
123+
<filelist dir="${j2s.core.bin}">
124+
<file name="java/lang/Class.js"/>
125+
<file name="java/lang/ClassLoader.js"/>
126+
</filelist>
127+
</concat>
101128
</target>
102129

103130
<!-- - - - - - - - - - - - - - - - - -

sources/net.sf.j2s.lib/j2slib.zip

20.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)