Automated import from //branches/master/...@141511,141511
This commit is contained in:
committed by
The Android Open Source Project
parent
8f87735e01
commit
1d6b4ed813
@@ -1282,7 +1282,7 @@ public class AdtPlugin extends AbstractUIPlugin {
|
|||||||
AdtPlugin.PLUGIN_ID,
|
AdtPlugin.PLUGIN_ID,
|
||||||
UNKNOWN_EDITOR);
|
UNKNOWN_EDITOR);
|
||||||
try {
|
try {
|
||||||
file.setPersistentProperty(qname, "1");
|
file.setPersistentProperty(qname, "1"); //$NON-NLS-1$
|
||||||
} catch (CoreException e) {
|
} catch (CoreException e) {
|
||||||
// pass
|
// pass
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -196,7 +196,7 @@ public class ApkBuilder extends BaseBuilder {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// build() returns a list of project from which this project depends for future compilation.
|
// build() returns a list of project from which this project depends for future compilation.
|
||||||
@SuppressWarnings("unchecked") //$NON-NLS-1$
|
@SuppressWarnings("unchecked")
|
||||||
@Override
|
@Override
|
||||||
protected IProject[] build(int kind, Map args, IProgressMonitor monitor)
|
protected IProject[] build(int kind, Map args, IProgressMonitor monitor)
|
||||||
throws CoreException {
|
throws CoreException {
|
||||||
|
|||||||
@@ -197,7 +197,7 @@ public class PreCompilerBuilder extends BaseBuilder {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// build() returns a list of project from which this project depends for future compilation.
|
// build() returns a list of project from which this project depends for future compilation.
|
||||||
@SuppressWarnings("unchecked") //$NON-NLS-1$
|
@SuppressWarnings("unchecked")
|
||||||
@Override
|
@Override
|
||||||
protected IProject[] build(int kind, Map args, IProgressMonitor monitor)
|
protected IProject[] build(int kind, Map args, IProgressMonitor monitor)
|
||||||
throws CoreException {
|
throws CoreException {
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ public class ResourceManagerBuilder extends BaseBuilder {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// build() returns a list of project from which this project depends for future compilation.
|
// build() returns a list of project from which this project depends for future compilation.
|
||||||
@SuppressWarnings("unchecked") //$NON-NLS-1$
|
@SuppressWarnings("unchecked")
|
||||||
@Override
|
@Override
|
||||||
protected IProject[] build(int kind, Map args, IProgressMonitor monitor)
|
protected IProject[] build(int kind, Map args, IProgressMonitor monitor)
|
||||||
throws CoreException {
|
throws CoreException {
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ public class MainLaunchConfigTab extends AbstractLaunchConfigurationTab {
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public static final String LAUNCH_TAB_IMAGE = "mainLaunchTab.png";
|
public static final String LAUNCH_TAB_IMAGE = "mainLaunchTab.png"; //$NON-NLS-1$
|
||||||
|
|
||||||
protected static final String EMPTY_STRING = ""; //$NON-NLS-1$
|
protected static final String EMPTY_STRING = ""; //$NON-NLS-1$
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user