Skip to main content
summaryrefslogtreecommitdiffstats
blob: 3a6d52abdf10d078a61d6539b6eaec2b6362fcc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
###############################################################################
# Copyright (c) 2003, 2004 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
# 
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################
source.proxyide.jar = proxyide/
source.proxycommon.jar = proxyCommon/
output.proxycommon.jar = common_bin/
source.proxy.jar = proxy/
bin.includes = plugin.xml,\
               plugin.properties,\
               proxycommon.jar,\
               proxy.jar,\
               remotecommon.jar,\
               proxyremote.jar,\
               initparser.jar,\
               vm/remotevm.jar,\
               .options,\
               about.html,\
               proxyide.jar
src.includes = about.html,\
               schema/,\
               proxy.jars
source.proxyremote.jar = proxyRemote/
source.initparser.jar = initParser/
output.initparser.jar = common_bin/
source.remotecommon.jar = remoteCommon/
output.remotecommon.jar = common_bin/
jars.compile.order = proxycommon.jar,\
                     initparser.jar,\
                     remotecommon.jar,\
                     vm/remotevm.jar,\
                     proxy.jar,\
                     proxyremote.jar,\
                     proxyide.jar
source.vm/remotevm.jar = vm_remotevm/
output.vm/remotevm.jar = vm_bin/

Back to the top