File tree Expand file tree Collapse file tree 3 files changed +19
-25
lines changed
org.zend.commons-updatesite Expand file tree Collapse file tree 3 files changed +19
-25
lines changed Original file line number Diff line number Diff line change 4
4
<location includeAllPlatforms =" false" includeConfigurePhase =" false" includeMode =" slicer" includeSource =" false" type =" InstallableUnit" >
5
5
<unit id =" org.eclipse.dltk.core.feature.group" version =" 0.0.0" />
6
6
<unit id =" org.eclipse.dltk.core.index.feature.group" version =" 0.0.0" />
7
- <repository location =" http://il-studiodev2.zend.net:8080/job/zend-dltk/lastSuccessfulBuild/artifact/org.eclipse.dltk.releng/build/update.site/target/site " />
7
+ <repository location =" http://il-studiodev2.zend.net:8080/job/zend-dltk/lastSuccessfulBuild/artifact/org.eclipse.dltk.releng/build/update.site/target/repository " />
8
8
</location >
9
9
<location includeAllPlatforms =" false" includeConfigurePhase =" false" includeMode =" slicer" includeSource =" false" type =" InstallableUnit" >
10
10
<unit id =" org.eclipse.php.feature.group" version =" 0.0.0" />
11
- <repository location =" http://il-studiodev2.zend.net:8080/job/zend-pdt/lastSuccessfulBuild/artifact/result/ " />
11
+ <repository location =" http://il-studiodev2.zend.net:8080/job/zend-pdt/lastSuccessfulBuild/artifact/dev/org.eclipse.php-repository/target/repository " />
12
12
</location >
13
13
<location includeAllPlatforms =" false" includeConfigurePhase =" true" includeMode =" slicer" includeSource =" true" type =" InstallableUnit" >\
14
14
<unit id =" org.eclipse.equinox.executable.feature.group" version =" 0.0.0" />
20
20
<unit id =" org.eclipse.wst.web_ui.feature.feature.group" version =" 0.0.0" />
21
21
<unit id =" org.eclipse.wst.xml_ui.feature.feature.group" version =" 0.0.0" />
22
22
<unit id =" org.eclipse.wst.common.fproj.feature.group" version =" 0.0.0" />
23
- <repository location =" http://il-studiodev2.zend.net:8080/job/MirrorKepler /lastSuccessfulBuild/artifact/mirrors/kepler /target/repository" />
23
+ <repository location =" http://il-studiodev2.zend.net:8080/job/MirrorMars /lastSuccessfulBuild/artifact/mirrors/mars /target/repository" />
24
24
</location >
25
25
<location includeAllPlatforms =" false" includeConfigurePhase =" false" includeMode =" slicer" includeSource =" false" type =" InstallableUnit" >
26
26
<unit id =" org.apache.commons.httpclient" version =" 0.0.0" />
Original file line number Diff line number Diff line change 10
10
<modules >
11
11
<module >../org.zend.core.notifications</module >
12
12
<module >../org.zend.notifications-feature</module >
13
- <module >../org.zend.usagedata</module >
13
+ <!-- module>../org.zend.usagedata</module>
14
14
<module>../org.zend.usagedata-feature</module>
15
15
<module>../org.zend.usagedata.monitors</module>
16
- <module >../org.zend.usagedata.ui</module >
16
+ <module>../org.zend.usagedata.ui</module -- >
17
17
<module >../org.zend.commons-updatesite</module >
18
18
</modules >
19
19
<properties >
20
- <tycho-version >0.18.1 </tycho-version >
20
+ <tycho-version >0.23.0 </tycho-version >
21
21
</properties >
22
22
<build >
23
23
<plugins >
48
48
<ws >win32</ws >
49
49
<arch >x86</arch >
50
50
</environment >
51
- <!-- < environment> -- >
52
- <!-- < os>win32</os> -- >
53
- <!-- < ws>win32</ws> -- >
54
- <!-- < arch>x86_64</arch> -- >
55
- <!-- < /environment> -- >
51
+ <environment >
52
+ < os >win32</os >
53
+ < ws >win32</ws >
54
+ < arch >x86_64</arch >
55
+ </environment >
56
56
<environment >
57
57
<os >macosx</os >
58
58
<ws >cocoa</ws >
84
84
<profiles >
85
85
<profile >
86
86
<id >sign</id >
87
- <activation >
88
- <property >
89
- <name >sign</name >
90
- </property >
91
- </activation >
92
87
<build >
93
88
<plugins >
94
89
<plugin >
90
+ <groupId >org.apache.maven.plugins</groupId >
95
91
<artifactId >maven-jarsigner-plugin</artifactId >
96
- <version >1.2</version >
92
+ <version >1.4</version >
93
+ <configuration >
94
+ <tsa >https://timestamp.geotrust.com/tsa</tsa >
95
+ </configuration >
97
96
<executions >
98
97
<execution >
99
- <phase >package</ phase >
98
+ <id >sign</ id >
100
99
<goals >
101
100
<goal >sign</goal >
102
101
</goals >
103
102
</execution >
104
103
</executions >
105
- <configuration >
106
- <keystore >${keystore} </keystore >
107
- <alias >zend</alias >
108
- <storepass >${password} </storepass >
109
- </configuration >
110
104
</plugin >
111
105
</plugins >
112
106
</build >
Original file line number Diff line number Diff line change 3
3
<feature url =" features/org.zend.notifications.feature_1.0.0.qualifier.jar" id =" org.zend.notifications.feature" version =" 1.0.0.qualifier" >
4
4
<category name =" org.zend.commons" />
5
5
</feature >
6
- <feature url =" features/org.zend.usagedata_1.0.1.qualifier.jar" id =" org.zend.usagedata" version =" 1.0.1.qualifier" >
6
+ <!-- feature url="features/org.zend.usagedata_1.0.1.qualifier.jar" id="org.zend.usagedata" version="1.0.1.qualifier">
7
7
<category name="org.zend.commons"/>
8
- </feature >
8
+ </feature-- >
9
9
<category-def name =" org.zend.commons" label =" Zend Commons Eclipse Features" />
10
10
</site >
You can’t perform that action at this time.
0 commit comments