From 5986d20708d2a7e3db5f162dd9af3dde433d8d6e Mon Sep 17 00:00:00 2001 From: whyclj <1525436766@qq.com> Date: 星期一, 06 一月 2020 13:26:39 +0800 Subject: [PATCH] 修改 --- platforms/android/CordovaLib/.classpath | 6 +++ platforms/android/app/.classpath | 6 +++ platforms/android/app/.project | 40 +++++++++++-------- platforms/android/CordovaLib/.project | 40 +++++++++++-------- platforms/android/CordovaLib/.settings/org.eclipse.buildship.core.prefs | 2 + platforms/android/app/.settings/org.eclipse.buildship.core.prefs | 2 + 6 files changed, 62 insertions(+), 34 deletions(-) diff --git a/platforms/android/CordovaLib/.classpath b/platforms/android/CordovaLib/.classpath new file mode 100644 index 0000000..4f3f504 --- /dev/null +++ b/platforms/android/CordovaLib/.classpath @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/> + <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/> + <classpathentry kind="output" path="bin/default"/> +</classpath> diff --git a/platforms/android/CordovaLib/.project b/platforms/android/CordovaLib/.project index 88306f4..5ad09f4 100644 --- a/platforms/android/CordovaLib/.project +++ b/platforms/android/CordovaLib/.project @@ -1,17 +1,23 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>CordovaLib</name> - <comment>Project CordovaLib created by Buildship.</comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>org.eclipse.buildship.core.gradleprojectbuilder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.buildship.core.gradleprojectnature</nature> - </natures> -</projectDescription> +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>CordovaLib</name> + <comment>Project CordovaLib created by Buildship.</comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.buildship.core.gradleprojectbuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + <nature>org.eclipse.buildship.core.gradleprojectnature</nature> + </natures> +</projectDescription> diff --git a/platforms/android/CordovaLib/.settings/org.eclipse.buildship.core.prefs b/platforms/android/CordovaLib/.settings/org.eclipse.buildship.core.prefs new file mode 100644 index 0000000..a7b84d9 --- /dev/null +++ b/platforms/android/CordovaLib/.settings/org.eclipse.buildship.core.prefs @@ -0,0 +1,2 @@ +connection.project.dir=.. +eclipse.preferences.version=1 diff --git a/platforms/android/app/.classpath b/platforms/android/app/.classpath new file mode 100644 index 0000000..4f3f504 --- /dev/null +++ b/platforms/android/app/.classpath @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/> + <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/> + <classpathentry kind="output" path="bin/default"/> +</classpath> diff --git a/platforms/android/app/.project b/platforms/android/app/.project index 8a413e9..d1eb8cb 100644 --- a/platforms/android/app/.project +++ b/platforms/android/app/.project @@ -1,17 +1,23 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>app</name> - <comment>Project app created by Buildship.</comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>org.eclipse.buildship.core.gradleprojectbuilder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.buildship.core.gradleprojectnature</nature> - </natures> -</projectDescription> +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>app</name> + <comment>Project app created by Buildship.</comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.buildship.core.gradleprojectbuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + <nature>org.eclipse.buildship.core.gradleprojectnature</nature> + </natures> +</projectDescription> diff --git a/platforms/android/app/.settings/org.eclipse.buildship.core.prefs b/platforms/android/app/.settings/org.eclipse.buildship.core.prefs new file mode 100644 index 0000000..a7b84d9 --- /dev/null +++ b/platforms/android/app/.settings/org.eclipse.buildship.core.prefs @@ -0,0 +1,2 @@ +connection.project.dir=.. +eclipse.preferences.version=1 -- Gitblit v1.9.1