Skip to main content
summaryrefslogblamecommitdiffstats
blob: 213a2e2c4ddf7c84e287e68b8c7c09be6140208f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                                                
                                                       








                                                                                


                              





                                
################################################################################
# Copyright (c) 2006, 2008 Oracle. 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:
#     Oracle - initial API and implementation
################################################################################
javacSource = 1.5
javacTarget = 1.5
source.. = src/,\
               property_files/
output.. = bin/
bin.includes = .,\
               META-INF/,\
               about.html,\
               plugin.xml,\
               plugin.properties
jars.compile.order = .

Back to the top