--- a/common/tools/split_sysdef.pl Thu Sep 02 09:22:38 2010 +0100
+++ b/common/tools/split_sysdef.pl Thu Sep 02 12:17:04 2010 +0100
@@ -56,7 +56,7 @@
$bldfile =~ s,\\,/,g;
$bldfile = "/$bldfile" if ( $bldfile !~ m,^/, );
$bldfile = "/sf$bldfile" if ( $bldfile !~ m,^/sf, );
- if ($bldfile =~ m,^/sf/(os|mw|app|tools|ostools|adaptation)/,)
+ if ($bldfile =~ m,^/sf/(os|mw|app|tools|ostools|adaptation|adapt)/,)
{
$unit->setAttribute("bldFile", $bldfile);
}
@@ -72,7 +72,7 @@
$mrp =~ s,\\,/,g;
$mrp = "/$mrp" if ( $mrp !~ m,^/, );
$mrp = "/sf$mrp" if ( $mrp !~ m,^/sf, );
- if ($mrp =~ m,^/sf/(os|mw|app|tools|ostools|adaptation)/,)
+ if ($mrp =~ m,^/sf/(os|mw|app|tools|ostools|adaptation|adapt)/,)
{
$unit->setAttribute("mrp", $mrp);
}
--- a/sf-platform/build.xml Thu Sep 02 09:22:38 2010 +0100
+++ b/sf-platform/build.xml Thu Sep 02 12:17:04 2010 +0100
@@ -129,8 +129,8 @@
<replaceregex pattern="mrp="app" replace="mrp="/sf/app" flags="gi"/>
<replaceregex pattern="bldFile="tools" replace="bldFile="/sf/tools" flags="gi"/>
<replaceregex pattern="mrp="tools" replace="mrp="/sf/tools" flags="gi"/>
- <replaceregex pattern="bldFile="adaptation" replace="bldFile="/sf/adaptation" flags="gi"/>
- <replaceregex pattern="mrp="adaptation" replace="mrp="/sf/adaptation" flags="gi"/>
+ <replaceregex pattern="bldFile="adapt" replace="bldFile="/sf/adapt" flags="gi"/>
+ <replaceregex pattern="mrp="adapt" replace="mrp="/sf/adapt" flags="gi"/>
<expandproperties/>
</filterchain>
</copy>