- added include declarations to Outline view
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / core / JavaProject.java
index fcb0e09..978cb1b 100644 (file)
@@ -916,7 +916,7 @@ public class JavaProject
         * This is the project bin folder
         */
        protected IPath defaultOutputLocation() throws JavaModelException {
-               return getProject().getFullPath().append("bin"); //$NON-NLS-1$
+               return null; //getProject().getFullPath().append("bin"); //$NON-NLS-1$
        }
 
        /**