]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Add meta data
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 2 Jul 2009 17:07:24 +0000 (17:07 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 2 Jul 2009 17:07:24 +0000 (17:07 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@2675 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

demo/site/org.argeo.slc.demo.agent/META-INF/spring/demo.xml
demo/site/org.argeo.slc.demo.ant/META-INF/MANIFEST.MF
demo/site/org.argeo.slc.demo.basic/META-INF/MANIFEST.MF
demo/site/org.argeo.slc.demo.basic/conf/canonic.xml
demo/site/org.argeo.slc.demo.basic/conf/testCases/canonic-001.xml
demo/site/org.argeo.slc.demo.minimal/META-INF/MANIFEST.MF

index c4fa681239a7df08d66437ef5621c24c502cc474..c7dd4f5a9ce049005dca8efda96abd144d90d3c8 100644 (file)
@@ -10,4 +10,5 @@
                action="start" />
        <bundle id="minimal" symbolic-name="org.argeo.slc.demo.minimal"
                action="start" />
                action="start" />
        <bundle id="minimal" symbolic-name="org.argeo.slc.demo.minimal"
                action="start" />
+       <bundle id="ant" symbolic-name="org.argeo.slc.demo.ant" action="start" />
 </beans:beans>
\ No newline at end of file
 </beans:beans>
\ No newline at end of file
index f21ac26b46dd4f322f4c19bd372ad81cc2431d29..fdc1904d372650c0cae40eb61ea5426ed98ecd3a 100644 (file)
@@ -4,7 +4,8 @@ Require-Bundle: org.argeo.slc.support.osgi,
  org.argeo.slc.core,\r
  org.argeo.slc.support.ant\r
 Bundle-Version: 0.11.4.SNAPSHOT\r
  org.argeo.slc.core,\r
  org.argeo.slc.support.ant\r
 Bundle-Version: 0.11.4.SNAPSHOT\r
-Bundle-Name: Basic Plug-in\r
+Bundle-Name: SLC Demo Ant\r
+Bundle-Description: Demonstrate Ant support\r
 Spring-Context: conf/*,conf/testCases/*\r
 Bundle-SymbolicName: org.argeo.slc.demo.ant\r
 Import-Package: net.sf.cglib.core,\r
 Spring-Context: conf/*,conf/testCases/*\r
 Bundle-SymbolicName: org.argeo.slc.demo.ant\r
 Import-Package: net.sf.cglib.core,\r
index 5cca17550ef409f8b44c2c24371775c9870fcfbe..ee988146b13d0aa96273005e2777a570bdd1e403 100644 (file)
@@ -2,6 +2,7 @@ Manifest-Version: 1.0
 Bundle-SymbolicName: org.argeo.slc.demo.basic\r
 Bundle-Version: 0.11.4.SNAPSHOT\r
 Bundle-Name: SLC Demo Basic\r
 Bundle-SymbolicName: org.argeo.slc.demo.basic\r
 Bundle-Version: 0.11.4.SNAPSHOT\r
 Bundle-Name: SLC Demo Basic\r
+Bundle-Description: Test of basic features\r
 Spring-Context: conf/*,conf/testCases/*\r
 Require-Bundle: \r
  org.argeo.slc.specs,\r
 Spring-Context: conf/*,conf/testCases/*\r
 Require-Bundle: \r
  org.argeo.slc.specs,\r
index c58898e7e4089ec6f3f2aed955c0b5c29e069ad2..a38526dff66562824508f531bd1c8c1f2ba22374 100644 (file)
@@ -8,6 +8,7 @@
        http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd">\r
 \r
        <bean id="canonic.spec" parent="slcTemplate.simpleSpec">\r
        http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd">\r
 \r
        <bean id="canonic.spec" parent="slcTemplate.simpleSpec">\r
+               <description>Covers various combinations of specs</description>\r
                <property name="attributes">\r
                        <map>\r
                                <entry key="parameterAtInstantiation">\r
                <property name="attributes">\r
                        <map>\r
                                <entry key="parameterAtInstantiation">\r
index 77d4fee6443541f8f4e97282420cbccec79b4f3c..181e3e760afbd8eb01eeeb9b0eee02414444c53d 100644 (file)
@@ -8,6 +8,7 @@
        http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd">\r
 \r
        <bean id="canonic.001" parent="canonic.flowTemplate">\r
        http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd">\r
 \r
        <bean id="canonic.001" parent="canonic.flowTemplate">\r
+               <description>Canonic 001</description>\r
                <constructor-arg>\r
                        <map>\r
                                <entry key="parameterAtInstantiation" value="1" />\r
                <constructor-arg>\r
                        <map>\r
                                <entry key="parameterAtInstantiation" value="1" />\r
index 744f4c1497bcaa9dcd333f1eb5644e1333e1646f..4e59d7e4ad8736a5b424f1e48ad7c31a09763b61 100644 (file)
@@ -1,7 +1,8 @@
 Manifest-Version: 1.0\r
 Bundle-SymbolicName: org.argeo.slc.demo.minimal\r
 Bundle-Version: 0.11.4.SNAPSHOT\r
 Manifest-Version: 1.0\r
 Bundle-SymbolicName: org.argeo.slc.demo.minimal\r
 Bundle-Version: 0.11.4.SNAPSHOT\r
-Bundle-Name: SLC Demo Minimal Execution Module\r
+Bundle-Name: SLC Demo Minimal Module\r
+Bundle-Description: Minimal functioning execution module\r
 Spring-Context: slc/*\r
 Require-Bundle: \r
  org.argeo.slc.specs,\r
 Spring-Context: slc/*\r
 Require-Bundle: \r
  org.argeo.slc.specs,\r