Skip to content
Snippets Groups Projects
Commit ece46afe authored by Nikolaus Krismer's avatar Nikolaus Krismer
Browse files

moving from svn to git (adding gitignore... changing gradle description)

parent 7419c111
No related branches found
No related tags found
No related merge requests found
/.gradle
/.settings
/bin
/build
/.project
/.classpath
\ No newline at end of file
...@@ -14,7 +14,7 @@ import org.apache.tools.ant.filters.ReplaceTokens ...@@ -14,7 +14,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
group = 'it.unibz.inf.isochrones' group = 'it.unibz.inf.isochrones'
version = '1.1-SNAPSHOT' version = '1.1-SNAPSHOT'
description = 'Isochrones' description = 'PhD project of Nikolaus Krismer'
def getDate() { def getDate() {
def date = new Date() def date = new Date()
...@@ -92,8 +92,6 @@ checkstyle { ...@@ -92,8 +92,6 @@ checkstyle {
eclipse { eclipse {
project { project {
name = 'Isochrones'
buildCommand 'net.sf.eclipsecs.core.CheckstyleBuilder' buildCommand 'net.sf.eclipsecs.core.CheckstyleBuilder'
natures = [ natures = [
......
rootProject.name = 'Isochrones' rootProject.name = 'isochrone'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment