[Fb-contrib-commit] SF.net SVN: fb-contrib: [1019] trunk/fb-contrib/build.xml
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-04-18 06:08:39
|
Revision: 1019
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1019&view=rev
Author: dbrosius
Date: 2008-04-17 23:08:46 -0700 (Thu, 17 Apr 2008)
Log Message:
-----------
make osgi compliant
Modified Paths:
--------------
trunk/fb-contrib/build.xml
Modified: trunk/fb-contrib/build.xml
===================================================================
--- trunk/fb-contrib/build.xml 2008-04-02 03:17:10 UTC (rev 1018)
+++ trunk/fb-contrib/build.xml 2008-04-18 06:08:46 UTC (rev 1019)
@@ -112,6 +112,12 @@
<manifest>
<attribute name="fb-contrib-version" value="${fb-contrib.version}"/>
<attribute name="Main-Class" value="com.mebigfatguy.fbcontrib.FBContrib"/>
+ <attribute name="Bundle-ManifestVersion" value="2"/>
+ <attribute name="Bundle-Name" value="fb-contrib plugin"/>
+ <attribute name="Bundle-SymbolicName" value="com.mebigfatguy.fbcontrib"/>
+ <attribute name="Bundle-Version" value="${fb-contrib.version}"/>
+ <attribute name="Import-Package" value="org.apache.bcel,org.apache.bcel.classfile,org.apache.bcel.generic,edu.umd.cs.findbugs,edu.umd.cs.findbugs.ba,edu.umd.cs.findbugs.visitclass"/>
+ <attribute name="Export-Package" value="com.mebigfatguy.fbcontrib,com.mebigfatguy.fbcontrib.collect,com.mebigfatguy.fbcontrib.detect,com.mebigfatguy.fbcontrib.utils"/>
</manifest>
</jar>
</target>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|