Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 710b91fc66d83ada5016dcbaad808bd4701ea317 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                  








                                                                       








                                  

                           



                                 



                                

               

                             
# Copyright (c) 2004 - 2007 Eike Stepper, Germany.
# 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:
#    Eike Stepper - initial API and implementation
   
# NLS_MESSAGEFORMAT_VAR

bin.includes = .,\
               META-INF/,\
               plugin.properties,\
               .options,\
               about.html,\
               copyright.txt,\
               epl-v10.html,\
               license.html,\
               plugin.xml,\
               model/,\
               schema/,\
               about.ini,\
               about.mappings,\
               about.properties,\
               modeling32.png,\
               mixin.jar
jars.compile.order = mixin.jar,\
                     .
source.. = src/
output.. = bin/
source.mixin.jar = mixin/
output.mixin.jar = mixin-bin/

Back to the top