From 8930e038f8b531bff958bb3301f9d010f9ed55b7 Mon Sep 17 00:00:00 2001 From: atanasovg Date: Wed, 19 Mar 2014 15:56:53 +0200 Subject: [PATCH] Updated the custom build task for Eclipse projects as well --- Application/application_common.ts | 3 +-- BCL.csproj | 9 ++++++++- Deploy/Eclipse/.gitignore | 1 + _references.ts | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 Deploy/Eclipse/.gitignore diff --git a/Application/application_common.ts b/Application/application_common.ts index ec97e89d0..f404ed324 100644 --- a/Application/application_common.ts +++ b/Application/application_common.ts @@ -1,5 +1,4 @@ - -export module tk { +export module tk { export enum TargetOS { iOS, Android, diff --git a/BCL.csproj b/BCL.csproj index ffb271fba..4c21d2abf 100644 --- a/BCL.csproj +++ b/BCL.csproj @@ -198,13 +198,20 @@ --> Deploy\xCode\Configuration.xml + main.js Deploy\Eclipse\Configuration.xml + app.js - + diff --git a/Deploy/Eclipse/.gitignore b/Deploy/Eclipse/.gitignore new file mode 100644 index 000000000..82d43fba2 --- /dev/null +++ b/Deploy/Eclipse/.gitignore @@ -0,0 +1 @@ +/Configuration.xml diff --git a/_references.ts b/_references.ts index 06ee26ac3..12d04708e 100644 --- a/_references.ts +++ b/_references.ts @@ -1,3 +1,3 @@ /// /// -/// +/// \ No newline at end of file