Merge pull request #1674 from neilcsmith-net/release112-netbeans-3290

Backport NETBEANS-3290 fix to 11.2 release branch.
diff --git a/harness/apisupport.harness/manifest.mf b/harness/apisupport.harness/manifest.mf
index 3c0f47d..db56ada 100644
--- a/harness/apisupport.harness/manifest.mf
+++ b/harness/apisupport.harness/manifest.mf
@@ -1,5 +1,5 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.netbeans.modules.apisupport.harness
-OpenIDE-Module-Specification-Version: 1.48
+OpenIDE-Module-Specification-Version: 1.48.1
 OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/apisupport/harness/Bundle.properties
 
diff --git a/nbbuild/templates/common.xml b/nbbuild/templates/common.xml
index e917424..3053e80 100644
--- a/nbbuild/templates/common.xml
+++ b/nbbuild/templates/common.xml
@@ -328,7 +328,7 @@
         <pathconvert property="dtd.cp">
             <pathfileset>
                 <path refid="cluster.path.id"/>
-                <filename name="platform/core/org-openide-filesystems.jar"/>
+                <filename name="core/org-openide-filesystems.jar"/>
             </pathfileset>
         </pathconvert>