cdt/cdt_6_0_x/org.eclipse.cdt.core.tests/build.properties
author dadubrow
Thu, 05 Aug 2010 13:18:02 -0500
changeset 145 d9692fb089a1
parent 37 c2bce6dd59e7
permissions -rw-r--r--
not shipping pulsar 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) 2005, 2009 IBM Corporation 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
#     IBM Corporation - 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
bin.includes = plugin.xml,\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    12
               about.html,\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    13
               .,\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    14
               test.xml,\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    15
               resources/,\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    16
               META-INF/,\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    17
               parser/org/eclipse/cdt/internal/index/tests/,\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    18
               parser/org/eclipse/cdt/internal/pdom/tests/,\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    19
               parser/org/eclipse/cdt/core/parser/tests/ast2/,\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    20
               parser/org/eclipse/cdt/core/parser/tests/scanner/,\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    21
               parser/org/eclipse/cdt/core/parser/tests/prefix/
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    22
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    23
output.. = bin/
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    24
source.. = model/,\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    25
           parser/,\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    26
           suite/,\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    27
           misc/,\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    28
           regression/,\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    29
           templateengine/
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    30
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    31
jre.compilation.profile=J2SE-1.5
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    32
javacSource=1.5
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    33
javacTarget=1.5
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    34
src.includes = about.html
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    35