Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogblamecommitdiffstats
blob: c19a585365e69ebfe1bc8206bf3be3467d68d16a (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                               
                                                 






                                                                       
                                                




                                                                               





                                
###############################################################################
# Copyright (c) 2008 Radoslav Gerganov 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:
#    Radoslav Gerganov - initial API and implementation
# Martin Oberhuber (Wind River) - add about.html
###############################################################################
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               about.html,\
               lib/,\
               plugin.properties
src.includes = about.html,\
               build/,\
               native/

Back to the top