Bug 85432

Summary: Make jdtcore.jar an executable jar
Product: [Eclipse Project] JDT Reporter: Olivier Thomann <Olivier_Thomann>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 3.1   
Target Milestone: 3.1 M6   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Olivier Thomann CLA 2005-02-16 10:39:41 EST
We should add a manifest to this jar that would have a property.

Main-Class: org.eclipse.jdt.internal.compiler.batch.Main

This would allow to invoke the batch compiler using:
java -jar jdtcore.jar .....

instead of:
java -classpath jdtcore.jar org.eclipse.jdt.internal.compiler.batch.Main .....
Comment 1 Philipe Mulet CLA 2005-02-16 12:51:04 EST
looks nice
Comment 2 Olivier Thomann CLA 2005-02-21 10:06:21 EST
Changes released in build.properties.
Fixed and released in HEAD.
Comment 3 Olivier Thomann CLA 2005-03-30 22:57:21 EST
Verified in 20050330-0500