Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 106405

Summary: .classspath and .project copied to output folder
Product: [Eclipse Project] JDT Reporter: Neeraj Agrawal <nagrawal>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: CLOSED WORKSFORME QA Contact:
Severity: major    
Priority: P3    
Version: 3.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
See the attachment none

Description Neeraj Agrawal CLA 2005-08-08 16:16:52 EDT
1. Create a Java project(Foo) with the default options, so the default source 
folder is root.

2.Set the output folder to Foo/output

3. Compile the project

4. You will see  .project and .classpath copied to the output folder

This seems to be defect since only the .class files should be copied to the 
output folder.
Comment 1 Neeraj Agrawal CLA 2005-08-08 16:18:00 EDT
Created attachment 25870 [details]
See the attachment
Comment 2 Kent Johnson CLA 2006-06-14 14:45:39 EDT
All extra resources in each source folder are copied to the output folder.

Create an explicit source folder inside the project or leave the project as the output folder if you do not want these files copied.
Comment 3 Neeraj Agrawal CLA 2006-09-25 15:26:54 EDT
closing