[SVN] Re: PowerShell bundle
Hans-Jörg Bibiko
bibiko at eva.mpg.de
Mon May 10 06:26:15 UTC 2010
>
> I cc’ed Hans-Jörg who wrote the indexer script, Hans: do you have any idea why the bundle would not make it to the index?
Hi,
Yes, I'm just figured it out. The point is that the indexer expects that
http://github.com/USER_NAME/BUNDLE_NAME.tmbundle/
is the root point for a tmbundle, i.e. e.g. that the 'info.plist' file has to be accessible via the URL
http://github.com/USER_NAME/BUNDLE_NAME.tmbundle/info.plist
The Powershell's structure differs here:
e.g. for the 'info.plist':
http://github.com/caisson/powershell.tmbundle/blob/master/PowerShell.tmbundle/info.plist
instead of
http://github.com/caisson/powershell.tmbundle/blob/master/info.plist
In other words each tmbundle repository hosted at github has to be the root for the bundle files.
Cheers,
Hans
More information about the textmate-dev
mailing list