Skip to content

Commit

Permalink
Have moved dlls and jars to libs
Browse files Browse the repository at this point in the history
Have moved dlls and jars to libs and removed Windows 8
  • Loading branch information
PhonegapProjects committed Sep 11, 2014
1 parent 157e3b6 commit dbd3dbc
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 304 deletions.
23 changes: 13 additions & 10 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="msopentech.azure.NotificationHub"
version="0.0.5">
xmlns:android="http://schemas.android.com/apk/res/android"
id="msopentech.azure.NotificationHub"
version="0.0.1">

<name>Azure Notification Hub</name>

<description>Cordova Azure Notification Hub Plugin</description>
<license>Apache 2.0</license>
<keywords>cordova, azure, push, notifications, hub</keywords>
<repo>https://github.com/sgrebnov/cordova-plugin-azure-notificationhub</repo>
<issue>https://github.com/sgrebnov/cordova-plugin-azure-notificationhub/issues</issue>
<repo>https://github.com/PhonegapProjects/cordova-plugin-azure-notificationhub/</repo>
<issue>https://github.com/PhonegapProjects/cordova-plugin-azure-notificationhub/issues</issue>

<js-module src="www/Promise.js" name="Promise"/>

Expand All @@ -30,18 +31,18 @@ xmlns:android="http://schemas.android.com/apk/res/android"
<Capability Name="ID_CAP_PUSH_NOTIFICATION"/>
</config-file>

<framework src="src/wp/Microsoft.WindowsAzure.Messaging.dll" custom="true"/>
<framework src="src/wp/libs/Microsoft.WindowsAzure.Messaging.dll" custom="true"/>
<source-file src="src/wp/NotificationHub.cs" />
</platform>

<!-- windows8 -->
<!-- windows8
<platform name="windows8">
<framework src="src/windows8/Microsoft.WindowsAzure.Messaging.Managed.dll" custom="true"/>
<framework src="src/windows8/NotificationHubRuntimeProxy.winmd" custom="true"/>
<js-module src="src/windows8/NotificationHubProxy.js" name="NotificationHubProxy" >
<clobbers target="" />
</js-module>
</platform>
</platform>-->

<!-- android -->
<platform name="android">
Expand Down Expand Up @@ -71,8 +72,10 @@ xmlns:android="http://schemas.android.com/apk/res/android"

<source-file src="src/android/NotificationHub.java" target-dir="src/msopentech/azure" />

<lib-file src="src/android/google-play-services.jar" />
<lib-file src="src/android/notification-hubs-0.1.jar" />
<lib-file src="src/android/libs/google-play-services.jar" />
<lib-file src="src/android/libs/notification-hubs-0.1.jar" />
<!--<source-file src="src/android/libs/gcm.jar" target-dir="libs/" />-->

</platform>
<!-- ios -->
<platform name="ios">
Expand Down
File renamed without changes.
File renamed without changes.
Binary file not shown.
86 changes: 0 additions & 86 deletions src/windows8/NotificationHubProxy.js

This file was deleted.

Binary file removed src/windows8/NotificationHubRuntimeProxy.winmd
Binary file not shown.
46 changes: 0 additions & 46 deletions src/windows8/NotificationHubRuntimeProxy/HubApi.cs

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions src/windows8/NotificationHubRuntimeProxy/packages.config

This file was deleted.

File renamed without changes.

0 comments on commit dbd3dbc

Please sign in to comment.