Skip to content

Commit

Permalink
Enable the osgi.instance.area.default property
Browse files Browse the repository at this point in the history
  • Loading branch information
joey-coleman committed Mar 10, 2014
1 parent 0c4080e commit a2091de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ide/product/overture.product
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<plugin id="org.eclipse.equinox.p2.reconciler.dropins" autoStart="true" startLevel="4" />
<plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
<plugin id="org.eclipse.update.configurator" autoStart="true" startLevel="4" />
<property name="REMOVE.FOR.PRODUCTION.osgi.instance.area.default" value="@user.home/Documents/Overture/workspace" />
<property name="osgi.instance.area.default" value="@user.home/Documents/Overture/workspace" />
<property name="org.eclipse.update.reconcile" value="false" />
</configurations>

Expand Down

0 comments on commit a2091de

Please sign in to comment.