Author: jerome
Date: 2009-10-16 10:21:25 +0200 (Fri, 16 Oct 2009)
New Revision: 5703

Modified:
   
software_suite_v3/software/plugin/plugin-facebook/branches/october_release/pom.xml
   
software_suite_v3/software/plugin/plugin-facebook/branches/october_release/resources/plugin.xml
Log:
* Bumped to version 3.0.
* Updated pom.xml ( + fb api 2.1.1 , + commons-httpclient ).

Modified: 
software_suite_v3/software/plugin/plugin-facebook/branches/october_release/pom.xml
===================================================================
--- 
software_suite_v3/software/plugin/plugin-facebook/branches/october_release/pom.xml
  2009-10-16 08:19:43 UTC (rev 5702)
+++ 
software_suite_v3/software/plugin/plugin-facebook/branches/october_release/pom.xml
  2009-10-16 08:21:25 UTC (rev 5703)
@@ -4,7 +4,7 @@
     <groupId>com.kysoh</groupId>
     <artifactId>plugin-facebook</artifactId>
     <packaging>jar</packaging>
-    <version>2.0</version>
+    <version>3.0</version>
     <name>Facebook plugin for Tux Droid</name>
     <url>http://www.tuxisalive.com</url>
     
@@ -47,10 +47,15 @@
        <version>1.0-2</version>
     </dependency>
     <dependency>
-           <groupId>com.facebook.api</groupId>
-           <artifactId>facebook-java-api</artifactId>
-           <version>1.8.1</version>
+      <groupId>com.google.code.facebookapi</groupId>
+      <artifactId>facebook-java-api</artifactId>
+      <version>2.1.1</version>
     </dependency>
+    <dependency>
+      <groupId>commons-httpclient</groupId>
+      <artifactId>commons-httpclient</artifactId>
+      <version>3.1</version>
+    </dependency>
                
     </dependencies>
     

Modified: 
software_suite_v3/software/plugin/plugin-facebook/branches/october_release/resources/plugin.xml
===================================================================
--- 
software_suite_v3/software/plugin/plugin-facebook/branches/october_release/resources/plugin.xml
     2009-10-16 08:19:43 UTC (rev 5702)
+++ 
software_suite_v3/software/plugin/plugin-facebook/branches/october_release/resources/plugin.xml
     2009-10-16 08:21:25 UTC (rev 5703)
@@ -8,7 +8,7 @@
                <name>Facebook Plugin</name>
                <description>The Facebook plugin will notify you of any updates 
on your Facebook account.</description>
                <author>Jerome Conan</author>
-               <version>2.0</version>
+               <version>3.0</version>
                <iconFile>resources/plugin.png</iconFile>
         <platform>windows</platform>
                <executionMode>command</executionMode>


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to