You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devicemap.apache.org by wk...@apache.org on 2014/07/29 02:09:18 UTC

svn commit: r1614223 - in /incubator/devicemap/trunk/examples/src: Example (Console Usage).launch Example (Console).launch

Author: wkeil
Date: Tue Jul 29 00:09:18 2014
New Revision: 1614223

URL: http://svn.apache.org/r1614223
Log:
DMAP-54: Improve Console example 

Task-Url: https://issues.apache.org/jira/browse/DMAP-54

Added:
    incubator/devicemap/trunk/examples/src/Example (Console Usage).launch
    incubator/devicemap/trunk/examples/src/Example (Console).launch

Added: incubator/devicemap/trunk/examples/src/Example (Console Usage).launch
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/examples/src/Example%20%28Console%20Usage%29.launch?rev=1614223&view=auto
==============================================================================
--- incubator/devicemap/trunk/examples/src/Example (Console Usage).launch (added)
+++ incubator/devicemap/trunk/examples/src/Example (Console Usage).launch Tue Jul 29 00:09:18 2014
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
+<listEntry value="/console-example/src/main/java/org/apache/devicemap/example/console/Example.java"/>
+</listAttribute>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
+<listEntry value="1"/>
+</listAttribute>
+<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
+<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.apache.devicemap.example.console.Example"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="--usage"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="console-example"/>
+<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
+</launchConfiguration>

Added: incubator/devicemap/trunk/examples/src/Example (Console).launch
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/examples/src/Example%20%28Console%29.launch?rev=1614223&view=auto
==============================================================================
--- incubator/devicemap/trunk/examples/src/Example (Console).launch (added)
+++ incubator/devicemap/trunk/examples/src/Example (Console).launch Tue Jul 29 00:09:18 2014
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
+<listEntry value="/console-example/src/main/java/org/apache/devicemap/example/console/Example.java"/>
+</listAttribute>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
+<listEntry value="1"/>
+</listAttribute>
+<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
+<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.apache.devicemap.example.console.Example"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="ua=&quot;Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36&quot;"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="console-example"/>
+<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
+</launchConfiguration>