Skip to content

Commit 78f74bb

Browse files
author
Xuan Dai
committed
revert to 2.1.5 for next release try and add copyright headers for new files
git-svn-id: https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/branches/2.1.5@934291 13f79535-47bb-0310-9956-ffa450edef68
1 parent 6a92f63 commit 78f74bb

File tree

38 files changed

+360
-71
lines changed

38 files changed

+360
-71
lines changed

assembly/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
<artifactId>assembly</artifactId>
2323
<packaging>pom</packaging>
2424
<name>Geronimo Eclipse Plugin :: Assembly</name>
25-
<version>2.1.6</version>
25+
<version>2.1.5</version>
2626
<parent>
2727
<groupId>org.apache.geronimo.devtools</groupId>
2828
<artifactId>geronimo-eclipse-plugin</artifactId>
29-
<version>2.1.6-SNAPSHOT</version>
29+
<version>2.1.5-SNAPSHOT</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232
<build>

eclipse/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<groupId>org.apache.geronimo.devtools</groupId>
2222
<artifactId>eclipse</artifactId>
23-
<version>2.1.6</version>
23+
<version>2.1.5</version>
2424
<packaging>pom</packaging>
2525
<name>Geronimo Eclipse Plugin :: Eclipse</name>
2626

2727
<parent>
2828
<groupId>org.apache.geronimo.devtools</groupId>
2929
<artifactId>geronimo-eclipse-plugin</artifactId>
30-
<version>2.1.6-SNAPSHOT</version>
30+
<version>2.1.5-SNAPSHOT</version>
3131
<relativePath>../pom.xml</relativePath>
3232
</parent>
3333

features/org.apache.geronimo.v21.feature/license.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
<html>
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+
-->
218
<body>
319
Version: ${pom.version}-${buildNumber}
420
<h3>License</h3>

features/org.apache.geronimo.v21.feature/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
<modelVersion>4.0.0</modelVersion>
2020
<artifactId>org.apache.geronimo.v21.feature</artifactId>
2121
<packaging>jar</packaging>
22-
<version>2.1.6</version>
22+
<version>2.1.5</version>
2323
<name>${artifactId}</name>
2424
<parent>
2525
<groupId>org.apache.geronimo.devtools</groupId>
2626
<artifactId>eclipse-features-parent</artifactId>
27-
<version>2.1.6</version>
27+
<version>2.1.5</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<build>

features/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<groupId>org.apache.geronimo.devtools</groupId>
2222
<artifactId>eclipse-features-parent</artifactId>
23-
<version>2.1.6</version>
23+
<version>2.1.5</version>
2424
<packaging>pom</packaging>
2525
<name>Geronimo Eclipse Plugin :: Features</name>
2626
<parent>
2727
<groupId>org.apache.geronimo.devtools</groupId>
2828
<artifactId>geronimo-eclipse-plugin</artifactId>
29-
<version>2.1.6-SNAPSHOT</version>
29+
<version>2.1.5-SNAPSHOT</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232
<modules>

plugins/about.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
<html>
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+
-->
218
<body>
319
<h2>About This Content</h2>
420
<p>Version: ${pom.version}-${buildNumber}</p>

plugins/org.apache.geronimo.jee.v21.jaxbmodel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.geronimo.devtools</groupId>
2626
<artifactId>eclipse-plugins-parent</artifactId>
27-
<version>2.1.6</version>
27+
<version>2.1.5</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

plugins/org.apache.geronimo.jee.v21.jaxbmodel/src/main/java/org/apache/geronimo/jee/loginconfig/AbstractLoginModule.java

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1-
//
2-
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0.2-b01-fcs
3-
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
4-
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2008.07.29 at 06:48:36 PM IST
6-
//
1+
/*
2+
* Licensed to the Apache Software Foundation (ASF) under one or more
3+
* contributor license agreements. See the NOTICE file distributed with
4+
* this work for additional information regarding copyright ownership.
5+
* The ASF licenses this file to You under the Apache License, Version 2.0
6+
* (the "License"); you may not use this file except in compliance with
7+
* the License. You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
16+
*/
717

818

919
package org.apache.geronimo.jee.loginconfig;

plugins/org.apache.geronimo.jee.v21.jaxbmodel/src/main/java/org/apache/geronimo/jee/loginconfig/ControlFlag.java

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1-
//
2-
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0.2-b01-fcs
3-
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
4-
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2008.07.29 at 06:48:36 PM IST
6-
//
1+
/*
2+
* Licensed to the Apache Software Foundation (ASF) under one or more
3+
* contributor license agreements. See the NOTICE file distributed with
4+
* this work for additional information regarding copyright ownership.
5+
* The ASF licenses this file to You under the Apache License, Version 2.0
6+
* (the "License"); you may not use this file except in compliance with
7+
* the License. You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
16+
*/
717

818

919
package org.apache.geronimo.jee.loginconfig;

plugins/org.apache.geronimo.jee.v21.jaxbmodel/src/main/java/org/apache/geronimo/jee/loginconfig/LoginConfig.java

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1-
//
2-
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0.2-b01-fcs
3-
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
4-
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2008.07.29 at 06:48:36 PM IST
6-
//
1+
/*
2+
* Licensed to the Apache Software Foundation (ASF) under one or more
3+
* contributor license agreements. See the NOTICE file distributed with
4+
* this work for additional information regarding copyright ownership.
5+
* The ASF licenses this file to You under the Apache License, Version 2.0
6+
* (the "License"); you may not use this file except in compliance with
7+
* the License. You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
16+
*/
717

818

919
package org.apache.geronimo.jee.loginconfig;

0 commit comments

Comments
 (0)