Update notes

This commit is contained in:
2019-11-17 15:39:10 +02:00
parent 594a8ba8ac
commit d6f4a01e3f
5 changed files with 22 additions and 11 deletions

View File

@ -25,7 +25,7 @@
"@type": "BlogPosting",
"headline": "CGSpace CG Core v2 Migration",
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/cgspace-cgcorev2-migration\/",
"wordCount": "543",
"wordCount": "546",
"datePublished": "2019-10-28T13:27:35+02:00",
"dateModified": "2019-11-17T14:21:20+02:00",
"author": {
@ -453,7 +453,7 @@
<p>¹ Not committed yet because I don&rsquo;t want to have to make minor adjustments in multiple commits. Re-apply the gauntlet of fixes with the sed script:</p>
<pre><code>$ find dspace/modules/xmlui-mirage2/src/main/webapp/themes -iname &quot;*.xsl&quot; -exec ./cgcore-xsl-replacements.sed {} \;
<pre><code>$ find dspace/modules/xmlui-mirage2/src/main/webapp/themes -iname &quot;*.xsl&quot; -exec sed -i -f ./cgcore-xsl-replacements.sed {} \;
</code></pre>