aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--moaSig/build.gradle2
-rw-r--r--moaSig/moa-sig/build.gradle1
3 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 4c72bde..77f0f9b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -191,7 +191,7 @@ buildNumber.properties
.mtj.tmp/
# Package Files #
-*.jar
+#*.jar
*.war
*.ear
diff --git a/moaSig/build.gradle b/moaSig/build.gradle
index 52a61bb..808a960 100644
--- a/moaSig/build.gradle
+++ b/moaSig/build.gradle
@@ -21,7 +21,7 @@ subprojects {
testCompile 'junit:junit:4.8.2'
}
- version = '3.0.1'
+ version = '3.1.0-RC3'
jar { manifest.attributes provider: 'EGIZ', 'Specification-Version': getCheckedOutGitCommitHash(), 'Implementation-Version': project.version }
}
diff --git a/moaSig/moa-sig/build.gradle b/moaSig/moa-sig/build.gradle
index 0ddd479..016eebd 100644
--- a/moaSig/moa-sig/build.gradle
+++ b/moaSig/moa-sig/build.gradle
@@ -1,4 +1,5 @@
apply plugin: 'war'
+apply plugin: 'eclipse'
apply plugin: 'eclipse-wtp'
apply from: 'https://raw.github.com/akhikhl/gretty/master/pluginScripts/gretty.plugin'