You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2007/07/10 09:18:42 UTC

svn commit: r554858 - in /webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin: idea-plugin-aseembly.xml plugin/META-INF/MANIFEST.MF

Author: sandakith
Date: Tue Jul 10 00:18:41 2007
New Revision: 554858

URL: http://svn.apache.org/viewvc?view=rev&rev=554858
Log:
fixing the axis2-idea-plugin build MENIFEST.MF and plugin.xml need to be in root META-INF

Modified:
    webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/idea-plugin-aseembly.xml
    webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/plugin/META-INF/MANIFEST.MF

Modified: webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/idea-plugin-aseembly.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/idea-plugin-aseembly.xml?view=diff&rev=554858&r1=554857&r2=554858
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/idea-plugin-aseembly.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/idea-plugin-aseembly.xml Tue Jul 10 00:18:41 2007
@@ -26,6 +26,10 @@
             <directory>./target/classes</directory>
             <outputDirectory>classes</outputDirectory>
      	</fileSet>
+        <fileSet>
+            <directory>./target/classes/META-INF</directory>
+            <outputDirectory>META-INF</outputDirectory>
+     	</fileSet>
     </fileSets>
 	<dependencySets>
         <dependencySet>

Modified: webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/plugin/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/plugin/META-INF/MANIFEST.MF?view=diff&rev=554858&r1=554857&r2=554858
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/plugin/META-INF/MANIFEST.MF (original)
+++ webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/plugin/META-INF/MANIFEST.MF Tue Jul 10 00:18:41 2007
@@ -1 +0,0 @@
-#Dummy MENIFEST.MF to replace the maven2 incerted MENIFEST.MF



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org