| Author | Dave Jarvis <email> |
|---|---|
| Date | 2015-01-15 16:38:48 GMT-0800 |
| Commit | 8e7f4790ce7504b62636bd7170ab3d925b045a67 |
| Parent | ee9b316 |
| +<?xml version="1.0" encoding="utf-8"?> | ||
| +<!-- | ||
| + | MIT License | ||
| + | | ||
| + | Copyright 2014 White Magic Software, Inc. | ||
| + +--> | ||
| +<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | ||
| + | ||
| +<xsl:variable name="artefacts"> | ||
| +<artefacts> | ||
| + <css>account</css> | ||
| +</artefacts> | ||
| +</xsl:variable> | ||
| + | ||
| +</xsl:stylesheet> | ||
| +<?xml version="1.0" encoding="utf-8"?> | ||
| +<!-- | ||
| + | MIT License | ||
| + | | ||
| + | Copyright 2014 White Magic Software, Inc. | ||
| + +--> | ||
| +<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | ||
| + | ||
| +<xsl:variable name="artefacts"> | ||
| +<artefacts> | ||
| + <css>home</css> | ||
| +</artefacts> | ||
| +</xsl:variable> | ||
| + | ||
| +</xsl:stylesheet> | ||
| +<?xml version="1.0" encoding="utf-8"?> | ||
| +<!-- | ||
| + | MIT License | ||
| + | | ||
| + | Copyright 2014 White Magic Software, Inc. | ||
| + +--> | ||
| +<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | ||
| + | ||
| +<xsl:variable name="artefacts"> | ||
| +<artefacts> | ||
| + <css>proposal</css> | ||
| +</artefacts> | ||
| +</xsl:variable> | ||
| + | ||
| +</xsl:stylesheet> | ||
| +<?xml version='1.0' encoding='utf-8'?> | ||
| +<xsl:stylesheet version='2.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform'> | ||
| + | ||
| +<xsl:variable name="artefacts"> | ||
| +<artefacts> | ||
| + <css>support</css> | ||
| + <js>common</js> | ||
| + <js>support</js> | ||
| +</artefacts> | ||
| +</xsl:variable> | ||
| + | ||
| +</xsl:stylesheet> | ||
| +<?xml version="1.0" encoding="utf-8"?> | ||
| +<!-- | ||
| + | MIT License | ||
| + | | ||
| + | Copyright 2014 White Magic Software, Inc. | ||
| + +--> | ||
| +<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | ||
| + | ||
| +<xsl:variable name="artefacts"> | ||
| +<artefacts> | ||
| + <css>synopsis</css> | ||
| +</artefacts> | ||
| +</xsl:variable> | ||
| + | ||
| +</xsl:stylesheet> | ||
| Delta | 72 lines added, 0 lines removed, 72-line increase |
|---|