NIFI-184 fixed profile activition to occur only on Java 1.7

Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/1a6f83e7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/1a6f83e7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/1a6f83e7

Branch: refs/heads/nifi-27
Commit: 1a6f83e7de479fef5a809f0edbf28d76977b4792
Parents: b87b753
Author: joewitt <[email protected]>
Authored: Thu Dec 18 20:40:30 2014 -0500
Committer: joewitt <[email protected]>
Committed: Thu Dec 18 20:40:30 2014 -0500

----------------------------------------------------------------------
 nar-bundles/framework-bundle/framework/web/nifi-web-api/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/1a6f83e7/nar-bundles/framework-bundle/framework/web/nifi-web-api/pom.xml
----------------------------------------------------------------------
diff --git a/nar-bundles/framework-bundle/framework/web/nifi-web-api/pom.xml 
b/nar-bundles/framework-bundle/framework/web/nifi-web-api/pom.xml
index e7cb0e7..3e4b610 100644
--- a/nar-bundles/framework-bundle/framework/web/nifi-web-api/pom.xml
+++ b/nar-bundles/framework-bundle/framework/web/nifi-web-api/pom.xml
@@ -28,7 +28,7 @@
         <profile>
             <id>docs</id>
             <activation>
-                <activeByDefault>true</activeByDefault>
+               <jdk>1.7</jdk> 
             </activation>
             <build>
                 <resources>

Reply via email to