Skip to main content
summaryrefslogtreecommitdiffstats
blob: d7dad4719e66f9b7685c727f8f92585902236d10 (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
#################################################################################
# Copyright (c) 2006, 2014 Obeo.
# 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:
#     Obeo - initial API and implementation
#################################################################################
bin.includes = META-INF/,\
               plugin.properties,\
               about.html,\
               plugin.xml
src.includes = src/,\
               about.html
# for the javadoc generation.
jars.extra.classpath = platform:/plugin/org.eclipse.emf.compare,\
                       platform:/plugin/org.eclipse.emf.compare.edit,\
                       platform:/plugin/org.eclipse.emf.compare.ide,\
                       platform:/plugin/org.eclipse.emf.compare.ide.ui,\
                       platform:/plugin/org.eclipse.emf.compare.rcp,\
                       platform:/plugin/org.eclipse.emf.compare.rcp.ui

Back to the top