File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7373
7474 <target name =" inject-properties" >
7575 <!-- copy app.js to build dir -->
76- <copy file =" ${ build.dir } /app.js" tofile =" ${ build.dir } /app-temp.js" preservelastmodified =" true" >
76+ <copy file =" ${ build.dir } /app.js" tofile =" ${ build.dir } /app-temp.js" preservelastmodified =" true" />
77+ <copy file =" ${ build.dir } /app-temp.js" tofile =" ${ build.dir } /app.js" overwrite =" true" preservelastmodified =" true" />
78+ <delete file =" ${ build.dir } /app-temp.js" />
79+ <!-- Copy CITATION.cff to resources -->
80+ <copy file =" ${ basedir } /CITATION.cff" tofile =" ${ build.dir } /resources/CITATION.cff" overwrite =" true" />
81+ <copy file =" ${ basedir } /config.json" tofile =" ${ build.dir } /config.json" overwrite =" true" >
7782 <filterset begintoken =" @" endtoken =" @" >
7883 <filter token =" backend.url" value =" ${ backend.url } " />
7984 <filter token =" backend.path" value =" ${ backend.path } " />
8085 </filterset >
8186 </copy >
82- <copy file =" ${ build.dir } /app-temp.js" tofile =" ${ build.dir } /app.js" overwrite =" true" preservelastmodified =" true" />
83- <delete file =" ${ build.dir } /app-temp.js" />
84- <!-- Copy CITATION.cff to resources -->
85- <copy file =" ${ basedir } /CITATION.cff" tofile =" ${ build.dir } /resources/CITATION.cff" overwrite =" true" />
86- <copy file =" ${ basedir } /config.json" tofile =" ${ build.dir } /config.json" overwrite =" true" />
8787 </target >
8888
8989 <target name =" copy-xar-resources" >
Original file line number Diff line number Diff line change 11{
2- "backendURL" : " http://localhost:8080/exist/apps/Edirom-Online-Backend/ " ,
3- "backendPath" : " /exist/apps/Edirom-Online-Backend/ "
2+ "backendURL" : " @backend.url@ " ,
3+ "backendPath" : " @backend.path@ "
44}
You can’t perform that action at this time.
0 commit comments