Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
datasid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
simmctic
datasid
Commits
2dd16cc7
Commit
2dd16cc7
authored
11 years ago
by
Eduardo L. Buratti
Browse files
Options
Downloads
Patches
Plain Diff
webservice: Minor fixes (file paths, minor refactoring, etc.)
parent
14508d93
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
webservice/DataSID.java
+4
-5
4 additions, 5 deletions
webservice/DataSID.java
with
4 additions
and
5 deletions
webservice/DataSID.java
+
4
−
5
View file @
2dd16cc7
...
...
@@ -46,11 +46,11 @@ public class DataSID {
private
static
final
String
SA_NET_USAGE
=
"telecenter_net_usage"
;
private
static
final
String
SA_USER_HISTORY
=
"telecenter_user_history"
;
private
static
final
File
XML_INVENTORY_SCHEMA
=
new
File
(
"/home/datasid/
apache-tomcat/webapps/axis2/WEB-INF
/collected-data.xsd"
);
private
static
final
File
XML_NET_USAGE_SCHEMA
=
new
File
(
"/home/datasid/
apache-tomcat/webapps/axis2/WEB-INF
/net-collected-data.xsd"
);
private
static
final
File
XML_INVENTORY_SCHEMA
=
new
File
(
"/home/datasid/
conf
/collected-data.xsd"
);
private
static
final
File
XML_NET_USAGE_SCHEMA
=
new
File
(
"/home/datasid/
conf
/net-collected-data.xsd"
);
private
static
final
String
AGENT_VERSION
=
"1.0.0"
;
private
static
final
String
AGENT_UPDATE_LINK
=
"http://bisi
d
.c3sl.ufpr.br/download/datasid-1.0.0-update.run"
;
private
static
final
String
AGENT_UPDATE_LINK
=
"http://bisi
mmcdev
.c3sl.ufpr.br/download/datasid-1.0.0-update.run"
;
// enum does not work as expected inside an axis web service
// using simple constants instead
...
...
@@ -136,8 +136,7 @@ public class DataSID {
* @author Eduardo Luis Buratti
* @return String
*/
public
static
String
getUpdateLink
()
{
public
static
String
getUpdateLink
()
{
return
AGENT_UPDATE_LINK
;
}
...
...
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