Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
praxis-core
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
praxis
praxis-core
Commits
c8b15937
Commit
c8b15937
authored
12 years ago
by
BIGARET Sebastien
Browse files
Options
Downloads
Plain Diff
Merge branch 'hotfix/1.8.1'
parents
0e7da3e9
3213c118
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.classpath
+1
-1
1 addition, 1 deletion
.classpath
CHANGES
+10
-0
10 additions, 0 deletions
CHANGES
src/eu/telecom_bretagne/praxis/common/ReleaseInfo.java
+3
-3
3 additions, 3 deletions
src/eu/telecom_bretagne/praxis/common/ReleaseInfo.java
with
14 additions
and
4 deletions
.classpath
+
1
−
1
View file @
c8b15937
...
...
@@ -8,7 +8,7 @@
<classpathentry
kind=
"lib"
path=
"lib/javassist.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/velocity-1.6.3-dep.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/velocity-1.6.3.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/sqlitejdbc-
v056
.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/sqlite
-
jdbc-
3.7.2
.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/junit-4.8.1.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/drmaa.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/stax2-api-3.0.1.jar"
/>
...
...
This diff is collapsed.
Click to expand it.
CHANGES
+
10
−
0
View file @
c8b15937
v1.8.1
------
- Fixed: on Windows 7 64 bits, a praxis application could not start because
the SQLite JDBC driver we used (made by David Crawshaw) fails with an out of
memory error when building the connection to hte database.
Replaced with Xerial's JDBC driver written by Taro L. Saito.
The driver is an extension of David Crawshaw's SQLite JDBC driver.
v1.8
----
...
...
This diff is collapsed.
Click to expand it.
src/eu/telecom_bretagne/praxis/common/ReleaseInfo.java
+
3
−
3
View file @
c8b15937
...
...
@@ -7,15 +7,15 @@ package eu.telecom_bretagne.praxis.common;
*/
public
abstract
class
ReleaseInfo
{
public
static
final
String
release
=
"1.8"
;
public
static
final
String
release
=
"1.8
.1
"
;
public
static
final
int
revision
=
0
;
public
static
final
int
application_revision
=
Configuration
.
getInt
(
"revision"
);
public
static
final
String
release_date
=
"2012-11-2
2
"
;
public
static
final
String
release_date
=
"2012-11-2
3
"
;
public
static
final
String
package_date
=
"2012-11-2
2
"
;
public
static
final
String
package_date
=
"2012-11-2
3
"
;
/**
* Returns a array of three strings: the release, the application_revision number, and the release date
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment