javacommons/utils/tsrc/rtsupport/build/build.xml
changeset 80 d6dafc5d983f
parent 78 71ad690e91f5
child 87 1627c337e51e
equal deleted inserted replaced
78:71ad690e91f5 80:d6dafc5d983f
     1 <!--
       
     2 #
       
     3 # Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     4 # All rights reserved.
       
     5 # This component and the accompanying materials are made available
       
     6 # under the terms of "Eclipse Public License v1.0"
       
     7 # which accompanies this distribution, and is available
       
     8 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 #
       
    10 # Initial Contributors:
       
    11 # Nokia Corporation - initial contribution.
       
    12 #
       
    13 # Contributors:
       
    14 #
       
    15 # Description: 
       
    16 #
       
    17 -->
       
    18 
       
    19 <project name="javaruntimesupporttest" default="deploy" basedir=".">
       
    20 
       
    21   <import file="../../../../../../build/utilities.xml"/>
       
    22 
       
    23     <property name="bootclasspath" value="${bootclasspath.cdc}"/>
       
    24 
       
    25     <target name="add.classes.to.collection.jar">
       
    26     </target>
       
    27 
       
    28     <target name="system.properties">
       
    29       <properties>
       
    30           test.version=2.3
       
    31           test2.version=1.0-SUBSET
       
    32           test3=::COLONS
       
    33           test.dynamic=:test.Property
       
    34           test.dynamic2=:test.Property2
       
    35       </properties>
       
    36     </target>
       
    37 
       
    38 </project>