Parser detects wrong include files now
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / core / CopyResourceElementsOperation.java
index 19b0fe4..7f8d1c4 100644 (file)
@@ -564,7 +564,7 @@ public class CopyResourceElementsOperation extends MultiOperation {
                if (!seenPackageNode && !defaultPackage) {
                        //the cu was in a default package...no package declaration
                        //create the new package declaration as the first child of the cu
-//                     IDOMPackage pkg = fFactory.createPackage("package " + pkgName + ";" + net.sourceforge.phpdt.internal.compiler.util.Util.LINE_SEPARATOR); //$NON-NLS-1$ //$NON-NLS-2$
+//                     IDOMPackage pkg = fFactory.createPackage("package " + pkgName + ";" + net.sourceforge.phpdt.internal.compiler.util.ProjectPrefUtil.LINE_SEPARATOR); //$NON-NLS-1$ //$NON-NLS-2$
 //                     IDOMNode firstChild = domCU.getFirstChild();
 //                     if (firstChild != null) {
 //                             firstChild.insertSibling(pkg);