Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: cba523073ea839c18d4c6a442b52e62376e214bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
###############################################################################
# Copyright (c) 2011 David Green 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:
#     David Green - initial API and implementation
###############################################################################
bin.includes = feature.properties,\
               feature.xml,\
               epl-v10.html,\
               license.html

Back to the top