Searched defs:buildProperties (Results 1 - 7 of 7) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DMailer.java33 private BuildProperties buildProperties; field in class:Mailer
55 buildProperties = new BuildProperties(buildPropertiesPath);
56 if (buildProperties.getHost().equals("")||buildProperties.getSender().equals("")||buildProperties.getToRecipientList().equals("")){
76 props.put("mail.smtp.host", buildProperties.getHost());
87 message.setFrom(new InternetAddress(buildProperties.getSender()));
90 message.addRecipients(Message.RecipientType.TO, getAddresses(buildProperties.getToRecipientList()));
93 message.setSubject(buildProperties.getBuildSubjectPrefix()+
95 + buildProperties
253 setBuildProperties(BuildProperties buildProperties) argument
[all...]
H A DBuildProperties.java53 private Properties buildProperties; field in class:BuildProperties
61 buildProperties = new Properties();
65 buildProperties.load(
69 buildSubjectPrefix = buildProperties.get("buildSubjectPrefix").toString();
79 httpUrl = buildProperties.get("httpUrl").toString();
86 ftpUrl = buildProperties.get("ftpUrl").toString();
93 buildid = buildProperties.get("buildId").toString();
100 buildLabel = buildProperties.get("buildLabel").toString();
106 timestamp = buildProperties.get("timestamp").toString();
113 toRecipientList = buildProperties
[all...]
/external/qemu/android/avd/
H A Dinfo.c127 FileData buildProperties[1]; /* build.prop file */ member in struct:AvdInfo
149 fileData_done(i->buildProperties);
732 i->targetArch = propertyFile_getTargetArch(i->buildProperties);
738 i->targetAbi = propertyFile_getTargetAbi(i->buildProperties);
749 i->apiLevel = propertyFile_getApiLevel(i->buildProperties);
804 _avdInfo_getPropertyFile(i, "build.prop", i->buildProperties);
900 _avdInfo_readPropertyFile(i, buildPropPath, i->buildProperties);
1342 return propertyFile_getAdbdCommunicationMode(i->buildProperties);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jarMETA-INF/MANIFEST.MF org/eclipse/releng/Mailer.class Mailer.java package org.eclipse ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/internal/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1246 milliseconds