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









                                                                               
               
                          
                                   
                                  
                                                

                           
                        




                                                                       
                         
###############################################################################
# Copyright (c) 2011 IBM Corporation and others.
# 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:
#     IBM Corporation - initial API and implementation
###############################################################################
source.. = src/
bin.includes = META-INF/,\
 				.,\
               plugin.properties,\
               ant_tasks/pdepublishing-ant.jar,\
               plugin.xml,\
               about.html
jars.compile.order = .,\
                     ant_tasks/pdepublishing-ant.jar
source.ant_tasks/pdepublishing-ant.jar = src_ant/
output.ant_tasks/pdepublishing-ant.jar = bin_ant/
extra.ant_tasks/pdepublishing-ant.jar = platform:/plugin/org.apache.ant
jars.extra.classpath = platform:/plugin/org.apache.ant/lib/ant.jar
src.includes = about.html

Back to the top