<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Yes, you can delete any in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Problem-Parsing-the-Package/m-p/1115576#M73997</link>
    <description>&lt;P&gt;Yes, you can delete any plugins directory that is in your source directory and add them back using the plugin manager on the Projects tab.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jan 2016 16:52:53 GMT</pubDate>
    <dc:creator>PaulF_IntelCorp</dc:creator>
    <dc:date>2016-01-19T16:52:53Z</dc:date>
    <item>
      <title>Problem Parsing the Package</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-Parsing-the-Package/m-p/1115566#M73987</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;My app is for android OS. I included Cordova plugin for push notification from github (https://github.com/appfeel/cordova-push-notifications). and I included PushNotification.js file in index.html. Build complete successfully but when installing apk file, phone says "THERE WAS A PROBLEM WHILE PARSING THE PACKAGE". I tested it on more than one phone I got same error. I do not what exactly the error is because build successful every time.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I have Intel XDk version 2611 and Cordova CLI version 4.1.2.&lt;/P&gt;

&lt;P&gt;Anyone has idea how to fix this?&lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Dec 2015 11:49:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-Parsing-the-Package/m-p/1115566#M73987</guid>
      <dc:creator>Puspad_s_</dc:creator>
      <dc:date>2015-12-19T11:49:09Z</dc:date>
    </item>
    <item>
      <title>Do not include that</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-Parsing-the-Package/m-p/1115567#M73988</link>
      <description>&lt;P&gt;Do not include that PushNotification.js file... do not follow the manual instructions. When you add a plugin using the XDK plugin manager you are using the "automatic" method. Honestly, I'm not sure why some plugin authors continue to publish a manual install method, it is obsolete and was only necessary with versions of Cordova prior to 3.0, which is almost three years ago, now.&lt;/P&gt;

&lt;P&gt;Ignore those manual instructions, add the plugin using our plugin manager. In this case, you could use the "cordova registry" option and add the plugin named "cordova-push-notifications" -- that is its name in the registry. There might be a problem in that this plugin includes a hook script, which may not run on our build system, however, it doesn't look like it does anything useful...&lt;/P&gt;</description>
      <pubDate>Sun, 20 Dec 2015 03:18:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-Parsing-the-Package/m-p/1115567#M73988</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-12-20T03:18:13Z</dc:date>
    </item>
    <item>
      <title>Hi Paul</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-Parsing-the-Package/m-p/1115568#M73989</link>
      <description>&lt;P&gt;Hi Paul&lt;/P&gt;

