mirror of
https://github.com/justinccdev/opensimulator-tools.git
synced 2026-08-14 09:12:07 +00:00
This is a set of example scripts and connectors that show how to invoke OpenSimulator services directly from PHP to achieve certain tasks (e.g. adding clothing to an avatar that is not logged in).
23 lines
499 B
XML
23 lines
499 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<projectDescription>
|
|
<name>opensimulator-php</name>
|
|
<comment></comment>
|
|
<projects>
|
|
</projects>
|
|
<buildSpec>
|
|
<buildCommand>
|
|
<name>com.aptana.ide.core.unifiedBuilder</name>
|
|
<arguments>
|
|
</arguments>
|
|
</buildCommand>
|
|
<buildCommand>
|
|
<name>com.aptana.editor.php.aptanaPhpBuilder</name>
|
|
<arguments>
|
|
</arguments>
|
|
</buildCommand>
|
|
</buildSpec>
|
|
<natures>
|
|
<nature>com.aptana.editor.php.phpNature</nature>
|
|
</natures>
|
|
</projectDescription>
|