Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
parser-lib-atoms
Commits
c9fb90a0
Commit
c9fb90a0
authored
Sep 28, 2016
by
Mohamed, Fawzi Roberto (fawzi)
Browse files
fixing scala wrapper (mime type of main file is application/xml)
parent
0276e138
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/eu/nomad_lab/parsers/LibAtomsParser.scala
View file @
c9fb90a0
...
...
@@ -20,7 +20,7 @@ object LibAtomsParser extends SimpleExternalParserGenerator(
}(
breakOut
)
:
List
[(
String
,
jn.JString
)])
))
::
Nil
),
mainFileTypes
=
Seq
(
"
text/.*
"
),
mainFileTypes
=
Seq
(
"
application/xml
"
),
mainFileRe
=
"""\s*<GAP_params\s"""
.
r
,
cmd
=
Seq
(
DefaultPythonInterpreter
.
pythonExe
(),
"${envDir}/parsers/lib-atoms/parser/parser-lib-atoms/libAtomsParser.py"
,
"${mainFilePath}"
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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