You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2020/01/20 02:42:05 UTC

[cordova-android] branch master updated: chore: remove .project file & add .settings to gitignore (#902)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-android.git


The following commit(s) were added to refs/heads/master by this push:
     new 64ef13c  chore: remove .project file & add .settings to gitignore (#902)
64ef13c is described below

commit 64ef13c6e0a6916686501736d5bd388b208be860
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Mon Jan 20 11:41:56 2020 +0900

    chore: remove .project file & add .settings to gitignore (#902)
---
 .gitignore         |  1 +
 framework/.project | 33 ---------------------------------
 2 files changed, 1 insertion(+), 33 deletions(-)

diff --git a/.gitignore b/.gitignore
index 26b5150..a1b3317 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,3 +48,4 @@ coverage/
 package-lock.json
 # Eclipse Buildship files
 .project
+.settings
diff --git a/framework/.project b/framework/.project
deleted file mode 100644
index ed4a955..0000000
--- a/framework/.project
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-    <name>Cordova</name>
-    <comment></comment>
-    <projects>
-    </projects>
-    <buildSpec>
-        <buildCommand>
-            <name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
-            <arguments>
-            </arguments>
-        </buildCommand>
-        <buildCommand>
-            <name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
-            <arguments>
-            </arguments>
-        </buildCommand>
-        <buildCommand>
-            <name>org.eclipse.jdt.core.javabuilder</name>
-            <arguments>
-            </arguments>
-        </buildCommand>
-        <buildCommand>
-            <name>com.android.ide.eclipse.adt.ApkBuilder</name>
-            <arguments>
-            </arguments>
-        </buildCommand>
-    </buildSpec>
-    <natures>
-        <nature>com.android.ide.eclipse.adt.AndroidNature</nature>
-        <nature>org.eclipse.jdt.core.javanature</nature>
-    </natures>
-</projectDescription>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org