Nick,

Just forked it and here is the log

eskimo@dgolovin-desktop:~/Projects/jbds/jbosstools-fork-submodules$ git submodule add  git@github.com:dgolovin/jbosstools-target-platforms.git jbosstools-target-platforms
Cloning into 'jbosstools-target-platforms'...
remote: Counting objects: 6773, done.
remote: Compressing objects: 100% (2351/2351), done.
remote: Total 6773 (delta 3488), reused 6756 (delta 3471)
Receiving objects: 100% (6773/6773), 53.70 MiB | 974 KiB/s, done.
Resolving deltas: 100% (3488/3488), done.

It is to much for such a small young repository?

for example jbosstools-jst with all its history more than twice less space.

eskimo@dgolovin-desktop:~/Temp$ git clone git@github.com:jbosstools/jbosstools-jst.git
Cloning into 'jbosstools-jst'...
X11 forwarding request failed on channel 0
remote: Counting objects: 37604, done.
remote: Compressing objects: 100% (5442/5442), done.
remote: Total 37604 (delta 19647), reused 37454 (delta 19501)
Receiving objects: 100% (37604/37604), 23.94 MiB | 659 KiB/s, done.
Resolving deltas: 100% (19647/19647), done.

Why do you keep master branch empty?
Are there some reasons to have branches named different from the actual versions?

Thanks
Denis




On 02/07/2013 11:39 AM, Nick Boldt wrote:
In case you missed it, the sources for the new Kepler M5 target 
platforms for JBT 4.1 / JBDS 7.0 are located here:

https://github.com/jbosstools/jbosstools-target-platforms/tree/4.3.0

The resulting built target platform sites are here (unpacked sites and 
zips too, for use offline):

http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/
http://www.qa.jboss.com/binaries/RHDS/targetplatforms/jbdevstudiotarget/ 
(VPN required)

Currently, the only difference between the JBT and JBDS target platforms 
is that the JBDS one excludes swtbot, birt, and GWT/GPE. Therefore, if 
you can't access the JBDS one and don't want to build it locally, you 
should be fine to use the JBT one.

This change is documented here:

https://github.com/jbosstools/jbosstools-build/blob/master/target-platforms/README.md
-and-
https://issues.jboss.org/browse/JBIDE-13386

Cheers,