Equinox Target-plattform

This commit is contained in:
joergviola 2010-01-29 11:14:01 +00:00
parent 75f9f57cbc
commit a12ca7ee8e
4 changed files with 27 additions and 0 deletions

11
equinox-target/.project Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>equinox-target</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>

View File

@ -0,0 +1,5 @@
Currently this is a template.
Copy this folder to somewhere and use it there.
Reason: This is the runtime environment.
Lots of files are created in various places, which are not supposed to be committed to svn.

View File

@ -0,0 +1,3 @@
org.osgi.framework.bootdelegation=*
osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@4:start, org.adempiere.client@5:start

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>
<target name="Equinox Target">
<locations>
<location path="/Users/viola/Workspaces/adempiere/equinox-target" type="Directory"/>
</locations>
</target>