Home
last modified time | relevance | path

Searched refs:MANIFEST (Results 1 – 9 of 9) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
DChangedFileSetHelper.java40 final static ChangedFileSet MANIFEST; field in ChangedFileSetHelper
44 MANIFEST = new ChangedFileSet("manifest", //$NON-NLS-1$
DPreCompilerBuilder.java397 visitor.addSet(ChangedFileSetHelper.MANIFEST); in build()
408 mMustMergeManifest |= visitor.checkSet(ChangedFileSetHelper.MANIFEST); in build()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
DRefactoringTestBase.java694 protected static final String MANIFEST = field in RefactoringTestBase
751 MANIFEST,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
DEclipseXmlPrettyPrinter.java238 return XmlFormatStyle.MANIFEST; in getForFile()
DAndroidXmlFormattingStrategy.java553 style = XmlFormatStyle.MANIFEST; in guessStyle()
/sdk/eclipse/
Dbuild.gradle47 // a mapping from the library names as used inside the plugin's MANIFEST.MF to the Maven artifact id
120 def manifestDeps = getManifestDependencies(new File(pluginFile, "META-INF/MANIFEST.MF"))
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DLintJob.java109 scope = EnumSet.of(Scope.MANIFEST); in run()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateHandler.java755 XmlFormatStyle formatStyle = XmlFormatStyle.MANIFEST; in merge()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DNewProjectCreator.java1065 manifestTemplate = reformat(XmlFormatStyle.MANIFEST, manifestTemplate); in addManifest()