blob: fba2831fb074a572b038ae000c6c574532fcb442 [file] [log] [blame]
nitind958d79a2004-11-23 19:23:00 +00001###############################################################################
amywu923ee602007-04-10 18:32:07 +00002# Copyright (c) 2004, 2005 IBM Corporation and others.
nitind958d79a2004-11-23 19:23:00 +00003# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
amywu923ee602007-04-10 18:32:07 +00007#
nitind958d79a2004-11-23 19:23:00 +00008# Contributors:
9# IBM Corporation - initial API and implementation
10###############################################################################
11bin.includes = plugin.xml,\
nitind958d79a2004-11-23 19:23:00 +000012 cssprofile/,\
13 .options,\
jeffliu38477e82005-05-30 00:52:19 +000014 plugin.properties,\
david_williams709fd6a2005-06-01 00:13:18 +000015 META-INF/,\
lmandel708ae002005-07-05 20:15:07 +000016 .,\
17 about.html
david_williams304cfc42005-06-01 13:39:14 +000018bin.excludes = bin/**,\
19 @dot/**,\
20 temp.folder/**
david_williamse9e5c872005-06-02 03:48:37 +000021src.includes = component.xml,\
david_williams709fd6a2005-06-01 00:13:18 +000022 build.properties
23source.. = src/
amywu923ee602007-04-10 18:32:07 +000024