Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 192291 Details for
Bug 341509
[M2x IDE Integration] Rename org.eclipse.sphinx.xpand.ui.actions.BasicM2TAction.createM2TJob() to org.eclipse.sphinx.xpand.ui.actions.BasicM2TAction.createXpandJob()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Rename org.eclipse.sphinx.xpand.ui.actions.BasicM2TAction.createM2TJob() to org.eclipse.sphinx.xpand.ui.actions.BasicM2TAction.createXpandJob()
org.eclipse.sphinx.xpand.ui-20110331-1727.patch (text/plain), 1.61 KB, created by
Idrissa Dieng
on 2011-03-31 11:28:58 EDT
(
hide
)
Description:
Rename org.eclipse.sphinx.xpand.ui.actions.BasicM2TAction.createM2TJob() to org.eclipse.sphinx.xpand.ui.actions.BasicM2TAction.createXpandJob()
Filename:
MIME Type:
Creator:
Idrissa Dieng
Created:
2011-03-31 11:28:58 EDT
Size:
1.61 KB
patch
obsolete
>Index: src/org/eclipse/sphinx/xpand/ui/actions/BasicM2TAction.java >=================================================================== >--- src/org/eclipse/sphinx/xpand/ui/actions/BasicM2TAction.java (revision 186) >+++ src/org/eclipse/sphinx/xpand/ui/actions/BasicM2TAction.java (working copy) >@@ -75,7 +75,7 @@ > @Override > public void run() { > if (getDefinitionName() != null) { >- Job job = createM2TJob(); >+ Job job = createXpandJob(); > // Show console and make sure that all system output produced during execution gets displayed there > ExtendedPlatformUI.showSystemConsole(); > job.schedule(); >@@ -83,7 +83,7 @@ > } > > M2TConfigurationWizard wizard = new M2TConfigurationWizard(getSelectedModelObject(), getMetaModel()); >- wizard.setM2TJobName(getM2TJobName()); >+ wizard.setM2TJobName(getXpandJobName()); > wizard.setScopingResourceLoader(getScopingResourceLoader()); > wizard.setOutletsPreference(getOutletsPreference()); > wizard.setDefaultOutlet(getDefaultOutlet()); >@@ -91,8 +91,8 @@ > wizardDialog.open(); > } > >- protected XpandJob createM2TJob() { >- XpandJob job = new XpandJob(getM2TJobName(), getMetaModel(), getXpandEvaluationRequests()); >+ protected XpandJob createXpandJob() { >+ XpandJob job = new XpandJob(getXpandJobName(), getMetaModel(), getXpandEvaluationRequests()); > job.setScopingResourceLoader(getScopingResourceLoader()); > job.getOutlets().addAll(getOutlets()); > job.setPriority(Job.BUILD); >@@ -100,7 +100,7 @@ > return job; > } > >- protected String getM2TJobName() { >+ protected String getXpandJobName() { > return Messages.job_generatingCode; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 341509
: 192291