improved syntax highlighting scanners and preferences
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / core / builder / BatchImageBuilder.java
index aad863d..c924195 100644 (file)
@@ -205,7 +205,7 @@ protected void copyExtraResourcesBack(ClasspathMultiDirectory sourceLocation, fi
 
                                                IPath folderPath = resource.getFullPath();
                                                if (isAlsoProject && isExcludedFromProject(folderPath)) return false; // the sourceFolder == project
-                                               createFolder(folderPath.removeFirstSegments(segmentCount), outputFolder);
+//                                             createFolder(folderPath.removeFirstSegments(segmentCount), outputFolder);
                                }
                                return true;
                        }
@@ -233,7 +233,7 @@ protected void copyPackages(ClasspathMultiDirectory sourceLocation) throws CoreE
 
                                                IPath folderPath = resource.getFullPath();
                                                if (isAlsoProject && isExcludedFromProject(folderPath)) return false; // the sourceFolder == project
-                                               createFolder(folderPath.removeFirstSegments(segmentCount), outputFolder);
+//                                             createFolder(folderPath.removeFirstSegments(segmentCount), outputFolder);
                                }
                                return true;
                        }