Author: jbonofre
Date: Fri Jan 21 21:17:43 2011
New Revision: 1062034

URL: http://svn.apache.org/viewvc?rev=1062034&view=rev
Log:
[SM-2038] Resuming add of OSGI-INF/bundle.info.

Added:
    servicemix/smx4/bundles/trunk/drools-4.0.7/src/
    servicemix/smx4/bundles/trunk/drools-4.0.7/src/main/
    servicemix/smx4/bundles/trunk/drools-4.0.7/src/main/resources/
    servicemix/smx4/bundles/trunk/drools-4.0.7/src/main/resources/OSGI-INF/
    
servicemix/smx4/bundles/trunk/drools-4.0.7/src/main/resources/OSGI-INF/bundle.info
    servicemix/smx4/bundles/trunk/drools-5.1.1/src/
    servicemix/smx4/bundles/trunk/drools-5.1.1/src/main/
    servicemix/smx4/bundles/trunk/drools-5.1.1/src/main/resources/
    servicemix/smx4/bundles/trunk/drools-5.1.1/src/main/resources/OSGI-INF/
    
servicemix/smx4/bundles/trunk/drools-5.1.1/src/main/resources/OSGI-INF/bundle.info
    servicemix/smx4/bundles/trunk/guice-2.0/src/
    servicemix/smx4/bundles/trunk/guice-2.0/src/main/
    servicemix/smx4/bundles/trunk/guice-2.0/src/main/resources/
    servicemix/smx4/bundles/trunk/guice-2.0/src/main/resources/OSGI-INF/
    
servicemix/smx4/bundles/trunk/guice-2.0/src/main/resources/OSGI-INF/bundle.info
    servicemix/smx4/bundles/trunk/hamcrest-1.2/src/
    servicemix/smx4/bundles/trunk/hamcrest-1.2/src/main/
    servicemix/smx4/bundles/trunk/hamcrest-1.2/src/main/resources/
    servicemix/smx4/bundles/trunk/hamcrest-1.2/src/main/resources/OSGI-INF/
    
servicemix/smx4/bundles/trunk/hamcrest-1.2/src/main/resources/OSGI-INF/bundle.info
    servicemix/smx4/bundles/trunk/hapi-0.5.1/src/
    servicemix/smx4/bundles/trunk/hapi-0.5.1/src/main/
    servicemix/smx4/bundles/trunk/hapi-0.5.1/src/main/resources/
    servicemix/smx4/bundles/trunk/hapi-0.5.1/src/main/resources/OSGI-INF/
    
servicemix/smx4/bundles/trunk/hapi-0.5.1/src/main/resources/OSGI-INF/bundle.info
Modified:
    servicemix/smx4/bundles/trunk/drools-4.0.7/pom.xml
    servicemix/smx4/bundles/trunk/drools-5.1.1/pom.xml
    servicemix/smx4/bundles/trunk/guice-2.0/pom.xml
    servicemix/smx4/bundles/trunk/hamcrest-1.2/pom.xml
    servicemix/smx4/bundles/trunk/hapi-0.5.1/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/drools-4.0.7/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/drools-4.0.7/pom.xml?rev=1062034&r1=1062033&r2=1062034&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/drools-4.0.7/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/drools-4.0.7/pom.xml Fri Jan 21 21:17:43 2011
@@ -32,9 +32,7 @@
     <version>4.0.7_6-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>
-        This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
-    </description>
+    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
 
     <properties>
         <pkgGroupId>org.drools</pkgGroupId>

Added: 
servicemix/smx4/bundles/trunk/drools-4.0.7/src/main/resources/OSGI-INF/bundle.info
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/drools-4.0.7/src/main/resources/OSGI-INF/bundle.info?rev=1062034&view=auto
==============================================================================
--- 
servicemix/smx4/bundles/trunk/drools-4.0.7/src/main/resources/OSGI-INF/bundle.info
 (added)
+++ 
servicemix/smx4/bundles/trunk/drools-4.0.7/src/main/resources/OSGI-INF/bundle.info
 Fri Jan 21 21:17:43 2011
