Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stephane Crozat
hdoc
Commits
f7e94059
Commit
f7e94059
authored
Dec 18, 2015
by
Jean Vintache
Browse files
rename myantce to etherpad_to_hdoc
parent
6eaf41ad
Changes
4
Hide whitespace changes
Inline
Side-by-side
etherpad_to_hdoc/
myantce
.ant
→
etherpad_to_hdoc/
etherpad_to_hdoc
.ant
View file @
f7e94059
<?xml version="1.0" encoding="UTF-8"?>
<project
basedir=
"."
name=
"myantce"
default=
"main"
>
<property
file=
"
build
.properties"
/>
<property
file=
"
etherpad_to_hdoc
.properties"
/>
<taskdef
name=
"htmlcleaner"
classname=
"org.htmlcleaner.HtmlCleanerForAnt"
>
<classpath>
...
...
etherpad_to_hdoc/
build
.properties
→
etherpad_to_hdoc/
etherpad_to_hdoc
.properties
View file @
f7e94059
File moved
etherpad_to_hdoc/run.bat
View file @
f7e94059
@echo
off
set
lib
=
lib
set
ant
=
myantce
.ant
set
ant
=
etherpad_to_hdoc
.ant
set
antparam
=
-Dprogram
.param
=
%
1
set
scJarList
=
%lib%
\
*
...
...
etherpad_to_hdoc/run.sh
View file @
f7e94059
#!/bin/sh
lib
=
"lib"
ant
=
"
myantce
.ant"
ant
=
"
etherpad_to_hdoc
.ant"
antparam
=
"-Dprogram.param=
$1
"
#Recherche de java et controle que se soit une version SUN
...
...
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