You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/04/26 16:55:47 UTC

git commit: [flex-falcon] [refs/heads/develop] - - Renamed the "minimal" profile to "utils"

Repository: flex-falcon
Updated Branches:
  refs/heads/develop 704d6324b -> ba42c1399


- Renamed the "minimal" profile to "utils"


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/ba42c139
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/ba42c139
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/ba42c139

Branch: refs/heads/develop
Commit: ba42c13994fbaa90754b49b634d44a1668cd8b0d
Parents: 704d632
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Tue Apr 26 16:55:40 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Tue Apr 26 16:55:40 2016 +0200

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ba42c139/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7251cf0..9685703 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,13 +91,13 @@
     <!--
         As the compiler needs artifacts that are part of this project, the build
         will fail, if the utility artifacts compiler-build-tools or compiler-jburg-types
-        haven't been built. We therefore have a minimal profile, that builds these
-        prerequisites. After one build with "-P minimal" has been built, the default
+        haven't been built. We therefore have a utils profile, that builds these
+        prerequisites. After one build with "-P utils" has been built, the default
         build should be able to do it's job.
     -->
     <profiles>
         <profile>
-            <id>minimal</id>
+            <id>utils</id>
             <modules>
                 <module>compiler-build-tools</module>
                 <module>compiler-jburg-types</module>