Project propertiues such as the NiceXSL source and target directories are treated as preferences.
They seem to persist in the workspace rather than project tree, so get lost if the project tree alone is copied.
Logged In: YES user_id=605741
Yes. They're in binary formtted .metadata\.plugins\org.eclipse.core.resources\.projects\'project-name'\.properties
Requires similar functionality to .classpath for JDT.
See org.eclipse.jdt.internal.core.JavaProject.readClasspathFile()
Log in to post a comment.
Logged In: YES
user_id=605741
Yes. They're in binary formtted
.metadata\.plugins\org.eclipse.core.resources\.projects\'project-name'\.properties
Requires similar functionality to .classpath for JDT.
See
org.eclipse.jdt.internal.core.JavaProject.readClasspathFile()