Denis Golovin [
http://community.jboss.org/people/dgolovin] created the discussion
"Re: update from jbt 3.2 m1 to m2"
To view the discussion, visit:
http://community.jboss.org/message/562746#562746
--------------------------------------------------------------
I guess we can use Composite Repository to keep all versions available in development
update site. It should be declared in compositeContent.xml and contain two links to M1 and
M2 release. Below is example from Eclipse documentation
<?xml version='1.0' encoding='UTF-8'?>
<?compositeMetadataRepository version='1.0.0'?>
<repository name='"Eclipse Project Test Site"'
type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository'
version='1.0.0'>
<properties size='1'>
<property name='p2.timestamp' value='1243822502499'/>
</properties>
<children size='2'>
<child location='
http://example.eclipse.org/childOne'/
http://example.eclipse.org/childOne'/>
<child location='
http://example.eclipse.org/childTwo'/
http://example.eclipse.org/childTwo'/>
</children>
</repository>
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/562746#562746]
Start a new discussion in JBoss Tools at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]