Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
hdoc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Stephane Crozat
hdoc
Commits
51335570
Commit
51335570
authored
Dec 17, 2015
by
Decorde Jeffrey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bash and shell scripts fixed
parent
03cfafe7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
hdoc_to_opale/run.bat
hdoc_to_opale/run.bat
+1
-1
hdoc_to_opale/run.sh
hdoc_to_opale/run.sh
+1
-1
No files found.
hdoc_to_opale/run.bat
View file @
51335570
@echo
off
set
lib
=
lib
set
ant
=
myantc
e
.ant
set
ant
=
hdoc_to_opal
e
.ant
set
antparam
=
-Dprogram
.param
=
%
1
set
scJarList
=
%lib%
\
*
...
...
hdoc_to_opale/run.sh
View file @
51335570
#!/bin/sh
lib
=
"lib"
ant
=
"
myantc
e.ant"
ant
=
"
hdoc_to_opal
e.ant"
antparam
=
"-Dprogram.param=
$1
"
#Recherche de java et controle que se soit une version SUN
...
...
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