Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 81f9a2be1223742be3d740a9b64aecdc9cdb59da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
###############################################################################
# Copyright (c) 2017 Dortmund University of Applied Sciences and Arts and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#  
# Contributors:
#    Dortmund University of Applied Sciences and Arts - initial API and implementation
###############################################################################
source.. = src/
output.. = bin/
bin.includes = plugin.xml,\
               META-INF/,\
               .,\
               icons/

Back to the top