Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XML schema for Eclipse target definition files

Where can I find the XML schema and/or documentation for Eclipse target definition files (*.target)?

like image 918
JesperE Avatar asked Apr 26 '26 09:04

JesperE


1 Answers

There is no schema or documentation defining the structure of a target definition file (.target). This is because the file structure is not intended to be API (it may change between release).

The structure has changed several times already. The code used to serialize/deserialize the file can be found in the following classes:

org.eclipse.pde.internal.core.target.TargetDefinitionPersistenceHelper
org.eclipse.pde.internal.core.target.TargetPersistence38Helper
org.eclipse.pde.internal.core.target.TargetPersistence36Helper
org.eclipse.pde.internal.core.target.TargetPersistence35Helper
org.eclipse.pde.internal.core.target.TargetPersistence34Helper
like image 149
CWindatt Avatar answered Apr 30 '26 06:04

CWindatt



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!