]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Echo task in minimal demo
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 19 Aug 2011 11:17:55 +0000 (11:17 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 19 Aug 2011 11:17:55 +0000 (11:17 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@4691 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

demo/site/org.argeo.slc.demo.minimal/META-INF/MANIFEST.MF
demo/site/org.argeo.slc.demo.minimal/slc/main.xml

index d9c8ac67f6c3ebc160d5ca627e73b1892bb4aeff..f76ef9907504ff0b4c5a04926e083b749e04d0da 100644 (file)
@@ -1,8 +1,9 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: SLC Demo Minimal
 Bundle-SymbolicName: org.argeo.slc.demo.minimal
 Bundle-Version: 0.13.1.SNAPSHOT
+Bundle-Name: SLC Demo Minimal
+Bundle-Description: Minimal functioning execution module
 Spring-Context: slc/*
 Import-Package: org.aopalliance.aop,
  org.argeo.slc.core.execution,
@@ -13,4 +14,3 @@ Import-Package: org.aopalliance.aop,
  org.springframework.aop.framework,
  org.springframework.aop.scope,
  org.springframework.beans.factory.config
-Bundle-Description: Minimal functioning execution module
index 3ae5293312e75811b65053a352342822fc6f1024..e0e35d0723321225398d76259bcc7de59d528ad6 100644 (file)
@@ -4,7 +4,7 @@
        xmlns:aop="http://www.springframework.org/schema/aop"\r
        xsi:schemaLocation="\r
        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd\r
-       http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd"><!--\r
+       http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd">\r
 \r
        <bean id="main" class="org.argeo.slc.core.execution.DefaultExecutionFlow">\r
                <property name="executables">\r
@@ -14,4 +14,4 @@
                </property>\r
        </bean>\r
 \r
---></beans>
\ No newline at end of file
+</beans>
\ No newline at end of file