mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
2) correct Eclipse project settings 3) If VM is hosted by vmware hypervisor, give the previous host preference to start on to fit VMware's VM-centric model
10 lines
439 B
XML
10 lines
439 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
<classpathentry kind="lib" path="/thirdparty/log4j-1.2.15.jar"/>
|
|
<classpathentry kind="lib" path="/thirdparty/gson.jar"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/console-common"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|