Equinox Target-plattform
This commit is contained in:
parent
75f9f57cbc
commit
a12ca7ee8e
|
@ -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>
|
|
@ -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.
|
|
@ -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
|
||||
|
|
@ -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>
|
Loading…
Reference in New Issue