diff options
| author | pnehrer | 2005-02-02 20:51:01 +0000 |
|---|---|---|
| committer | pnehrer | 2005-02-02 20:51:01 +0000 |
| commit | 0f5b5972fd967ae255d6430f5c181f7472be157b (patch) | |
| tree | 0be083eecd1a5f78a65cba175bc03b31c6c9694b | |
| parent | d44dd594131c7c864d335be33ec6b2f0436e3bdd (diff) | |
| download | org.eclipse.ecf-0f5b5972fd967ae255d6430f5c181f7472be157b.tar.gz org.eclipse.ecf-0f5b5972fd967ae255d6430f5c181f7472be157b.tar.xz org.eclipse.ecf-0f5b5972fd967ae255d6430f5c181f7472be157b.zip | |
Initial check-in.
| -rw-r--r-- | examples/bundles/org.eclipse.ecf.example.sdo.editor/launchconfigs/ECF Collab Server with SDO.launch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.sdo.editor/launchconfigs/ECF Collab Server with SDO.launch b/examples/bundles/org.eclipse.ecf.example.sdo.editor/launchconfigs/ECF Collab Server with SDO.launch new file mode 100644 index 000000000..11d39ad66 --- /dev/null +++ b/examples/bundles/org.eclipse.ecf.example.sdo.editor/launchconfigs/ECF Collab Server with SDO.launch @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication"> +<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/> +<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.ecf.provider.app.ServerApplication"/> +<listAttribute key="org.eclipse.jdt.launching.CLASSPATH"> +<listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry containerPath="org.eclipse.jdt.launching.JRE_CONTAINER" javaProject="org.eclipse.ecf.example.collab" path="1" type="4"/> "/> +<listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry id="org.eclipse.jdt.launching.classpathentry.defaultClasspath"> <memento project="org.eclipse.ecf.example.collab"/> </runtimeClasspathEntry> "/> +<listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry path="3" projectName="org.eclipse.ecf.example.sdo.editor" type="1"/> "/> +<listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry path="3" projectName="org.eclipse.ecf.provider" type="1"/> "/> +<listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry path="3" projectName="org.eclipse.ecf.sdo" type="1"/> "/> +</listAttribute> +<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.ecf.example.sdo.editor"/> +<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dorg.eclipse.ecf.provider.Trace=true -Dorg.eclipse.ecf.Trace=true"/> +<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> +</launchConfiguration> |
