-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8a6d260
commit 8e17c10
Showing
7 changed files
with
154 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
64 changes: 64 additions & 0 deletions
64
features/org.eclipse.ecf.provider.xmlrpc.feature/products/HelloConsumer.etcd.product
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?pde version="3.5"?> | ||
|
||
<product uid="HelloConsumer" useFeatures="false" includeLaunchers="true"> | ||
|
||
<configIni use="default"> | ||
</configIni> | ||
|
||
<launcherArgs> | ||
<programArgs>-consoleLog -console | ||
</programArgs> | ||
<vmArgs>-Declipse.ignoreApp=true | ||
-Dosgi.noShutdown=true | ||
-Decf.discovery.etcd.hostname=disco.ecf-project.org | ||
</vmArgs> | ||
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts | ||
</vmArgsMac> | ||
</launcherArgs> | ||
|
||
<vm> | ||
<windows include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8</windows> | ||
</vm> | ||
|
||
<plugins> | ||
<plugin id="javax.servlet"/> | ||
<plugin id="org.apache.commons.logging"/> | ||
<plugin id="org.apache.felix.gogo.command"/> | ||
<plugin id="org.apache.felix.gogo.runtime"/> | ||
<plugin id="org.apache.felix.gogo.shell"/> | ||
<plugin id="org.apache.felix.scr"/> | ||
<plugin id="org.apache.log4j"/> | ||
<plugin id="org.eclipse.core.jobs"/> | ||
<plugin id="org.eclipse.ecf"/> | ||
<plugin id="org.eclipse.ecf.console"/> | ||
<plugin id="org.eclipse.ecf.discovery"/> | ||
<plugin id="org.eclipse.ecf.examples.hello"/> | ||
<plugin id="org.eclipse.ecf.examples.hello.javahost"/> | ||
<plugin id="org.eclipse.ecf.identity"/> | ||
<plugin id="org.eclipse.ecf.osgi.services.distribution"/> | ||
<plugin id="org.eclipse.ecf.osgi.services.remoteserviceadmin"/> | ||
<plugin id="org.eclipse.ecf.osgi.services.remoteserviceadmin.console"/> | ||
<plugin id="org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy"/> | ||
<plugin id="org.eclipse.ecf.provider.etcd"/> | ||
<plugin id="org.eclipse.ecf.provider.xmlrpc"/> | ||
<plugin id="org.eclipse.ecf.remoteservice"/> | ||
<plugin id="org.eclipse.ecf.remoteservice.asyncproxy"/> | ||
<plugin id="org.eclipse.equinox.common"/> | ||
<plugin id="org.eclipse.equinox.concurrent"/> | ||
<plugin id="org.eclipse.equinox.console"/> | ||
<plugin id="org.eclipse.equinox.event"/> | ||
<plugin id="org.eclipse.osgi"/> | ||
<plugin id="org.eclipse.osgi.services"/> | ||
<plugin id="org.eclipse.osgi.services.remoteserviceadmin"/> | ||
<plugin id="org.eclipse.osgi.util"/> | ||
<plugin id="org.json"/> | ||
</plugins> | ||
|
||
<configurations> | ||
<plugin id="org.apache.felix.scr" autoStart="true" startLevel="1" /> | ||
<plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" /> | ||
<plugin id="org.eclipse.osgi" autoStart="true" startLevel="-1" /> | ||
</configurations> | ||
|
||
</product> |
82 changes: 82 additions & 0 deletions
82
features/org.eclipse.ecf.provider.xmlrpc.feature/products/HelloImpl.etcd.product
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?pde version="3.5"?> | ||
|
||
<product uid="HelloConsumer" useFeatures="false" includeLaunchers="true"> | ||
|
||
<configIni use="default"> | ||
</configIni> | ||
|
||
<launcherArgs> | ||
<programArgs>-consoleLog -console | ||
</programArgs> | ||
<vmArgs>-Declipse.ignoreApp=true | ||
-Dosgi.noShutdown=true | ||
-Decf.discovery.etcd.hostname=disco.ecf-project.org | ||
-Dorg.eclipse.equinox.http.jetty.http.port=8282 | ||
</vmArgs> | ||
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts | ||
</vmArgsMac> | ||
</launcherArgs> | ||
|
||
<launcher> | ||
<win useIco="false"> | ||
<bmp/> | ||
</win> | ||
</launcher> | ||
|
||
<vm> | ||
<windows include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8</windows> | ||
</vm> | ||
|
||
<plugins> | ||
<plugin id="javax.servlet"/> | ||
<plugin id="org.apache.commons.logging"/> | ||
<plugin id="org.apache.felix.gogo.command"/> | ||
<plugin id="org.apache.felix.gogo.runtime"/> | ||
<plugin id="org.apache.felix.gogo.shell"/> | ||
<plugin id="org.apache.felix.scr"/> | ||
<plugin id="org.apache.log4j"/> | ||
<plugin id="org.eclipse.core.jobs"/> | ||
<plugin id="org.eclipse.ecf"/> | ||
<plugin id="org.eclipse.ecf.console"/> | ||
<plugin id="org.eclipse.ecf.discovery"/> | ||
<plugin id="org.eclipse.ecf.examples.hello"/> | ||
<plugin id="org.eclipse.ecf.examples.hello.javahost"/> | ||
<plugin id="org.eclipse.ecf.identity"/> | ||
<plugin id="org.eclipse.ecf.osgi.services.distribution"/> | ||
<plugin id="org.eclipse.ecf.osgi.services.remoteserviceadmin"/> | ||
<plugin id="org.eclipse.ecf.osgi.services.remoteserviceadmin.console"/> | ||
<plugin id="org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy"/> | ||
<plugin id="org.eclipse.ecf.provider.etcd"/> | ||
<plugin id="org.eclipse.ecf.provider.xmlrpc"/> | ||
<plugin id="org.eclipse.ecf.remoteservice"/> | ||
<plugin id="org.eclipse.ecf.remoteservice.asyncproxy"/> | ||
<plugin id="org.eclipse.equinox.common"/> | ||
<plugin id="org.eclipse.equinox.concurrent"/> | ||
<plugin id="org.eclipse.equinox.console"/> | ||
<plugin id="org.eclipse.equinox.event"/> | ||
<plugin id="org.eclipse.equinox.http.jetty"/> | ||
<plugin id="org.eclipse.equinox.http.servlet"/> | ||
<plugin id="org.eclipse.jetty.http"/> | ||
<plugin id="org.eclipse.jetty.io"/> | ||
<plugin id="org.eclipse.jetty.security"/> | ||
<plugin id="org.eclipse.jetty.server"/> | ||
<plugin id="org.eclipse.jetty.servlet"/> | ||
<plugin id="org.eclipse.jetty.util"/> | ||
<plugin id="org.eclipse.osgi"/> | ||
<plugin id="org.eclipse.osgi.services"/> | ||
<plugin id="org.eclipse.osgi.services.remoteserviceadmin"/> | ||
<plugin id="org.eclipse.osgi.util"/> | ||
<plugin id="org.json"/> | ||
</plugins> | ||
|
||
<configurations> | ||
<plugin id="org.apache.felix.scr" autoStart="true" startLevel="1" /> | ||
<plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" /> | ||
<plugin id="org.eclipse.equinox.http.jetty" autoStart="true" startLevel="2" /> | ||
<plugin id="org.eclipse.jetty.server" autoStart="true" startLevel="2" /> | ||
<plugin id="org.eclipse.jetty.servlet" autoStart="true" startLevel="2" /> | ||
<plugin id="org.eclipse.osgi" autoStart="true" startLevel="-1" /> | ||
</configurations> | ||
|
||
</product> |