-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #62 from eMoflon/rkluge-dev
NPE fix
- Loading branch information
Showing
20 changed files
with
668 additions
and
260 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
16 changes: 16 additions & 0 deletions
16
org.moflon.core.preferences/src/org/moflon/core/preferences/PlatformUriType.java
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,16 @@ | ||
package org.moflon.core.preferences; | ||
|
||
/** | ||
* Lists all types of Ecore URIs. | ||
* @author Roland Kluge - Initial implementation | ||
*/ | ||
public enum PlatformUriType { | ||
/** | ||
* Placeholder for platform:/resource URIs | ||
*/ | ||
RESOURCE, | ||
/** | ||
* Placeholder for platform:/plugin URIs | ||
*/ | ||
PLUGIN; | ||
} |
25 changes: 25 additions & 0 deletions
25
org.moflon.core.releng.updatesite/.launch/ant copyFromStable (emoflon-core).launch
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,25 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<launchConfiguration type="org.eclipse.ant.AntLaunchConfigurationType"> | ||
<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/> | ||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> | ||
<listEntry value="/org.moflon.core.releng.updatesite/AntUtilitiesBuild.xml"/> | ||
</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.ant.ui.AntClasspathProvider"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.moflon.core.releng.updatesite"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/> | ||
<mapAttribute key="org.eclipse.ui.externaltools.ATTR_ANT_PROPERTIES"> | ||
<mapEntry key="eclipse.home" value="C:\Users\rkluge\Documents\Programme\oxygen_L0_MoflonCore"/> | ||
<mapEntry key="eclipse.pdebuild.home" value="C:\Users\rkluge\Documents\Programme\oxygen_L0_MoflonCore\plugins\org.eclipse.pde.build_3.9.300.v20170515-0912\."/> | ||
<mapEntry key="eclipse.pdebuild.scripts" value="C:\Users\rkluge\Documents\Programme\oxygen_L0_MoflonCore\plugins\org.eclipse.pde.build_3.9.300.v20170515-0912\scripts"/> | ||
<mapEntry key="eclipse.pdebuild.templates" value="C:\Users\rkluge\Documents\Programme\oxygen_L0_MoflonCore\plugins\org.eclipse.pde.build_3.9.300.v20170515-0912\templates"/> | ||
<mapEntry key="eclipse.running" value="true"/> | ||
<mapEntry key="emoflonCoreUpdateSiteProjectRoot" value="${workspace_loc:/emoflon-core-updatesite}"/> | ||
</mapAttribute> | ||
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_ANT_TARGETS" value="copyFromStable,"/> | ||
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/org.moflon.core.releng.updatesite/AntUtilitiesBuild.xml}"/> | ||
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/org.moflon.core.releng.updatesite}"/> | ||
<stringAttribute key="process_factory_id" value="org.eclipse.ant.ui.remoteAntProcessFactory"/> | ||
</launchConfiguration> |
Oops, something went wrong.