sf-package/package_refs.ant.xml
author Simon Howkins <simonh@symbian.org>
Tue, 30 Mar 2010 13:57:59 +0100
changeset 952 ea541face66b
parent 325 779cc88ed845
permissions -rw-r--r--
Re-apply changes to allow sources.csv to specify a revision by a *local* tag in the web repository. Uses "hg id" instead of "hg in", so not affected by the aborts we had previously. And no need for an empty repo this time either.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
     1
<?xml version="1.0"?>
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
     2
170
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
     3
<project name="SF-PACKAGE-REFS">
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
     4
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
     5
  <path id="sf.spec.system.definition.files">
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
     6
    <fileset dir="${sf.spec.job.drive}/" casesensitive="false">
325
779cc88ed845 Allow subprojects within a project repo and model file relative to the subproject dir
Dario Sestito <darios@symbian.org>
parents: 170
diff changeset
     7
      <include name="${sf.spec.systemdefinition.location}"/>
170
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
     8
    </fileset>
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
     9
  </path>
325
779cc88ed845 Allow subprojects within a project repo and model file relative to the subproject dir
Dario Sestito <darios@symbian.org>
parents: 170
diff changeset
    10
  
779cc88ed845 Allow subprojects within a project repo and model file relative to the subproject dir
Dario Sestito <darios@symbian.org>
parents: 170
diff changeset
    11
</project>