~ubuntu-branches/debian/sid/eclipse-cdt/sid

« back to all changes in this revision

Viewing changes to results/plugins/org.eclipse.cdt.managedbuilder.core.tests/testdata/CreateIncludeFolder.xml

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2011-10-06 21:15:04 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111006211504-8dutmljjih0zikfv
Tags: 8.0.1-1
* New upstream release.
* Split the JNI packages into a separate architecture dependent
  package and made eclipse-cdt architecture independent.
* Install JNI libraries into multiarch aware location
* Bumped Standards-Version to 3.9.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="ISO-8859-1"?>
2
 
<template type="TestTemplate" version="1.0" supplier="Symbian" revision="1.0" author="Symbian"
3
 
                id="??" label="Create Include Folder test" description="Create Include Folder test"
4
 
                 help="help.html">
5
 
 
6
 
        <process type="org.eclipse.cdt.managedbuilder.core.NewManagedProject">
7
 
                <simple name="name" value="$(projectName)" /> 
8
 
                <simple name="location" value="$(location)" />
9
 
                <simple name="artifactExtension" value="exe" />
10
 
                <simple name="isCProject" value="$(isCProject)" />
11
 
        </process>
12
 
 
13
 
        <process type="org.eclipse.cdt.managedbuilder.core.CreateIncludeFolder">
14
 
                <simple name="projectName" value="$(projectName)"/>
15
 
                <simple name="path" value="$(includeDir1)"/>
16
 
        </process>
17
 
 
18
 
        <process type="org.eclipse.cdt.managedbuilder.core.CreateIncludeFolder">
19
 
                <simple name="projectName" value="$(projectName)"/>
20
 
                <simple name="path" value="$(includeDir2)"/>
21
 
        </process>
22
 
</template>
23