Skip to main content
summaryrefslogblamecommitdiffstats
blob: 9b4dec988187d81cc24024c6486af5eb55b31912 (plain) (tree)
1
2
                                                                               
                                                        


















                                                                               

                                 
                         
                                                    
###############################################################################
# Copyright (c) 2014 Willink Transformations 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:
#     E.D.Willink - initial API and implementation
###############################################################################
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               help/,\
               plugin.properties,\
               plugin.xml,\
               toc.xml,\
               topics_Reference.xml,\
               about.html,\
               about.ini,\
               about.properties,\
               build.properties
src.includes = about.html
additional.bundles = org.eclipse.ocl.jdt.annotation7

Back to the top