diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-12-20 22:51:50 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-12-20 22:51:50 +0000 |
| commit | 6b70393d1d4daab4db4cd67bcae863ce4befe039 (patch) | |
| tree | 70d182e43019e9fbdf37746b0192322941c6c399 /build.properties | |
| parent | e88c42800829892216829db90d98a62a38f8f6ae (diff) | |
- new java version 1.6
- replaced old gif animator by java 1.6 gif animator
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7388 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'build.properties')
| -rw-r--r-- | build.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.properties b/build.properties index 5f1747692..678872126 100644 --- a/build.properties +++ b/build.properties @@ -1,6 +1,6 @@ # defining some compiler arguments
-javacSource=1.5
-javacTarget=1.5
+javacSource=1.6
+javacTarget=1.6
# Release Configuration
releaseVersion=0.99
|
