aboutsummaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-05-13 09:16:32 +0200
committerSven Gothel <[email protected]>2014-05-13 09:16:32 +0200
commitc06288d2a12586ab8df3715cf130549fdd7499fb (patch)
tree933aa7179c39202f2262d88bd5452184a76fefbd /.classpath
parentf39100b35d0833764f2220e487ea7ea05ed87352 (diff)
Unit Test: Added Semantic Version Test (Current version agains v2.1.5)
TestVersionSemantics adds testing of semantic versioning of 2.1.5 gluegen-rt.jar against the current version within a unit test. Currently we expect BACKWARD_COMPATIBLE_USER and need to toggle this to NON_BACKWARD_COMPATIBLE, if actually perfoming non compatible major or minor version changes. The latter is allowed right now, since we increment from 2.1 -> 2.2! - Added https://github.com/jeluard/semantic-versioning semver.jar (Apache License Version 2.0)
Diffstat (limited to '.classpath')
-rw-r--r--.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/.classpath b/.classpath
index 4d57d71..bf36344 100644
--- a/.classpath
+++ b/.classpath
@@ -26,5 +26,6 @@
<classpathentry kind="lib" path="make/lib/antlr.jar"/>
<classpathentry kind="lib" path="make/lib/android-sdk/15/android.jar" sourcepath="make/lib/android-sdk/15/android-java-src.zip"/>
<classpathentry kind="lib" path="make/lib/junit.jar" sourcepath="make/lib/junit-sources.jar"/>
+ <classpathentry kind="lib" path="make/lib/semantic-versioning/semver.jar" sourcepath="make/lib/semantic-versioning/semver-src.zip"/>
<classpathentry kind="output" path="build/eclipse-classes"/>
</classpath>