Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 173161
Collapse All | Expand All

(-)build-home/features-mylar.xml (-3 / +38 lines)
Lines 4-18 Link Here
4
    default="update">
4
    default="update">
5
    <target name="update">
5
    <target name="update">
6
		<echo message="-------- Project: Mylar Responsible: mkersten" />
6
		<echo message="-------- Project: Mylar Responsible: mkersten" />
7
        <property name="updateSite" value="file://${user.home}/downloads/mylar/update-site/site.xml" />
7
        <property name="updateSite" 
8
        	value="http://download.eclipse.org/technology/mylar/update-site/e3.3/site.xml" />
8
        <echo message="   pulling update jars from ${updateSite}" />
9
        <echo message="   pulling update jars from ${updateSite}" />
9
        <ant antfile="updateMirrorProject.xml">
10
        <ant antfile="updateMirrorProject.xml">
10
            <property
11
            <property
11
                name="featureId"
12
                name="featureId"
12
                value="mylar.feature.1" />
13
                value="org.eclipse.mylar_feature"/>
13
            <property
14
            <property
14
                name="version"
15
                name="version"
15
                value="7.8.9" />
16
                value="1.0.1"/>
16
        </ant>
17
        </ant>
18
    	<ant antfile="updateMirrorProject.xml">
19
            <property
20
                name="featureId"
21
                value="org.eclipse.mylar.ide_feature"/>
22
            <property
23
                name="version"
24
                value="1.0.1"/>
25
        </ant>
26
    	<ant antfile="updateMirrorProject.xml">
27
            <property
28
                name="featureId"
29
                value="org.eclipse.mylar.bugzilla_feature"/>
30
            <property
31
                name="version"
32
                value="1.0.1"/>
33
        </ant>
34
    	<ant antfile="updateMirrorProject.xml">
35
            <property
36
                name="featureId"
37
                value="org.eclipse.mylar.trac_feature"/>
38
            <property
39
                name="version"
40
                value="1.0.1"/>
41
        </ant>
42
    	<!-- add for 2.0M1
43
        <ant antfile="updateMirrorProject.xml">
44
            <property
45
                name="featureId"
46
                value="org.eclipse.mylar.jira_feature"/>
47
            <property
48
                name="version"
49
                value="1.0.1"/>
50
        </ant>
51
        -->
17
    </target>
52
    </target>
18
</project>
53
</project>

Return to bug 173161