&lt;P&gt;Thanks for reply. Someone suggested me to use phonegap plugin "&lt;STRONG style="box-sizing: border-box;"&gt;&lt;A data-pjax="#js-repo-pjax-container" href="https://github.com/phonegap/phonegap-plugin-push" style="box-sizing: border-box; color: rgb(64, 120, 192); background-color: transparent;"&gt;phonegap-plugin-push&lt;/A&gt;"&amp;nbsp;&lt;/STRONG&gt;then i remove&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;cordova-push-notifications plugin and add this plugin "&lt;/SPAN&gt;&lt;SPAN style="font-weight: 700; font-size: 13.008px; line-height: 19.512px; box-sizing: border-box;"&gt;&lt;A data-pjax="#js-repo-pjax-container" href="https://github.com/phonegap/phonegap-plugin-push" style="color: rgb(64, 120, 192); box-sizing: border-box; background-color: transparent;"&gt;phonegap-plugin-push&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;" (plugin&amp;nbsp;version 1.4.4) by using&amp;nbsp;cordova registry. . And I am using below code to send sender id to GCM server and expecting registration id in response but I got nothing&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Reference link : "&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;https://github.com/phonegap/phonegap-plugin-push/blob/master/docs/EXAMPLES.md"&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;document.addEventListener("intel.xdk.device.ready", function()&lt;BR /&gt;
	{&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; alert("Device Ready called");&lt;/P&gt;

&lt;P&gt;// &amp;nbsp;alert("UUID = "+intel.xdk.device.uuid);&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; var push = PushNotification.init({&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; android:&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; {&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; senderID: "670659827415"&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; },&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; ios:&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; {&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; alert: "true",&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; badge: "true",&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sound: "true"&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; },&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; windows: {}&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; });&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; alert(push); &amp;nbsp;---------------------------&amp;gt; I am getting [object object] here and rest of line is not executing.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; PushNotification.hasPermission(function(data)&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; {&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;alert("has permissioin");&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (data.isEnabled)&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; console.log('isEnabled');&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; });&lt;BR /&gt;
	&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; push.on('registration', function(data)&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; {&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; console.log(data);&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; alert(data.registrationId);&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; console.log("Registration id = " + data.registrationId);&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; });&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; push.on('notification', function(data)&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; {&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; alert('Inside notification');&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // data.message,&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // data.title,&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // data.count,&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // data.sound,&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // data.image,&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // data.additionalData&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; });&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; push.on('error', function(e)&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; {&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; console.log("Error = ");&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; });&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; alert("last alert"); &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	}, false);&lt;/P&gt;

&lt;P&gt;But Unfortunately this code is not working. And I am getting nothing in console.&lt;/P&gt;

&lt;P&gt;Please find attachment.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Suggest me how to fix this.&lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2015 11:33:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-Parsing-the-Package/m-p/1115568#M73989</guid>
      <dc:creator>Puspad_s_</dc:creator>
      <dc:date>2015-12-21T11:33:00Z</dc:date>
    </item>
    <item>
      <title>I updated Intel XDk with</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-Parsing-the-Package/m-p/1115569#M73990</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I updated Intel XDk with version 2727 and updated CLI version is 5.1.1. I am using below function again to send sender id&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;document.addEventListener("intel.xdk.device.ready", function()&lt;BR /&gt;
	{&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; alert("Device Ready called");&lt;/P&gt;

&lt;P&gt;// &amp;nbsp;alert("UUID = "+intel.xdk.device.uuid);&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; var push = PushNotification.init({&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; android:&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; {&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; senderID: "670659827415"&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; },&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; ios:&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; {&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; alert: "true",&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; badge: "true",&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sound: "true"&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; },&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; windows: {}&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; });&lt;/P&gt;

&lt;P&gt;&amp;nbsp; alert(push);&lt;BR /&gt;
	&amp;nbsp; console.log(push);&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp; &amp;nbsp;alert('First alert');&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; push.on('registration', function(data)&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; {&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; console.log(data);&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; alert(data);&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; alert(data.registrationId);&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; console.log("Registration id = " + data.registrationId);&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; });&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; alert('Second alert');&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; push.on('notification', function(data)&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; {&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; alert('Inside notification');&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // data.message,&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // data.title,&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // data.count,&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // data.sound,&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // data.image,&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // data.additionalData&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; });&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; alert('Third alert'); &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; push.on('error', function(e)&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; {&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; alert('Error called'+e.message);&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; console.log("Error = ");&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; });&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; alert("last alert");&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	}, false);&lt;/P&gt;

&lt;P&gt;Please check attachment.&lt;/P&gt;

&lt;P&gt;how to debug is sender id is posted and check error &amp;nbsp;response?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2015 13:25:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-Parsing-the-Package/m-p/1115569#M73990</guid>
      <dc:creator>Puspad_s_</dc:creator>
      <dc:date>2015-12-21T13:25:11Z</dc:date>
    </item>
    <item>
      <title>You cannot test third-party</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-Parsing-the-Package/m-p/1115570#M73991</link>
      <description>&lt;P&gt;You cannot test third-party plugins in the Emulate tab. Please see these doc pages:&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;&lt;A href="https://software.intel.com/en-us/xdk/docs/intel-xdk-dev-emulator-limitations" target="_blank"&gt;https://software.intel.com/en-us/xdk/docs/intel-xdk-dev-emulator-limitations&lt;/A&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;A href="https://software.intel.com/en-us/xdk/docs/dev-emulator" target="_blank"&gt;https://software.intel.com/en-us/xdk/docs/dev-emulator&lt;/A&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;A href="https://software.intel.com/en-us/xdk/docs/intel-xdk-debug-and-test-overview" target="_blank"&gt;https://software.intel.com/en-us/xdk/docs/intel-xdk-debug-and-test-overview&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Please use the Debug tab to perform this debugging.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2015 16:29:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-Parsing-the-Package/m-p/1115570#M73991</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-12-21T16:29:29Z</dc:date>
    </item>
    <item>
      <title>All I want is Push</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-Parsing-the-Package/m-p/1115571#M73992</link>
      <description>&lt;P&gt;All I want is Push Notification only for android. Is it possible push notification can be done without changing configuration on server side(PHP)? I already tried a lot. Can I do it without Using GCM server? Can I call just call piece of code, add plugin(if necessary) and its done? Now I am getting push notification, no matter app is running or closed. Is it possible? If yes, please tell me reference link.&lt;/P&gt;

&lt;P&gt;Or If you know any other simple way to do this, suggest me.&lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2015 01:22:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-Parsing-the-Package/m-p/1115571#M73992</guid>
      <dc:creator>Puspad_s_</dc:creator>
      <dc:date>2015-12-22T01:22:57Z</dc:date>
    </item>
    <item>
      <title>If you don't want to create</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-Parsing-the-Package/m-p/1115572#M73993</link>
      <description>&lt;P&gt;If you don't want to create your own push service you'll have to subscribe to one. PushWoosh is a popular one. There are many out there. It's not clear to me what you want to do: app notifications or receive data over the Internet via push notifications.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2015 01:34:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-Parsing-the-Package/m-p/1115572#M73993</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-12-22T01:34:27Z</dc:date>
    </item>
    <item>
      <title>My app has chat feature. I</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-Parsing-the-Package/m-p/1115573#M73994</link>
      <description>&lt;P&gt;My app has chat feature. I want to notify user via push notification over the internet.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2015 02:03:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-Parsing-the-Package/m-p/1115573#M73994</guid>
      <dc:creator>Puspad_s_</dc:creator>
      <dc:date>2015-12-22T02:03:40Z</dc:date>
    </item>
    <item>
      <title>Then I recommend you find a</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-Parsing-the-Package/m-p/1115574#M73995</link>
      <description>&lt;P&gt;Then I recommend you find a service to help you if you don't want to put together your own server for the notifications. Go to the Cordova plugin registry (https://cordova.apache.org/plugins/) and you can search for the available options.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2015 17:07:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-Parsing-the-Package/m-p/1115574#M73995</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-12-22T17:07:17Z</dc:date>
    </item>
    <item>
      <title>I am having the same problem;</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-Parsing-the-Package/m-p/1115575#M73996</link>
      <description>&lt;P&gt;I am having the same problem; I am starting a new project by importing source code. That www folder has the media plugin already, cordova-plugin-media. Should I delete that, and start over, by importing it through XDK?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jan 2016 20:30:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-Parsing-the-Package/m-p/1115575#M73996</guid>
      <dc:creator>Smith__J</dc:creator>
      <dc:date>2016-01-16T20:30:33Z</dc:date>
    </item>
    <item>
      <title>Yes, you can delete any</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-Parsing-the-Package/m-p/1115576#M73997</link>
      <description>&lt;P&gt;Yes, you can delete any plugins directory that is in your source directory and add them back using the plugin manager on the Projects tab.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 16:52:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-Parsing-the-Package/m-p/1115576#M73997</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-01-19T16:52:53Z</dc:date>
    </item>
  </channel>
</rss>

