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

Bug 341143

Summary: server.core build properties incorrect
Product: [ECD] Orion Reporter: Paul Webster <pwebster>
Component: ClientAssignee: Project Inbox <e4.orion-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: aniefer
Version: 0.2   
Target Milestone: 0.2   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Paul Webster CLA 2011-03-28 13:34:12 EDT
While investigating https://issues.sonatype.org/browse/TYCHO-606 it turns out the build.properties for org.eclipse.orion.server.core:

bin.includes = META-INF/,\
               plugin.xml,\
               bundle.properties
jars.compile.order = .
source.. = src/
output.. = bin/

bin.includes is missing the "." entry that would include class files.  Jan has included a git patch on the tycho bug as well.

PW
Comment 1 Andrew Niefer CLA 2011-03-28 14:40:49 EDT
fixed