Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1dcd56c15ff387891c62ecfbdc5436dffac30a08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version='1.0' encoding='utf-8' ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
		<title>retention_policy</title>
	</head>
	<body>
		<h2 id="Retention_Policy_for_EMF_Facet_builds_.28Draft.29">Retention Policy for EMF Facet builds (Draft)</h2>
		<h3 id="Code_in_SVN">Code in SVN</h3>
		<p>Any code that was included in a Release, is left in SVN forever. The version of a module that is included in a release will typically have a convenience version tag on the module, such as "R3_1_2".</p>
		<h3 id="Distributions_in_zip_files">Distributions in zip files</h3>
		<p>Formal releases are kept forever, but only the most recent release is kept on the 
			<a href="http://www.eclipse.org/modeling/emft/facet/downloads/">main download page</a>. Other, older distributions can be found on the 
			<a href="http://archive.eclipse.org/facet/downloads/">archive site</a>. 
		</p>
		<p>While developing a new release, milestone builds are kept until the release, at which point they are deleted. </p>
		<p>Similarly, while developing a milestone, weekly integration builds are kept until the milestone is available, and then they are deleted.</p>
		<h3 id="Features_in_update_site_repository">Features in update site repository</h3>
		<p>The update site repository will be treated as a persistent repository of content. Once something is installable from a release repository URL, it will always be installable from that repository URL. Note that the efficiency of installing old releases may not be maintained. Also, the "categories" that display the features in Eclipse 'Install New Software' dialog will change over time, but the underlying features and bundles will be there, even if not displayed in a category.</p>
		<h3 id="What_if_these_policies_don.27t_work_for_you.3F">What if these policies don't work for you?</h3>
		<p>Just ask. Open a bug and request what you need. 
			For example, an adopter might be building against an I-build, and isn't ready to move up to a particular milestone build for a few more weeks, so they'd prefer some I-build to not be removed at the end of the milestone. </p>
		<p>In other words, we are glad to be accommodating, but don't want to accommodate every hypothetical combination, since it's more work for us, we don't test it, and requires higher disk and bandwidth on the Eclipse mirroring system. So, open a bug if something special is required.</p>
		<p><font size="-2">
			Copyright &#169; 2012 Mia-Software.
			All rights reserved. This program and the accompanying materials
			are made available under the terms of the Eclipse Public License v1.0
			which accompanies this distribution, and is available at

			<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
</font>
		</p>
	</body>
</html>

Back to the top