File tree Expand file tree Collapse file tree 12 files changed +106
-21
lines changed
org.apache.geronimo.feature
org.apache.geronimo.installableruntime.jetty.feature
org.apache.geronimo.installableruntime.tomcat.feature
org.apache.geronimo.v10.feature
org.apache.geronimo.v11.feature
org.apache.geronimo.v12.feature
org.apache.geronimo.v20.feature
org.apache.geronimo.st.ui/src/org/apache/geronimo/st/ui/internal
org.apache.geronimo.st.v20.core Expand file tree Collapse file tree 12 files changed +106
-21
lines changed Original file line number Diff line number Diff line change 165
165
<dependency >
166
166
<groupId >org.apache.geronimo.devtools</groupId >
167
167
<artifactId >org.apache.geronimo.installableruntime.jetty.feature</artifactId >
168
- <version >${version } </version >
168
+ <version >${org.apache.geronimo.installableruntime.jetty.feature_version } </version >
169
169
</dependency >
170
170
<dependency >
171
171
<groupId >org.apache.geronimo.devtools</groupId >
172
172
<artifactId >org.apache.geronimo.installableruntime.tomcat.feature</artifactId >
173
- <version >${version } </version >
173
+ <version >${org.apache.geronimo.installableruntime.tomcat.feature_version } </version >
174
174
</dependency >
175
175
</dependencies >
176
176
</project >
Original file line number Diff line number Diff line change 45
45
<category name =" org.eclipse.wst.server.core.serverAdapter" />
46
46
</feature >
47
47
48
- <feature url =" features/org.apache.geronimo.installableruntime.jetty.feature_2.0.0 .jar"
49
- id =" org.apache.geronimo.installableruntime.jetty.feature" version =" 2.0.0 " >
48
+ <feature url =" features/org.apache.geronimo.installableruntime.jetty.feature_2.0.1 .jar"
49
+ id =" org.apache.geronimo.installableruntime.jetty.feature" version =" 2.0.1 " >
50
50
<category name =" Geronimo Runtime" />
51
51
</feature >
52
52
53
- <feature url =" features/org.apache.geronimo.installableruntime.tomcat.feature_2.0.0 .jar"
54
- id =" org.apache.geronimo.installableruntime.tomcat.feature" version =" 2.0.0 " >
53
+ <feature url =" features/org.apache.geronimo.installableruntime.tomcat.feature_2.0.1 .jar"
54
+ id =" org.apache.geronimo.installableruntime.tomcat.feature" version =" 2.0.1 " >
55
55
<category name =" Geronimo Runtime" />
56
56
</feature >
57
57
58
- <archive path =" features/org.apache.geronimo.installableruntime.tomcat.feature_2.0.0 /geronimo-tomcat6-jee5-2.0.zip"
59
- url =" runtimes/geronimo-tomcat6-jee5-2.0.2 .zip" />
60
- <archive path =" features/org.apache.geronimo.installableruntime.jetty.feature_2.0.0 /geronimo-jetty6-jee5-2.0.zip"
61
- url =" runtimes/geronimo-jetty6-jee5-2.0.2 .zip" />
58
+ <archive path =" features/org.apache.geronimo.installableruntime.tomcat.feature_2.0.1 /geronimo-tomcat6-jee5-2.0.1 .zip"
59
+ url =" runtimes/geronimo-tomcat6-jee5-2.0.1-bin .zip" />
60
+ <archive path =" features/org.apache.geronimo.installableruntime.jetty.feature_2.0.1 /geronimo-jetty6-jee5-2.0.1 .zip"
61
+ url =" runtimes/geronimo-jetty6-jee5-2.0.1-bin .zip" />
62
62
63
63
</site >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ ~ Licensed to the Apache Software Foundation (ASF) under one or more
4
+ ~ contributor license agreements. See the NOTICE file distributed with
5
+ ~ this work for additional information regarding copyright ownership.
6
+ ~ The ASF licenses this file to You under the Apache License, Version 2.0
7
+ ~ (the "License"); you may not use this file except in compliance with
8
+ ~ the License. You may obtain a copy of the License at
9
+ ~
10
+ ~ http://www.apache.org/licenses/LICENSE-2.0
11
+ ~
12
+ ~ Unless required by applicable law or agreed to in writing, software
13
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
14
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ ~ See the License for the specific language governing permissions and
16
+ ~ limitations under the License.
17
+ -->
18
+
2
19
<feature
3
20
id =" org.apache.geronimo.feature"
4
21
label =" Geronimo Core Feature"
Original file line number Diff line number Diff line change 38
38
</license >
39
39
40
40
<data
41
- id =" geronimo-jetty6-jee5-2.0 .zip"
41
+ id =" geronimo-jetty6-jee5-${org.apache.geronimo.installableruntime.jetty.feature_version} .zip"
42
42
download-size =" 0"
43
43
install-size =" 0" />
44
44
Original file line number Diff line number Diff line change 38
38
</license >
39
39
40
40
<data
41
- id =" geronimo-tomcat6-jee5-2.0 .zip"
41
+ id =" geronimo-tomcat6-jee5-${org.apache.geronimo.installableruntime.tomcat.feature_version} .zip"
42
42
download-size =" 0"
43
43
install-size =" 0" />
44
44
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ ~ Licensed to the Apache Software Foundation (ASF) under one or more
4
+ ~ contributor license agreements. See the NOTICE file distributed with
5
+ ~ this work for additional information regarding copyright ownership.
6
+ ~ The ASF licenses this file to You under the Apache License, Version 2.0
7
+ ~ (the "License"); you may not use this file except in compliance with
8
+ ~ the License. You may obtain a copy of the License at
9
+ ~
10
+ ~ http://www.apache.org/licenses/LICENSE-2.0
11
+ ~
12
+ ~ Unless required by applicable law or agreed to in writing, software
13
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
14
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ ~ See the License for the specific language governing permissions and
16
+ ~ limitations under the License.
17
+ -->
18
+
2
19
<feature
3
20
id =" org.apache.geronimo.v10.feature"
4
21
label =" Geronimo v1.0 Server Adapter"
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ ~ Licensed to the Apache Software Foundation (ASF) under one or more
4
+ ~ contributor license agreements. See the NOTICE file distributed with
5
+ ~ this work for additional information regarding copyright ownership.
6
+ ~ The ASF licenses this file to You under the Apache License, Version 2.0
7
+ ~ (the "License"); you may not use this file except in compliance with
8
+ ~ the License. You may obtain a copy of the License at
9
+ ~
10
+ ~ http://www.apache.org/licenses/LICENSE-2.0
11
+ ~
12
+ ~ Unless required by applicable law or agreed to in writing, software
13
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
14
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ ~ See the License for the specific language governing permissions and
16
+ ~ limitations under the License.
17
+ -->
18
+
2
19
<feature
3
20
id =" org.apache.geronimo.v11.feature"
4
21
label =" Geronimo v1.1.x Server Adapter"
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ ~ Licensed to the Apache Software Foundation (ASF) under one or more
4
+ ~ contributor license agreements. See the NOTICE file distributed with
5
+ ~ this work for additional information regarding copyright ownership.
6
+ ~ The ASF licenses this file to You under the Apache License, Version 2.0
7
+ ~ (the "License"); you may not use this file except in compliance with
8
+ ~ the License. You may obtain a copy of the License at
9
+ ~
10
+ ~ http://www.apache.org/licenses/LICENSE-2.0
11
+ ~
12
+ ~ Unless required by applicable law or agreed to in writing, software
13
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
14
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ ~ See the License for the specific language governing permissions and
16
+ ~ limitations under the License.
17
+ -->
18
+
2
19
<feature
3
20
id =" org.apache.geronimo.v12.feature"
4
21
label =" Geronimo v1.2 Server Adapter"
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ ~ Licensed to the Apache Software Foundation (ASF) under one or more
4
+ ~ contributor license agreements. See the NOTICE file distributed with
5
+ ~ this work for additional information regarding copyright ownership.
6
+ ~ The ASF licenses this file to You under the Apache License, Version 2.0
7
+ ~ (the "License"); you may not use this file except in compliance with
8
+ ~ the License. You may obtain a copy of the License at
9
+ ~
10
+ ~ http://www.apache.org/licenses/LICENSE-2.0
11
+ ~
12
+ ~ Unless required by applicable law or agreed to in writing, software
13
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
14
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ ~ See the License for the specific language governing permissions and
16
+ ~ limitations under the License.
17
+ -->
18
+
2
19
<feature
3
20
id =" org.apache.geronimo.v20.feature"
4
21
label =" Geronimo v2.0 Server Adapter"
Original file line number Diff line number Diff line change @@ -228,9 +228,9 @@ void updateInstallDir(IPath installPath) {
228
228
InstallableRuntime installable = (InstallableRuntime ) (tomcat .getSelection () ? gWithTomcat
229
229
: gWithJetty );
230
230
String version = installable .getFeatureVersion ();
231
- if (version .endsWith (".0" ))
232
- version = version .substring (0 , version .lastIndexOf (".0" ));
233
- installPath = installPath .append ("geronimo-" + version );
231
+ // if (version.endsWith(".0"))
232
+ // version = version.substring(0, version.lastIndexOf(".0"));
233
+ installPath = installPath .append ("geronimo-" + ( tomcat . getSelection () ? "tomcat6" : "jetty6" ) + "-jee5-" + version );
234
234
installDir .setText (installPath .toOSString ());
235
235
}
236
236
});
Original file line number Diff line number Diff line change 50
50
51
51
<extension point =" org.eclipse.wst.server.core.installableRuntimes" >
52
52
<installableRuntime id =" org.apache.geronimo.runtime.tomcat.20"
53
- featureVersion =" 2.0.0 "
53
+ featureVersion =" 2.0.1 "
54
54
featureId =" org.apache.geronimo.installableruntime.tomcat.feature"
55
55
featureSite =" http://www.apache.org/dist/geronimo/eclipse/updates/"
56
- path =" geronimo-tomcat-j2ee -2.0.zip" >
56
+ path =" geronimo-tomcat6-jee5 -2.0.1 .zip" >
57
57
</installableRuntime >
58
58
<installableRuntime id =" org.apache.geronimo.runtime.jetty.20"
59
- featureVersion =" 2.0.0 "
59
+ featureVersion =" 2.0.1 "
60
60
featureId =" org.apache.geronimo.installableruntime.jetty.feature"
61
61
featureSite =" http://www.apache.org/dist/geronimo/eclipse/updates/"
62
- path =" geronimo-jetty-j2ee -2.0.zip" >
62
+ path =" geronimo-jetty6-jee5 -2.0.1 .zip" >
63
63
</installableRuntime >
64
64
</extension >
65
65
Original file line number Diff line number Diff line change 89
89
<org .apache.geronimo.v11.feature_version>2.0.0</org .apache.geronimo.v11.feature_version>
90
90
<org .apache.geronimo.v12.feature_version>2.0.0</org .apache.geronimo.v12.feature_version>
91
91
<org .apache.geronimo.v20.feature_version>2.0.0</org .apache.geronimo.v20.feature_version>
92
- <org .apache.geronimo.installableruntime.tomcat.feature_version>2.0.0 </org .apache.geronimo.installableruntime.tomcat.feature_version>
93
- <org .apache.geronimo.installableruntime.jetty.feature_version>2.0.0 </org .apache.geronimo.installableruntime.jetty.feature_version>
92
+ <org .apache.geronimo.installableruntime.tomcat.feature_version>2.0.1 </org .apache.geronimo.installableruntime.tomcat.feature_version>
93
+ <org .apache.geronimo.installableruntime.jetty.feature_version>2.0.1 </org .apache.geronimo.installableruntime.jetty.feature_version>
94
94
</properties >
95
95
96
96
<dependencyManagement >
You can’t perform that action at this time.
0 commit comments