Changeset 69386 in vbox for trunk/src/VBox
- Timestamp:
- Oct 26, 2017 4:53:32 PM (7 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/.scm-settings
r69385 r69386 39 39 /UnattendedTemplates/*.xml: --dont-set-svn-eol --no-convert-eol 40 40 41 # The webservice is fun. 41 42 /webservice/Makefile.webtest: --treat-as Makefile 43 --filter-out-files /webservice/types.txt: 42 44 --filter-out-files /webservice/MANIFEST.MF.in 43 --filter-out-dirs /webservice/jaxlibs/.45 --filter-out-dirs /webservice/jaxlibs/. 44 46 45 # Samples are MIT.47 # The webservice samples are MIT and need some hacks to handle unusual file types. 46 48 /webservice/samples/*: --license-mit 47 49 /webservice/samples/*.java: --treat-as .c 48 50 /webservice/samples/*/Makefile.glue: --treat-as Makefile 49 51 /webservice/samples/php/clienttest.php: --treat-as .c 52 -
trunk/src/VBox/Main/webservice/Makefile.webtest
r69385 r69386 61 61 $(XSLTPROC) -o $@ $(WEBSRVWSDL2GSOAPH) $(VBOXWEBWSDL) 62 62 63 vboxwebsrv.nsmap: 63 vboxwebsrv.nsmap: 64 64 $(XSLTPROC) -o $@ $(WEBSRVNSMAPXSL) $(VBOXWEBIDLSRC) 65 65
Note:
See TracChangeset
for help on using the changeset viewer.