Searched refs:MARKER_PACKAGING (Results 1 – 2 of 2) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
D | PostCompilerBuilder.java | 124 BaseProjectHelper.markResource(resource, AdtConstants.MARKER_PACKAGING, 147 removeMarkersFromContainer(project, AdtConstants.MARKER_PACKAGING); in clean() 358 removeMarkersFromContainer(javaProject.getProject(), AdtConstants.MARKER_PACKAGING); in build() 503 markProject(AdtConstants.MARKER_PACKAGING, Messages.Output_Missing, in build() 517 markProject(AdtConstants.MARKER_PACKAGING, msg, IMarker.SEVERITY_ERROR); in build() 557 BaseProjectHelper.markResource(project, AdtConstants.MARKER_PACKAGING, in build() 573 AdtConstants.MARKER_PACKAGING, in build() 602 BaseProjectHelper.markResource(project, AdtConstants.MARKER_PACKAGING, in build() 640 BaseProjectHelper.markResource(project, AdtConstants.MARKER_PACKAGING, msg, in build() 658 BaseProjectHelper.markResource(project, AdtConstants.MARKER_PACKAGING, msg, in build() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
D | AdtConstants.java | 199 …public final static String MARKER_PACKAGING = AdtPlugin.PLUGIN_ID + ".packagingProblem"; //$NON-NL… field in AdtConstants
|