Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b2fe834bf97eba5580bb9240b3b53c07ecdabf88 (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
###############################################################################
# Copyright (c) 2007, 2013 Borland Software Corporation and others.
# 
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v20.html
#   
# Contributors:
#     Borland Software Corporation - initial API and implementation
###############################################################################
#Wed Jan 26 16:56:18 MSK 2005
bin.includes = plugin*.properties,\
               plugin.xml,\
               META-INF/,\
               schema/,\
               .,\
               about.html,\
               about.ini,\
               about.mappings,\
               about.properties,\
               modeling32.png,\
               model/
output.. = bin/
jars.compile.order = .
src.includes = schema/,\
               about.html
source.. = src/,\
           _generated              

Back to the top