blob: 24b8897d15ce0739fca523f5f7a2656ad910fa35 (
plain) (
tree)
|
|
# Copyright (c) 2011 Mia-Software.
#
# 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:
# Gregoire Dupe (Mia-Software) - Design
# Nicolas Guyomar (Mia-Software) - Implementation
# Emmanuelle Rouillé (Mia-Software) - Bug 352618 - To be able to use non derived facet structural features and save them values.
# Nicolas Bros (Mia-Software) - Bug 361823 - [Restructuring] eFacet2 meta-model
# Gregoire Dupe (Mia-Software) - Bug 366055 - NavigationQuery
# Gregoire Dupe (Mia-Software) - Bug 369673 - [Facet] IsOneOfQuery
# Olivier Remaud (Soft-Maint) - Bug 369824 - Add a simple way to return string literal constants from a customization query
bin.includes = .,\
icons/,\
META-INF/,\
plugin.xml,\
plugin.properties,\
about.html
jars.compile.order = .
source.. = src/
output.. = bin/
src.includes = about.html
|