HomeSort by relevance Sort by last modified time
    Searched full:project (Results 851 - 875 of 111593) sorted by null

<<31323334353637383940>>

  /prebuilts/tools/common/m2/repository/com/google/guava/guava/10.0.1/
guava-10.0.1.pom 2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17 This project is a complete packaging of all the Guava libraries
31 <groupId>${project.groupId}</groupId>
33 <version>${project.version}</version>
53 <compilerArgument>-Xbootclasspath/p:${project.build.directory}/dependency/guava-bootstrap-${project.version}.jar</compilerArgument>
134 <docletPath>${project.basedir}/lib/jdiff.jar</docletPath>
136 -XDignore.symbol.file -apiname 'Guava ${project.version}'
139 <reportOutputDirectory>${project.reporting.outputDirectory}</reportOutputDirectory>
146 <finalName>${project.artifactId}-${project.version}</finalName
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchShortcut.java 2 * Copyright (C) 2007 The Android Open Source Project
48 // get the object and the project from it
56 // get the project from the resource
58 IProject project = r.getProject(); local
60 if (project != null) {
61 ProjectState state = Sdk.getProjectState(project);
70 launch(project, mode);
90 * Launch a config for the specified project.
91 * @param project The project to launc
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
FolderDecorator.java 2 * Copyright (C) 2008 The Android Open Source Project
17 package com.android.ide.eclipse.adt.internal.project;
50 // get the project and make sure this is an android project
51 IProject project = folder.getProject(); local
52 if (project == null || !project.exists() || !folder.exists()) {
57 if (project.hasNature(AdtConstants.NATURE_DEFAULT)) {
58 // check the folder is directly under the project.
59 if (folder.getParent().getType() == IResource.PROJECT) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizardState.java 2 * Copyright (C) 2011 The Android Open Source Project
24 import com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper;
27 import com.android.sdklib.internal.project.ProjectProperties;
28 import com.android.sdklib.internal.project.ProjectProperties.PropertyType;
44 * to pass project information to the {@link NewProjectCreator}.
47 /** The mode to run the wizard in: creating test, or sample, or plain project */
51 * If true, the project should be created from an existing codebase (pointed
53 * {@link #chosenSample}. Otherwise, create a brand new project from scratch.
58 * Whether new projects should be created into the default project location
70 /** True if the project location name has been manually edited by the user *
    [all...]
  /sdk/templates/
build.template 2 <project name="PROJECT_NAME" default="help">
22 Properties related to the SDK location or the project target should
33 This must be done before we load project.properties since
40 <!-- The project.properties file is created and updated by the 'android'
43 This contains project specific properties such as project target, and library
49 <loadproperties srcFile="project.properties" />
53 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through the ANDROID_HOME environment variable."
58 Import per project custom build rules if present at the root of the project
    [all...]
uibuild.template 2 <project name="PROJECT_NAME" default="help">
22 Properties related to the SDK location or the project target should
33 This must be done before we load project.properties since
40 <!-- The project.properties file is created and updated by the 'android'
43 This contains project specific properties such as project target, and library
49 <loadproperties srcFile="project.properties" />
53 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through the ANDROID_HOME environment variable."
58 Import per project custom build rules if present at the root of the project
    [all...]
  /sdk/testapps/aidlTest/mainProject/
project.properties 8 # project structure.
10 # Project target.
15 proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
  /sdk/testapps/basicProjectWithAidl/
build.xml 2 <project name="basicProject" default="help">
22 Properties related to the SDK location or the project target should
33 This must be done before we load project.properties since
40 <!-- The project.properties file is created and updated by the 'android'
43 This contains project specific properties such as project target, and library
49 <loadproperties srcFile="project.properties" />
53 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through the ANDROID_HOME environment variable."
58 Import per project custom build rules if present at the root of the project
    [all...]
  /sdk/testapps/buildConfigTest/app/
build.xml 2 <project name="buildConfigTest" default="help">
22 Properties related to the SDK location or the project target should
33 This must be done before we load project.properties since
40 <!-- The project.properties file is created and updated by the 'android'
43 This contains project specific properties such as project target, and library
49 <loadproperties srcFile="project.properties" />
53 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through the ANDROID_HOME environment variable."
58 Import per project custom build rules if present at the root of the project
    [all...]
project.properties 8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
13 # Project target.
  /sdk/testapps/buildConfigTest/lib1/
build.xml 2 <project name="lib1" default="help">
22 Properties related to the SDK location or the project target should
33 This must be done before we load project.properties since
40 <!-- The project.properties file is created and updated by the 'android'
43 This contains project specific properties such as project target, and library
49 <loadproperties srcFile="project.properties" />
53 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through the ANDROID_HOME environment variable."
58 Import per project custom build rules if present at the root of the project
    [all...]
  /sdk/testapps/customViewTest/mainProject/
project.properties 8 # project structure.
10 # Project target.
15 proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
  /sdk/testapps/gridlayoutTest/app/
project.properties 8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
13 # Project target.
  /sdk/testapps/javaProjectTest/app/
project.properties 8 # project structure.
11 proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
13 # Project target.
  /sdk/testapps/libsAndJarTest/app/
project.properties 8 # project structure.
10 # Project target.
15 proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
  /sdk/testapps/libsAndJarTest/lib1/
project.properties 8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
13 # Project target.
  /sdk/testapps/libsAndJarTest/lib2/
project.properties 8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
13 # Project target.
  /sdk/testapps/libsTest/app/
project.properties 8 # project structure.
10 # Project target.
15 proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
  /sdk/testapps/libsTest/appTest/
build.xml 2 <project name="testProjectTest-testapp" default="help">
22 Properties related to the SDK location or the project target should
33 This must be done before we load project.properties since
40 <!-- The project.properties file is created and updated by the 'android'
43 This contains project specific properties such as project target, and library
49 <loadproperties srcFile="project.properties" />
53 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through the ANDROID_HOME environment variable."
58 Import per project custom build rules if present at the root of the project
    [all...]
  /sdk/testapps/libsTest/lib1/
project.properties 8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
13 # Project target.
  /sdk/testapps/libsTest/lib1Test/
build.xml 2 <project name="testProjectTest-testlib" default="help">
22 Properties related to the SDK location or the project target should
33 This must be done before we load project.properties since
40 <!-- The project.properties file is created and updated by the 'android'
43 This contains project specific properties such as project target, and library
49 <loadproperties srcFile="project.properties" />
53 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through the ANDROID_HOME environment variable."
58 Import per project custom build rules if present at the root of the project
    [all...]
project.properties 8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
13 # Project target.
  /sdk/testapps/libsTest/lib2Test/
build.xml 2 <project name="testProjectTest-testlib" default="help">
22 Properties related to the SDK location or the project target should
33 This must be done before we load project.properties since
40 <!-- The project.properties file is created and updated by the 'android'
43 This contains project specific properties such as project target, and library
49 <loadproperties srcFile="project.properties" />
53 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through the ANDROID_HOME environment variable."
58 Import per project custom build rules if present at the root of the project
    [all...]
project.properties 8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
13 # Project target.
  /sdk/testapps/testProjectTest/app/
build.xml 2 <project name="testProjectTest-app" default="help">
22 Properties related to the SDK location or the project target should
33 This must be done before we load project.properties since
40 <!-- The project.properties file is created and updated by the 'android'
43 This contains project specific properties such as project target, and library
49 <loadproperties srcFile="project.properties" />
53 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through the ANDROID_HOME environment variable."
58 Import per project custom build rules if present at the root of the project
    [all...]

Completed in 366 milliseconds

<<31323334353637383940>>