aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2015-06-17 20:45:05 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-06-18 10:01:46 +0000
commita5057db0b24a18eaa235ff397bc4fc5f5c5fdaf4 (patch)
treef65ca6bcf3955aea511adf6347b5063ed9ce758b
parent3685873df9610544826708160168f9fd66ad82b0 (diff)
Gets rid of unused actooloribtoolzip.
This has been replaced by actoolzip and ibtoolzip. Also add some documentation as to how the build process for the tools work. -- MOS_MIGRATED_REVID=96239107
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/objc/IntermediateArtifacts.java2
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/objc/Xcdatamodel.java4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/objc/IntermediateArtifacts.java b/src/main/java/com/google/devtools/build/lib/rules/objc/IntermediateArtifacts.java
index 00e1d92de6..133745b364 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/objc/IntermediateArtifacts.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/objc/IntermediateArtifacts.java
@@ -85,7 +85,7 @@ final class IntermediateArtifacts {
}
/**
- * The output of using {@code actooloribtoolzip} to run {@code actool} for a given bundle which is
+ * The output of using {@code actoolzip} to run {@code actool} for a given bundle which is
* merged under the {@code .app} or {@code .bundle} directory root.
*/
public Artifact actoolzipOutput() {
diff --git a/src/main/java/com/google/devtools/build/lib/rules/objc/Xcdatamodel.java b/src/main/java/com/google/devtools/build/lib/rules/objc/Xcdatamodel.java
index a7ac20cb59..2d4c7d7448 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/objc/Xcdatamodel.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/objc/Xcdatamodel.java
@@ -44,7 +44,7 @@ import com.google.devtools.build.lib.vfs.PathFragment;
* Managed Object Model Compiler (momc) and corresponds to exactly one instance of this class. We
* invoke momc indirectly through the momczip tool (part of Bazel) which runs momc and zips the
* output. The files in this zip are placed in the bundle root of the final application, not unlike
- * the zips generated by {@code actooloribtoolzip}.
+ * the zips generated by {@code actoolzip} or {@code ibtoolzip}.
*/
class Xcdatamodel extends Value<Xcdatamodel> {
private final Artifact outputZip;
@@ -91,7 +91,7 @@ class Xcdatamodel extends Value<Xcdatamodel> {
}
/**
- * The ARCHIVE_ROOT passed to momczip. The archive root is the name of the .mom file
+ * The ARCHIVE_ROOT passed to momczip. The archive root is the name of the .mom file
* unversioned object models, and the name of the .momd directory for versioned object models.
*/
public String archiveRootForMomczip() {