You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/01/11 20:24:41 UTC

[GitHub] matthiasblaesing closed pull request #1083: Update projectized.xml to find the ide.css

matthiasblaesing closed pull request #1083: Update projectized.xml to find the ide.css
URL: https://github.com/apache/incubator-netbeans/pull/1083
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/nbbuild/templates/projectized.xml b/nbbuild/templates/projectized.xml
index 72a535934c..56358c6235 100644
--- a/nbbuild/templates/projectized.xml
+++ b/nbbuild/templates/projectized.xml
@@ -504,7 +504,7 @@ If you are sure you want to build with JDK 9+ anyway, use: -Dpermit.jdk9.builds=
         <!-- (XXX maybe the viewer task can automagically do this...) -->
         <mkdir dir="${build.javahelp.dir}/org/netbeans/modules/usersguide"/>
         <copy tofile="${build.javahelp.dir}/org/netbeans/modules/usersguide/ide.css"
-              file="${nb_all}/usersguide/javahelp/org/netbeans/modules/usersguide/ide.css"
+              file="${nb_all}/ide/usersguide/javahelp/org/netbeans/modules/usersguide/ide.css"
               failonerror="false"/>
         <mkdir dir="${cluster}/${javahelp.jar.dir}"/>
         <jar jarfile="${cluster}/${javahelp.jar}" compress="true">


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists