Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 1014b9a3bdbcbd69c6edb3f55db8aaac6da0b23b (plain) (tree)




















                                                                       
                                                             
                         
#
# Copyright (c) 2008-2010 Sonatype, Inc.
# 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:
#      Sonatype, Inc. - initial API and implementation
#

jars.compile.order = .
source.. = src/
output.. = target/classes/
bin.includes = plugin.xml,\
               icons/,\
               .,\
               META-INF/,\
               schema/,\
               OSGI-INF/l10n/bundle.properties,\
               about.html
jars.extra.classpath=platform:/plugin/org.eclipse.emf.edit.ui
src.includes = about.html

Back to the top