Skip to content

Commit

Permalink
merged: r33538,r33539 from webinterface branch:
Browse files Browse the repository at this point in the history
removing web folder and updating build scripts as contents is now part of plugin system; removing debug log info from WebServer.cpp
changed: addon.xml summary information updated. (cherry picked from commit e1aeeb7b46f588eb95cb18fecc5debb3521385cf)

(cherry picked from commit d5491a207c04130f33334bb6e5d1380e693fbe18)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@33657 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
  • Loading branch information
jmarshallnz committed Sep 10, 2010
1 parent 8ac5929 commit 0474c2f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
7 changes: 1 addition & 6 deletions Makefile.in
Expand Up @@ -507,7 +507,7 @@ install-bin: xbmc.bin # developement convenience target
ifeq ($(findstring osx,$(ARCH)), osx)
# TODO: add osx install
else
install: install-binaries install-arch install-datas install-web
install: install-binaries install-arch install-datas

install-binaries: install-scripts
@echo "Copying XBMC binary to $(DESTDIR)$(libdir)/xbmc/xbmc.bin"
Expand Down Expand Up @@ -551,11 +551,6 @@ install-livedatas:
@install -D tools/XBMCLive/runXBMC $(DESTDIR)$(bindir)/runXBMC
@install -D tools/XBMCLive/setAlsaVolumes $(DESTDIR)$(bindir)/setAlsaVolumes

install-web:
@mkdir -p $(DESTDIR)$(datarootdir)/xbmc/web
@cp -r web/poc_jsonrpc/* $(DESTDIR)$(datarootdir)/xbmc/web
@find $(DESTDIR)$(datarootdir)/xbmc/web -depth -name .svn -exec rm -rf {} \;

uninstall:
@echo "Removing XBMC..."
@rm -rf $(DESTDIR)$(libdir)/xbmc
Expand Down
8 changes: 4 additions & 4 deletions addons/webinterface.default/addon.xml
Expand Up @@ -3,15 +3,15 @@
id="webinterface.default"
version="1.0.0"
name="Default"
provider-name="Malard, Team XBMC">
provider-name="Team XBMC">
<requires>
<import addon="xbmc.gui" version="2.11"/>
</requires>
<extension
point="xbmc.gui.webinterface"/>
<extension point="xbmc.addon.metadata">
<summary lang="en">Default web interface by Malard. (XBMC's default web interface)</summary>
<description lang="en">Blablabla look good, blablabla, work everywhere</description>
<summary lang="en">Team XBMC Web Interface. (XBMC's default web interface)</summary>
<description lang="en">Default web interface for XBMC; Designed for devices of all resolutions</description>
<platform>all</platform>
</extension>
</addon>
</addon>
3 changes: 1 addition & 2 deletions project/Win32BuildSetup/BuildSetup.bat
Expand Up @@ -201,7 +201,6 @@ IF %comp%==vs2008 (
xcopy ..\..\system BUILD_WIN32\Xbmc\system /E /Q /I /Y /EXCLUDE:exclude.txt > NUL
xcopy ..\..\media BUILD_WIN32\Xbmc\media /E /Q /I /Y /EXCLUDE:exclude.txt > NUL
xcopy ..\..\sounds BUILD_WIN32\Xbmc\sounds /E /Q /I /Y /EXCLUDE:exclude.txt > NUL
xcopy "..\..\web\poc_jsonrpc" BUILD_WIN32\Xbmc\web /E /Q /I /Y /EXCLUDE:exclude.txt > NUL

SET skinpath=%CD%\Add_skins
SET scriptpath=%CD%\Add_scripts
Expand Down Expand Up @@ -326,4 +325,4 @@ IF %comp%==vs2008 (
IF %promptlevel% NEQ noprompt (
ECHO Press any key to exit...
pause > NUL
)
)
2 changes: 0 additions & 2 deletions tools/Linux/packaging/debian/rules.hardy
Expand Up @@ -51,8 +51,6 @@ binary-indep:
cp $(CURDIR)/tools/Linux/xbmc.desktop $(CURDIR)/debian/tmp/usr/share/applications/
# xbmc Live files
dh_install -i --sourcedir=$(CURDIR)/debian/tmp -XLICENCE -XLiberationSans-Regular.ttf -XLicence.txt -XLicense.txt
# XBMC WEB POC
dh_install -pxbmc-web ../../web/poc_jsonrpc usr/share/xbmc/web
dh_installdocs -i
dh binary-indep --after dh_installdocs

Expand Down

0 comments on commit 0474c2f

Please sign in to comment.