Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Instrument Control
NomadCommandSystem
Commits
43696df6
Commit
43696df6
authored
Nov 25, 2014
by
yannick legoc
Browse files
removed ScannableProperties.xml from NomadGUI, content is passed by DatabaseAccessor
parent
54288275
Changes
2
Hide whitespace changes
Inline
Side-by-side
build.xml
View file @
43696df6
...
...
@@ -173,11 +173,6 @@
<arg
line=
"${idlFlags} ${idlCommonDir}/ArrayCopier.idl"
/>
</exec>
<echo
message=
"Generating Algebra.java"
/>
<exec
executable=
"idl"
>
<arg
line=
"${idlFlags} ${idlCommonDir}/Algebra.idl"
/>
</exec>
<echo
message=
"Generating Sequences.java"
/>
<exec
executable=
"idl"
>
<arg
line=
"${idlFlags} ${idlCommonDir}/Sequences.idl"
/>
...
...
src/fr/ill/ics/nscclient/dataprovider/DataAccessor.java
View file @
43696df6
...
...
@@ -542,6 +542,8 @@ public class DataAccessor {
}
}
public
String
getWholeScannableProperties
(
int
databaseID
)
{
return
databaseAccessor
.
getWholeScannableProperties
(
databaseID
);
}
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment