cdt/cdt_6_0_x/org.eclipse.cdt.debug.mi.core/build.properties
author dadubrow
Mon, 19 Jul 2010 14:32:19 -0500
changeset 142 241f43d93585
parent 37 c2bce6dd59e7
permissions -rw-r--r--
add mozilla plugins
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
37
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     1
###############################################################################
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     2
# Copyright (c) 2003, 2006 QNX Software Systems and others.
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     3
# All rights reserved. This program and the accompanying materials
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     4
# are made available under the terms of the Eclipse Public License v1.0
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     5
# which accompanies this distribution, and is available at
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     6
# http://www.eclipse.org/legal/epl-v10.html
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     7
#
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     8
# Contributors:
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     9
#     QNX Software Systems - initial API and implementation
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    10
###############################################################################
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    11
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    12
bin.includes = plugin.xml,\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    13
               plugin.properties,\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    14
               about.html,\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    15
               .,\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    16
               META-INF/,\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    17
               .options
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    18
src.includes = .options,\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    19
               about.html
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    20
javadoc.packages = org.eclipse.cdt.debug.mi.core.*,\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    21
                   org.eclipse.cdt.debug.mi.core.cdi.*,\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    22
                   org.eclipse.cdt.debug.mi.core.command.*,\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    23
                   org.eclipse.cdt.debug.mi.core.event.*,\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    24
                   org.eclipse.cdt.debug.mi.core.output.*
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    25
source.. = cdi/,\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    26
           mi/,\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    27
           src/