File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed
Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 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" />
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 <!-- - - - - - - - - - - - - - - - - -
You can’t perform that action at this time.
0 commit comments