[seam-commits] Seam SVN: r7604 - branches/Seam_2_0/src/gen/org/jboss/seam/tool.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Mar 18 07:07:30 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-03-18 07:07:29 -0400 (Tue, 18 Mar 2008)
New Revision: 7604

Modified:
   branches/Seam_2_0/src/gen/org/jboss/seam/tool/EclipseClasspathTask.java
Log:
backport r7602, JBSEAM-2753

Modified: branches/Seam_2_0/src/gen/org/jboss/seam/tool/EclipseClasspathTask.java
===================================================================
--- branches/Seam_2_0/src/gen/org/jboss/seam/tool/EclipseClasspathTask.java	2008-03-18 11:05:56 UTC (rev 7603)
+++ branches/Seam_2_0/src/gen/org/jboss/seam/tool/EclipseClasspathTask.java	2008-03-18 11:07:29 UTC (rev 7604)
@@ -51,8 +51,9 @@
             
             if (new File(javadocPath).exists())
             {
+               eclipsepath += ">\r\n"; 
                eclipsepath += "\t\t<attributes>\n";
-               eclipsepath += "\t\t\t<attribute name=\"javadoc_location\" value=\"" + javadocPath + "!/\"/>\n";
+               eclipsepath += "\t\t\t<attribute name=\"javadoc_location\" value=\"jar:file:" + javadocPath + "!/\"/>\n";
                eclipsepath += "\t\t</attributes>\n";
                eclipsepath += "\t</classpathentry>\n";
             }




More information about the seam-commits mailing list