From 6d1d4a5851a3f06e1b4cd61644c7b7e1b9e389a2 Mon Sep 17 00:00:00 2001 From: John Vrbanac Date: Fri, 9 Nov 2012 15:47:52 -0600 Subject: [PATCH] Renaming Ubuntu Unity Web API definition files. --- Definitions/{UnityWebApi-1.0.d.ts => unity-webapi-1.0.d.ts} | 0 Tests/{UnityWebApi-tests.ts => unity-webapi-tests.ts} | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Definitions/{UnityWebApi-1.0.d.ts => unity-webapi-1.0.d.ts} (100%) rename Tests/{UnityWebApi-tests.ts => unity-webapi-tests.ts} (96%) diff --git a/Definitions/UnityWebApi-1.0.d.ts b/Definitions/unity-webapi-1.0.d.ts similarity index 100% rename from Definitions/UnityWebApi-1.0.d.ts rename to Definitions/unity-webapi-1.0.d.ts diff --git a/Tests/UnityWebApi-tests.ts b/Tests/unity-webapi-tests.ts similarity index 96% rename from Tests/UnityWebApi-tests.ts rename to Tests/unity-webapi-tests.ts index a31331df5..8dbd692ac 100644 --- a/Tests/UnityWebApi-tests.ts +++ b/Tests/unity-webapi-tests.ts @@ -1,4 +1,4 @@ -/// +/// var Unity = external.getUnityObject(1.0); var settings = new UnitySettings();