commit | 4e65785329007a5babdc7ab274df727924e1de01 | [log] [tgz] |
---|---|---|
author | Stephan Herrmann <stephan.herrmann@berlin.de> | Tue Apr 22 20:11:56 2014 +0200 |
committer | Stephan Herrmann <stephan.herrmann@berlin.de> | Tue Apr 22 20:11:56 2014 +0200 |
tree | 1b477c7330a4def23ce9675674c29c9265fd1178 | |
parent | d548bda061e27f36a760194cd03b5311812b334a [diff] |
bug 433105 - Configure build paths for a target weaving scheme - OTDRE now maps to o.e.o.runtime again
diff --git a/plugins/org.eclipse.objectteams.otdt/src/org/eclipse/objectteams/otdt/core/ext/OTDREContainer.java b/plugins/org.eclipse.objectteams.otdt/src/org/eclipse/objectteams/otdt/core/ext/OTDREContainer.java index 960a83d..a124598 100644 --- a/plugins/org.eclipse.objectteams.otdt/src/org/eclipse/objectteams/otdt/core/ext/OTDREContainer.java +++ b/plugins/org.eclipse.objectteams.otdt/src/org/eclipse/objectteams/otdt/core/ext/OTDREContainer.java
@@ -48,7 +48,7 @@ // details of this container: name and hosting plugin: static final IPath CONTAINER_PATH = new Path(CONTAINER_NAME); - static String OT_RUNTIME_PLUGIN = "org.eclipse.objectteams.otredyn"; //$NON-NLS-1$ + static String OT_RUNTIME_PLUGIN = "org.eclipse.objectteams.runtime"; //$NON-NLS-1$ // file names for the above OTRE_X_JAR_PATH constants: private static final String OTRE_MIN_JAR_FILENAME = "otredyn_min.jar"; //$NON-NLS-1$