Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: c86d865d31880adbed048079efd190263bc1d095 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                                
                           

                                  

                               
                          
################################################################################
# Copyright (c) 2012 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
################################################################################

customBuildCallbacks=customBuildCallbacks.xml

bin.includes = META-INF/,\
               plugin.xml,\
               plugin.properties,\
               about.html,\
               build.properties

generateSourceBundle=false

Back to the top