Quellcode durchsuchen

测试自动更新

tags/jenkins-front-end-screenad-271-^0
caserKing vor 5 Jahren
Ursprung
Commit
e07ce48015
5 geänderte Dateien mit 50 neuen und 0 gelöschten Zeilen
  1. +17
    -0
      android/.project
  2. +2
    -0
      android/.settings/org.eclipse.buildship.core.prefs
  3. +6
    -0
      android/app/.classpath
  4. +23
    -0
      android/app/.project
  5. +2
    -0
      android/app/.settings/org.eclipse.buildship.core.prefs

+ 17
- 0
android/.project Datei anzeigen

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>screenAd</name>
<comment>Project android 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>

+ 2
- 0
android/.settings/org.eclipse.buildship.core.prefs Datei anzeigen

@@ -0,0 +1,2 @@
connection.project.dir=
eclipse.preferences.version=1

+ 6
- 0
android/app/.classpath Datei anzeigen

@@ -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>

+ 23
- 0
android/app/.project Datei anzeigen

@@ -0,0 +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.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>

+ 2
- 0
android/app/.settings/org.eclipse.buildship.core.prefs Datei anzeigen

@@ -0,0 +1,2 @@
connection.project.dir=..
eclipse.preferences.version=1

Laden…
Abbrechen
Speichern