From: Mathieu Baudier Date: Thu, 14 Jan 2010 17:38:41 +0000 (+0000) Subject: Fix demo bundle names and versions X-Git-Tag: argeo-slc-2.1.7~1469 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=d8f41c8e712309906140f57a0fdc96c3c1f99bc6;hp=a00848e00439e47e8421c6de3d4321ef44b32fd4;p=gpl%2Fargeo-slc.git Fix demo bundle names and versions git-svn-id: https://svn.argeo.org/slc/trunk@3285 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/demo/site/org.argeo.slc.demo.ant/META-INF/MANIFEST.MF b/demo/site/org.argeo.slc.demo.ant/META-INF/MANIFEST.MF index f49bab9ba..aa25ae2d7 100644 --- a/demo/site/org.argeo.slc.demo.ant/META-INF/MANIFEST.MF +++ b/demo/site/org.argeo.slc.demo.ant/META-INF/MANIFEST.MF @@ -1,8 +1,8 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: Ant +Bundle-Name: SLC Demo Ant Bundle-SymbolicName: org.argeo.slc.demo.ant -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 0.12.1.SNAPSHOT Spring-Context: conf/*,conf/testCases/* Import-Package: org.aopalliance.aop,org.argeo.slc.ant,org.argeo.slc.core.execution,org.argeo.slc.execution,org.argeo.slc.osgi,org.springframework.aop,org.springframework.aop.framework,org.springframework.aop.scope,org.springframework.beans.factory.config,org.springframework.core.io Bundle-Description: Demonstrate Ant support diff --git a/demo/site/org.argeo.slc.demo.minimal/META-INF/MANIFEST.MF b/demo/site/org.argeo.slc.demo.minimal/META-INF/MANIFEST.MF index 2171b0666..a3c057a44 100644 --- a/demo/site/org.argeo.slc.demo.minimal/META-INF/MANIFEST.MF +++ b/demo/site/org.argeo.slc.demo.minimal/META-INF/MANIFEST.MF @@ -1,8 +1,8 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: Minimal +Bundle-Name: SLC Demo Minimal Bundle-SymbolicName: org.argeo.slc.demo.minimal -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 0.12.1.SNAPSHOT Spring-Context: slc/* Import-Package: org.aopalliance.aop,org.argeo.slc.core.execution,org.argeo.slc.core.execution.tasks,org.argeo.slc.execution,org.argeo.slc.osgi,org.springframework.aop,org.springframework.aop.framework,org.springframework.aop.scope,org.springframework.beans.factory.config Bundle-Description: Minimal functioning execution module