You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2012/12/03 20:16:30 UTC

[1/18] git commit: ISIS-188: quickstart_dnd_junit_bdd example

Updated Branches:
  refs/heads/master 22cdbe0d8 -> 85651c3c0


ISIS-188: quickstart_dnd_junit_bdd example

* renaming .launch file


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/85651c3c
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/85651c3c
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/85651c3c

Branch: refs/heads/master
Commit: 85651c3c062b39943919ec364c2babcd9d694c3f
Parents: 289171a
Author: Dan Haywood <da...@apache.org>
Authored: Mon Dec 3 19:12:01 2012 +0000
Committer: Dan Haywood <da...@apache.org>
Committed: Mon Dec 3 19:12:01 2012 +0000

----------------------------------------------------------------------
 .../eclipse/launch/quickstart-viewer-dnd.launch    |   20 ---------------
 .../quickstart_dnd_junit_bdd-viewer-dnd.launch     |   20 +++++++++++++++
 2 files changed, 20 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/85651c3c/examples/quickstart_dnd_junit_bdd/viewer-dnd/ide/eclipse/launch/quickstart-viewer-dnd.launch
----------------------------------------------------------------------
diff --git a/examples/quickstart_dnd_junit_bdd/viewer-dnd/ide/eclipse/launch/quickstart-viewer-dnd.launch b/examples/quickstart_dnd_junit_bdd/viewer-dnd/ide/eclipse/launch/quickstart-viewer-dnd.launch
deleted file mode 100644
index 489d335..0000000
--- a/examples/quickstart_dnd_junit_bdd/viewer-dnd/ide/eclipse/launch/quickstart-viewer-dnd.launch
+++ /dev/null
@@ -1,20 +0,0 @@
-<?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="/org.apache.isis.runtimes.dflt.runtime/src/main/java/org/apache/isis/Isis.java"/>
-</listAttribute>
-<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
-<listEntry value="1"/>
-</listAttribute>
-<mapAttribute key="org.eclipse.debug.core.preferred_launchers">
-<mapEntry key="[debug]" value="org.eclipse.jdt.launching.localJavaApplication"/>
-<mapEntry key="[run]" value="org.eclipse.jdt.launching.localJavaApplication"/>
-</mapAttribute>
-<stringAttribute key="org.eclipse.debug.core.source_locator_id" value="org.eclipse.jdt.launching.sourceLocator.JavaSourceLookupDirector"/>
-<booleanAttribute key="org.eclipse.jdt.debug.ui.INCLUDE_EXTERNAL_JARS" value="true"/>
-<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.isis.Isis"/>
-<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="--type exploration --viewer dnd"/>
-<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="quickstart_dnd_junit_bdd-viewer-dnd"/>
-<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
-</launchConfiguration>

http://git-wip-us.apache.org/repos/asf/isis/blob/85651c3c/examples/quickstart_dnd_junit_bdd/viewer-dnd/ide/eclipse/launch/quickstart_dnd_junit_bdd-viewer-dnd.launch
----------------------------------------------------------------------
diff --git a/examples/quickstart_dnd_junit_bdd/viewer-dnd/ide/eclipse/launch/quickstart_dnd_junit_bdd-viewer-dnd.launch b/examples/quickstart_dnd_junit_bdd/viewer-dnd/ide/eclipse/launch/quickstart_dnd_junit_bdd-viewer-dnd.launch
new file mode 100644
index 0000000..489d335
--- /dev/null
+++ b/examples/quickstart_dnd_junit_bdd/viewer-dnd/ide/eclipse/launch/quickstart_dnd_junit_bdd-viewer-dnd.launch
@@ -0,0 +1,20 @@
+<?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="/org.apache.isis.runtimes.dflt.runtime/src/main/java/org/apache/isis/Isis.java"/>
+</listAttribute>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
+<listEntry value="1"/>
+</listAttribute>
+<mapAttribute key="org.eclipse.debug.core.preferred_launchers">
+<mapEntry key="[debug]" value="org.eclipse.jdt.launching.localJavaApplication"/>
+<mapEntry key="[run]" value="org.eclipse.jdt.launching.localJavaApplication"/>
+</mapAttribute>
+<stringAttribute key="org.eclipse.debug.core.source_locator_id" value="org.eclipse.jdt.launching.sourceLocator.JavaSourceLookupDirector"/>
+<booleanAttribute key="org.eclipse.jdt.debug.ui.INCLUDE_EXTERNAL_JARS" value="true"/>
+<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.isis.Isis"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="--type exploration --viewer dnd"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="quickstart_dnd_junit_bdd-viewer-dnd"/>
+<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
+</launchConfiguration>