Browse Source
- Rename customized .wrapper to default gradle/wrapper directory for out of the box compatibility with STS Gradle tooling - Add .settings/gradle directory to capture defaults when using STS Gradle tooling to import projectspull/43/head
10 changed files with 32 additions and 11 deletions
@ -0,0 +1,9 @@
@@ -0,0 +1,9 @@
|
||||
#com.springsource.sts.gradle.core.preferences.GradleImportPreferences |
||||
#Thu Feb 23 14:10:34 CET 2012 |
||||
enableAfterTasks=true |
||||
afterTasks=afterEclipseImport; |
||||
enableDependendencyManagement=false |
||||
enableBeforeTasks=true |
||||
projects=;spring-aop;spring-asm;spring-aspects;spring-beans;spring-context;spring-context-support;spring-core;spring-expression;spring-instrument;spring-instrument-tomcat;spring-jdbc;spring-jms;spring-orm;spring-oxm;spring-struts;spring-test;spring-tx;spring-web;spring-webmvc;spring-webmvc-portlet; |
||||
enableDSLD=false |
||||
beforeTasks=cleanEclipse;eclipse;\:spring-asm\:jar;\:spring-oxm\:compileTestJava; |
||||
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
#com.springsource.sts.gradle.core.preferences.GradleProjectPreferences |
||||
#Tue Feb 21 14:38:31 CET 2012 |
||||
com.springsource.sts.gradle.classpath.enableSorting=false |
||||
com.springsource.sts.gradle.rootprojectloc= |
||||
com.springsource.sts.gradle.linkedresources= |
||||
@ -0,0 +1,9 @@
@@ -0,0 +1,9 @@
|
||||
#com.springsource.sts.gradle.core.actions.GradleRefreshPreferences |
||||
#Thu Feb 23 14:12:55 CET 2012 |
||||
enableAfterTasks=true |
||||
afterTasks=afterEclipseImport; |
||||
useHierarchicalNames=false |
||||
enableBeforeTasks=true |
||||
addResourceFilters=false |
||||
enableDSLD=false |
||||
beforeTasks=cleanEclipse;eclipse;\:spring-asm\:jar;\:spring-oxm\:compileTestJava; |
||||
Binary file not shown.
@ -1,6 +0,0 @@
@@ -1,6 +0,0 @@
|
||||
#Fri Jan 13 16:50:40 CET 2012 |
||||
distributionBase=GRADLE_USER_HOME |
||||
distributionPath=wrapper/dists |
||||
zipStoreBase=GRADLE_USER_HOME |
||||
zipStorePath=wrapper/dists |
||||
distributionUrl=http\://repo.gradle.org/gradle/distributions-snapshots/gradle-1.0-milestone-8-20120112000036+0100-bin.zip |
||||
Binary file not shown.
@ -0,0 +1,6 @@
@@ -0,0 +1,6 @@
|
||||
#Thu Feb 23 13:43:17 CET 2012 |
||||
distributionBase=GRADLE_USER_HOME |
||||
distributionPath=wrapper/dists |
||||
zipStoreBase=GRADLE_USER_HOME |
||||
zipStorePath=wrapper/dists |
||||
distributionUrl=http\://services.gradle.org/distributions/gradle-1.0-milestone-8a-bin.zip |
||||
Loading…
Reference in new issue