You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by ca...@apache.org on 2016/05/19 09:31:37 UTC

[12/16] incubator-quarks git commit: Backing out osgi for the moment. Seems to cause a problem with one of the sub-projects.

Backing out osgi for the moment. Seems to cause a problem with one of the sub-projects.


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

Branch: refs/heads/gradle
Commit: d27d71361b5e3fb883b6f3253dbff528849bb175
Parents: 785ff45
Author: Lance Feagan <lf...@hotmail.com>
Authored: Thu Mar 17 20:58:19 2016 -0500
Committer: cazen <ca...@apache.org>
Committed: Thu May 19 07:34:11 2016 +0000

----------------------------------------------------------------------
 build.gradle | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d27d7136/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index ac4f84a..8a525c4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -19,7 +19,7 @@ getDate();
 subprojects {
 	apply plugin: 'java'
 	apply plugin: 'maven-publish'
-	apply plugin: 'osgi'
+	//apply plugin: 'osgi'
 	
 	group = 'org.apache.quarks'
 
@@ -45,9 +45,9 @@ subprojects {
 			attributes 'Implementation-Version': version,
 				       'Implementation-Vendor' : 'quarks-edge@github.com'
 //					   'Class-Path' : configurations.compile.collect { it.getName() }.join(' ')
-			instruction 'Bundle-Vendor', 'Apache Foundation'
-			instruction 'Bundle-Description', 'Quarks'
-			instruction 'Bundle-DocURL', 'http://quarks-edge.github.io/'
+		//	instruction 'Bundle-Vendor', 'Apache Foundation'
+		//	instruction 'Bundle-Description', 'Quarks'
+		//	instruction 'Bundle-DocURL', 'http://quarks-edge.github.io/'
 		}
 		
 		/*- From common-build.xml