Skip to content

Commit

Permalink
added release build with additional update sites for test
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Bossert <anb0s@anbos.de>
  • Loading branch information
anb0s committed Mar 19, 2017
1 parent 8570dda commit b491ece
Show file tree
Hide file tree
Showing 24 changed files with 55 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cz.zcu.yafmt.platform/dependencies.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from original YAFMT:
--------------------
Eclipse 4.2 or higher.
GEF 3.9 and Zest 1.5 (update site) : http://download.eclipse.org/tools/gef/updates/milestones/
Xtext 2.4.1 or higher (update site) :http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/
GEF 3.9 and Zest 1.5 (update site) : http://download.eclipse.org/tools/gef/updates/milestones/
Xtext 2.4.1 or higher (update site) : http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/
Xtext JFace Integration 2.1 or higher (update site) : http://updates.yakindu.org/sct/luna/releases/

from my fork:
Expand Down
3 changes: 3 additions & 0 deletions cz.zcu.yafmt.update/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@
Yet Another Feature Modeling Tool. Collection of Eclipse plug-ins for feature modeling.
</description>
</category-def>
<repository-reference location="http://download.eclipse.org/tools/gef/updates/milestones/" enabled="true" />
<repository-reference location="http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/" enabled="true" />
<repository-reference location="http://updates.yakindu.org/sct/luna/releases/" enabled="true" />
</site>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
11 changes: 11 additions & 0 deletions cz.zcu.yafmt.update/updates/release/0.3/compositeArtifacts.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version='1.0' encoding='UTF-8'?>
<?compositeArtifactRepository version='1.0.0'?>
<repository name='YAFMT 0.3' type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1'>
<properties size='2'>
<property name='p2.timestamp' value='1489959010499'/>
<property name='p2.atomic.composite.loading' value='true'/>
</properties>
<children size='1'>
<child location='0.3.1.v20170319-2129'/>
</children>
</repository>
11 changes: 11 additions & 0 deletions cz.zcu.yafmt.update/updates/release/0.3/compositeContent.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version='1.0' encoding='UTF-8'?>
<?compositeMetadataRepository version='1.0.0'?>
<repository name='YAFMT 0.3' type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1'>
<properties size='2'>
<property name='p2.timestamp' value='1489959010511'/>
<property name='p2.atomic.composite.loading' value='true'/>
</properties>
<children size='1'>
<child location='0.3.1.v20170319-2129'/>
</children>
</repository>
3 changes: 3 additions & 0 deletions cz.zcu.yafmt.update/updates/release/0.3/p2.index
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
version=1
metadata.repository.factory.order=compositeContent.xml,\!
artifact.repository.factory.order=compositeArtifacts.xml,\!
11 changes: 11 additions & 0 deletions cz.zcu.yafmt.update/updates/release/compositeArtifacts.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version='1.0' encoding='UTF-8'?>
<?compositeArtifactRepository version='1.0.0'?>
<repository name='YAFMT Release Versions' type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1'>
<properties size='2'>
<property name='p2.timestamp' value='1489959010565'/>
<property name='p2.atomic.composite.loading' value='true'/>
</properties>
<children size='1'>
<child location='0.3'/>
</children>
</repository>
11 changes: 11 additions & 0 deletions cz.zcu.yafmt.update/updates/release/compositeContent.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version='1.0' encoding='UTF-8'?>
<?compositeMetadataRepository version='1.0.0'?>
<repository name='YAFMT Release Versions' type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1'>
<properties size='2'>
<property name='p2.timestamp' value='1489959010566'/>
<property name='p2.atomic.composite.loading' value='true'/>
</properties>
<children size='1'>
<child location='0.3'/>
</children>
</repository>
3 changes: 3 additions & 0 deletions cz.zcu.yafmt.update/updates/release/p2.index
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
version=1
metadata.repository.factory.order=compositeContent.xml,\!
artifact.repository.factory.order=compositeArtifacts.xml,\!

0 comments on commit b491ece

Please sign in to comment.