Right now I have the below, but that clearly is not the solution:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.5"?>
<target name="Spring-osgi-1.0.2">
<locations>
<location path="${eclipse_home}" type="Profile"/>
<location path="${project_loc}/spring-osgi-1.0.2/dist" type="Directory"/>
<location path="${project_loc}/libs" type="Directory"/>
<location path="${project_loc}/spring-osgi-1.0.2/lib" type="Directory"/>
<location path="${eclipse_home}/plugins" type="Directory"/>
<location path="/home/egonw/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins"
type="Directory"/>
</locations>
</target>
What is the @{variable} I should use for user-based plugin folders?