Author: mmao
Date: Wed Jan 10 00:57:59 2007
New Revision: 494770
URL: http://svn.apache.org/viewvc?view=rev&rev=494770
Log:
Fixed the format of the eclipse 3.1 manifest.mf
Modified:
incubator/cxf/trunk/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/eclipse/3.1/plugin.xml.vm
Modified:
incubator/cxf/trunk/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/eclipse/3.1/plugin.xml.vm
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/eclipse/3.1/plugin.xml.vm?view=diff&rev=494770&r1=494769&r2=494770
==============================================================================
---
incubator/cxf/trunk/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/eclipse/3.1/plugin.xml.vm
(original)
+++
incubator/cxf/trunk/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/eclipse/3.1/plugin.xml.vm
Wed Jan 10 00:57:59 2007
@@ -4,14 +4,12 @@
Bundle-SymbolicName: ${GROUP_ID}; singleton:=true
Bundle-Version: 2.0.0
Bundle-Localization: plugin
-Export-Package:
-#foreach ($packageName in $exportedPackages)
-${packageName}#if($exportedPackages.size() != $velocityCount),#end
+Export-Package: #foreach ($packageName in $exportedPackages)
+ ${packageName}#if($exportedPackages.size() != $velocityCount),#end
#end
-Bundle-ClassPath:
-#foreach ($jarfile in $jars)
-${libPath}/$jarfile.name #if($jars.size() != $velocityCount),#end
+Bundle-ClassPath: #foreach ($jarfile in $jars)
+ ${libPath}/$jarfile.name #if($jars.size() != $velocityCount),#end
#end
Eclipse-LazyStart: true