Skip to content

Commit

Permalink
Added Gradle nature to web projects
Browse files Browse the repository at this point in the history
Change-Id: I4ec561af5cd6ffc6713ed8f2ab30a14c8800dbf6
Signed-off-by: Simon Scholz <simon.scholz@vogella.com>
  • Loading branch information
SimonScholz committed Apr 15, 2016
1 parent 3356d23 commit a8bd747
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .project
@@ -1,11 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>com.vogella.tutorials.web</name>
<comment></comment>
<comment>Project com.vogella.tutorials.web 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>
9 changes: 9 additions & 0 deletions .settings/org.eclipse.buildship.core.prefs
@@ -0,0 +1,9 @@
connection.arguments=
connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER)
connection.gradle.user.home=null
connection.java.home=null
connection.jvm.arguments=
connection.project.dir=
derived.resources=.gradle,build
eclipse.preferences.version=1
project.path=\:
17 changes: 17 additions & 0 deletions CSS/.project
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>CSS</name>
<comment>Project CSS 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>
9 changes: 9 additions & 0 deletions CSS/.settings/org.eclipse.buildship.core.prefs
@@ -0,0 +1,9 @@
connection.arguments=
connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER)
connection.gradle.user.home=null
connection.java.home=null
connection.jvm.arguments=
connection.project.dir=..
derived.resources=.gradle,build
eclipse.preferences.version=1
project.path=\:CSS

0 comments on commit a8bd747

Please sign in to comment.