@@ -0,0 +1,14 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Drools is a business rule management system (BRMS) with a forward chaining
+    inference based rules engine, more correctly known as a production rule 
system,
+    using an enhanced implementation of the Rete algorithm.
+
+    Drools supports the JSR-94 standard for its business rule engine and 
enterprise
+    framework for the construction, maintenance, and enforcement of business 
policies
+    in an organization, application, or service.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.jboss.org/drools\u001B[0m

Modified: servicemix/smx4/bundles/trunk/drools-5.1.1/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/drools-5.1.1/pom.xml?rev=1062034&r1=1062033&r2=1062034&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/drools-5.1.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/drools-5.1.1/pom.xml Fri Jan 21 21:17:43 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>5</version>
+        <version>6-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>        
     </parent>
     
@@ -33,9 +33,7 @@
     <version>5.1.1_2-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>
-        This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
-    </description>
+    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
     
     <properties>
         <pkgGroupId>org.drools</pkgGroupId>

Added: 
servicemix/smx4/bundles/trunk/drools-5.1.1/src/main/resources/OSGI-INF/bundle.info
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/drools-5.1.1/src/main/resources/OSGI-INF/bundle.info?rev=1062034&view=auto
==============================================================================
--- 
servicemix/smx4/bundles/trunk/drools-5.1.1/src/main/resources/OSGI-INF/bundle.info
 (added)
+++ 
servicemix/smx4/bundles/trunk/drools-5.1.1/src/main/resources/OSGI-INF/bundle.info
 Fri Jan 21 21:17:43 2011
@@ -0,0 +1,14 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Drools is a business rule management system (BRMS) with a forward chaining
+    inference based rules engine, more correctly known as a production rule 
system,
+    using an enhanced implementation of the Rete algorithm.
+
+    Drools supports the JSR-94 standard for its business rule engine and 
enterprise
+    framework for the construction, maintenance, and enforcement of business 
policies
+    in an organization, application, or service.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.jboss.org/drools\u001B[0m

Modified: servicemix/smx4/bundles/trunk/guice-2.0/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/guice-2.0/pom.xml?rev=1062034&r1=1062033&r2=1062034&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/guice-2.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/guice-2.0/pom.xml Fri Jan 21 21:17:43 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>5</version>
+        <version>6-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -33,9 +33,7 @@
     <version>2.0_2-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>
-        This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
-    </description>
+    <description>This OSGi bundle wraps guiceyfruit-core and guice-all 
${pkgVersion} jar files.</description>
 
     <properties>
         <pkgGroupId>org.guiceyfruit</pkgGroupId>

Added: 
servicemix/smx4/bundles/trunk/guice-2.0/src/main/resources/OSGI-INF/bundle.info
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/guice-2.0/src/main/resources/OSGI-INF/bundle.info?rev=1062034&view=auto
==============================================================================
--- 
servicemix/smx4/bundles/trunk/guice-2.0/src/main/resources/OSGI-INF/bundle.info 
(added)
+++ 
servicemix/smx4/bundles/trunk/guice-2.0/src/main/resources/OSGI-INF/bundle.info 
Fri Jan 21 21:17:43 2011
@@ -0,0 +1,30 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Put simply, Guice alleviates the need for factories and the use of new
+    in your Java code. Think of Guice's @Inject as the new new. You will
+    still need to write factories in some cases, but your code will not depend
+    directly on them. Your code will be easier to change, unit test and reuse 
in
+    other contexts.
+
+    Guice embraces Java's type safe nature, especially when it comes to 
features
+    introduced in Java 5 such as generics and annotations. You might think of
+    Guice as filling in missing features for core Java. Ideally, the language
+    itself would provide most of the same features, but until such a language
+    comes along, we have Guice.
+
+    Guice helps you design better APIs, and the Guice API itself sets a good
+    example. Guice is not a kitchen sink. We justify each feature with at least
+    three use cases. When in doubt, we leave it out. We build general 
functionality
+    which enables you to extend Guice rather than adding every feature to the 
core
+    framework.
+
+    Guice aims to make development and debugging easier and faster, not harder 
and
+    slower. In that vein, Guice steers clear of surprises and magic. You 
should be
+    able to understand code with or without tools, though tools can make 
things even
+    easier. When errors do occur, Guice goes the extra mile to generate helpful
+    messages.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://code.google.com/p/google-guice/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/hamcrest-1.2/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/hamcrest-1.2/pom.xml?rev=1062034&r1=1062033&r2=1062034&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/hamcrest-1.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/hamcrest-1.2/pom.xml Fri Jan 21 21:17:43 2011
@@ -21,9 +21,10 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-      <groupId>org.apache.servicemix.bundles</groupId>
-      <artifactId>bundles-pom</artifactId>
-      <version>4</version>
+        <groupId>org.apache.servicemix.bundles</groupId>
+        <artifactId>bundles-pom</artifactId>
+        <version>6-SNAPSHOT</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
@@ -31,9 +32,7 @@
     <version>1.2-dev2_4-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>
-        This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
-    </description>
+    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
 
     <!--TODO: This repo can be removed when Camel upgrades to Hamcrest 1.2 
final release-->
     <repositories>

Added: 
servicemix/smx4/bundles/trunk/hamcrest-1.2/src/main/resources/OSGI-INF/bundle.info
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/hamcrest-1.2/src/main/resources/OSGI-INF/bundle.info?rev=1062034&view=auto
==============================================================================
--- 
servicemix/smx4/bundles/trunk/hamcrest-1.2/src/main/resources/OSGI-INF/bundle.info
 (added)
+++ 
servicemix/smx4/bundles/trunk/hamcrest-1.2/src/main/resources/OSGI-INF/bundle.info
 Fri Jan 21 21:17:43 2011
@@ -0,0 +1,16 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Hamcrest provides a library of matcher objects (also known as constraints 
or
+    predicates) allowing 'match' rules to be defined declaratively, to be
+    used in other frameworks. Typical scenarios include testing frameworks,
+    mocking libraries and UI validation rules.
+
+    Hamcrest has been ported to Java, C++, Objective-C, Python, PHP and Erlang.
+
+    Note: Hamcrest it is not a testing library: it just happens that matchers 
are
+    very useful for testing.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://code.google.com/p/hamcrest/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/hapi-0.5.1/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/hapi-0.5.1/pom.xml?rev=1062034&r1=1062033&r2=1062034&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/hapi-0.5.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/hapi-0.5.1/pom.xml Fri Jan 21 21:17:43 2011
@@ -21,9 +21,10 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-      <groupId>org.apache.servicemix.bundles</groupId>
-      <artifactId>bundles-pom</artifactId>
-      <version>4</version>
+        <groupId>org.apache.servicemix.bundles</groupId>
+        <artifactId>bundles-pom</artifactId>
+        <version>6-SNAPSHOT</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
@@ -31,9 +32,7 @@
     <version>0.5.1_5-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>
-        This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
-    </description>
+    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
 
     <properties>
         <pkgGroupId>org.hl7</pkgGroupId>

Added: 
servicemix/smx4/bundles/trunk/hapi-0.5.1/src/main/resources/OSGI-INF/bundle.info
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/hapi-0.5.1/src/main/resources/OSGI-INF/bundle.info?rev=1062034&view=auto
==============================================================================
--- 
servicemix/smx4/bundles/trunk/hapi-0.5.1/src/main/resources/OSGI-INF/bundle.info
 (added)
+++ 
servicemix/smx4/bundles/trunk/hapi-0.5.1/src/main/resources/OSGI-INF/bundle.info
 Fri Jan 21 21:17:43 2011
@@ -0,0 +1,14 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    HAPI (HL7 application programming interface; pronounced "happy") is an
+    open-source, object-oriented HL7 2.x parser for Java. HL7
+    is a messaging specification for healthcare information systems. This 
project
+    is not affiliated with the HL7 organization; we are just writing some 
software
+    that conforms to their specification. The project was initiated by 
University
+    Health Network (a large multi-site teaching hospital in Toronto, Canada).
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://hl7api.sourceforge.net/\u001B[0m
+    \u001B[36mhttp://hl7.org\u001B[0m

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1062034&r1=1062033&r2=1062034&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Fri Jan 21 21:17:43 2011
@@ -83,7 +83,8 @@
         <module>dom4j-1.6.1</module>
         <module>dozer-5.2.0</module>
         <module>dozer-5.3.0</module>
-
+        <module>drools-4.0.7</module>
+        <module>drools-5.1.1</module>
         <module>ehcache-1.6.2</module>
         <module>ehcache-2.0.1</module>
         <module>ehcache-2.1.1</module>
@@ -95,6 +96,9 @@
         <module>freemarker-2.3.15</module>
         <module>groovy-1.5.6</module>
         <module>groovy-1.6.3</module>
+        <module>guice-2.0</module>
+        <module>hamcrest-1.2</module>
+        <module>hapi-0.5.1</module>
     </modules>
 
 </project>


Reply via email to