# HG changeset patch # User Bob Rosenberg # Date 1280834094 -3600 # Node ID f7179968fc36754e80becf0139893a8cc60f124c # Parent f70b728ea30c4a4ad5c951f584544cfafab7942d Add verbatim functionality to filtering so it can perform chassis builds. Add ProductsDefinition file for defining exports. diff -r f70b728ea30c -r f7179968fc36 metatools/sysdeftools/filtering.xsl --- a/metatools/sysdeftools/filtering.xsl Wed Jul 28 13:20:46 2010 +0100 +++ b/metatools/sysdeftools/filtering.xsl Tue Aug 03 12:14:54 2010 +0100 @@ -16,28 +16,65 @@ The filtering concepts here may not be carried forward in future system definition processing tools --> - - - - + + only - + + + - + + + @@ -55,8 +92,8 @@ - - + + diff -r f70b728ea30c -r f7179968fc36 metatools/sysdeftools/group/contents.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/metatools/sysdeftools/group/contents.xml Tue Aug 03 12:14:54 2010 +0100 @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -r f70b728ea30c -r f7179968fc36 metatools/sysdeftools/group/perl.bat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/metatools/sysdeftools/group/perl.bat Tue Aug 03 12:14:54 2010 +0100 @@ -0,0 +1,17 @@ +@rem Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). +@rem All rights reserved. +@rem This component and the accompanying materials are made available +@rem under the terms of the License "Eclipse Public License v1.0" +@rem which accompanies this distribution, and is available +@rem at the URL "http://www.eclipse.org/legal/epl-v10.html". +@rem +@rem Initial Contributors: +@rem Nokia Corporation - initial contribution. +@rem +@rem Contributors: +@rem +@rem Description: +@rem +@setlocal +@perl %~dpn0.pl %* + diff -r f70b728ea30c -r f7179968fc36 metatools/sysdeftools/group/unixxslcmd.bat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/metatools/sysdeftools/group/unixxslcmd.bat Tue Aug 03 12:14:54 2010 +0100 @@ -0,0 +1,21 @@ +@rem Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). +@rem All rights reserved. +@rem This component and the accompanying materials are made available +@rem under the terms of the License "Eclipse Public License v1.0" +@rem which accompanies this distribution, and is available +@rem at the URL "http://www.eclipse.org/legal/epl-v10.html". +@rem +@rem Initial Contributors: +@rem Nokia Corporation - initial contribution. +@rem +@rem Contributors: +@rem +@rem Description: +@rem +@setlocal +@if .%1==. goto use +@ java -jar %~dp0xalanj\xalan.jar -xsl %~dpn0.xsl %* +@goto end +:use +@ java -jar %~dp0xalanj\xalan.jar -in %~dpn0.xsl -xsl %~dp0lib\usage.xsl -param usage "%~n0" +:end diff -r f70b728ea30c -r f7179968fc36 metatools/sysdeftools/group/unixxsltccmd.bat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/metatools/sysdeftools/group/unixxsltccmd.bat Tue Aug 03 12:14:54 2010 +0100 @@ -0,0 +1,21 @@ +@rem Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). +@rem All rights reserved. +@rem This component and the accompanying materials are made available +@rem under the terms of the License "Eclipse Public License v1.0" +@rem which accompanies this distribution, and is available +@rem at the URL "http://www.eclipse.org/legal/epl-v10.html". +@rem +@rem Initial Contributors: +@rem Nokia Corporation - initial contribution. +@rem +@rem Contributors: +@rem +@rem Description: +@rem +@setlocal +@if .%1==. goto use +@ java -jar %~dp0xalanj\xalan.jar -xsl %~dpn0.xsl %* -XSLTC +@goto end +:use +@ java -jar %~dp0xalanj\xalan.jar -in %~dpn0.xsl -xsl %~dp0lib\usage.xsl -param usage "%~n0" +:end