Skip to content

Commit d7dca2d

Browse files
author
Hong Fang Han
committed
[maven-scm] copy for tag geronimo-eclipse-plugin-3.0-beta-1
git-svn-id: https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-3.0-beta-1@1208221 13f79535-47bb-0310-9956-ffa450edef68
2 parents e7077de + 9ef4762 commit d7dca2d

File tree

48 files changed

+277
-51
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+277
-51
lines changed

NOTICE.txt

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
=========================================================================
2-
== NOTICE file corresponding to section 4(d) of the Apache License, ==
3-
== Version 2.0, in this case for the Apache Geronimo distribution. ==
4-
=========================================================================
5-
61
Apache Geronimo
72
Copyright 2003-2011 The Apache Software Foundation
83

@@ -67,8 +62,10 @@ The source code for the Plexus project can be downloaded from:
6762

6863
http://plexus.codehaus.org/source-repository.html
6964

65+
=========================================================================
66+
== W3C Notice ==
67+
=========================================================================
7068

71-
72-
73-
74-
69+
This product also includes schemas and specification developed by:
70+
- the W3C consortium (http://www.w3c.org)
71+
(http://www.w3.org/XML/1998/namespace)

PLUGIN_RELEASE-NOTES-3.0.0.txt renamed to PLUGIN_RELEASE-NOTES-3.0-beta-1.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Release Notes -- Apache Geronimo Eclipse Plugin -- Version ${pom.version} -- ${buildNumber}
1+
Release Notes -- Apache Geronimo Eclipse Plugin -- Version 3.0-beta-1 -- ${buildNumber}
22

33

44
Helpful URLs
@@ -158,6 +158,6 @@ GERONIMODEVTOOLS--605 Generate classes with JAXB from new schema files for Java
158158
GERONIMODEVTOOLS--600 Build script should detect JDK data model(32bit or 64bit) instead of OS architecture
159159

160160

161-
Release Notes -- Apache Geronimo Eclipse Plugin -- Version ${pom.version} -- ${buildNumber}
161+
Release Notes -- Apache Geronimo Eclipse Plugin -- Version 3.0-beta-1 -- ${buildNumber}
162162

163-
@version $Rev: 894783 $ $Date: 2009-12-31 14:21:08 +0800 (Thu, 31 Dec 2009) $
163+
@version $Rev$ $Date$

README.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
======================================================
2+
Apache Geronimo Eclipse Plugin -- Version 3.0-beta-1
3+
http://geronimo.apache.org/
4+
------------------------------------------------------
5+
6+
The following JIRAs are still open in Geronimo Eclipse Plugin Version 3.0-beta-1. To build Geronimo Eclipse Plugin Version 3.0-beta-1, please use maven version 2.2.1, and operation system except win7-64bit and macos-64bit.
7+
8+
- https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-694 Can not build GEP3.0 with maven 3.0
9+
- https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-737 Could not build GEP3.0 under win7-64bit
10+
- https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-674 Could not build GEP3.0 under macos-64bit

assembly/src/main/assembly/deployable.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</fileSets>
3636
<files>
3737
<file>
38-
<source>../features/org.apache.geronimo.v30.feature/target/classes/about_files/PLUGIN_RELEASE-NOTES-${pom.version}.txt</source>
38+
<source>../features/org.apache.geronimo.v30.feature/target/classes/about_files/PLUGIN_RELEASE-NOTES-3.0-beta-1.txt</source>
3939
<outputDirectory>eclipse</outputDirectory>
4040
<!-- <filtered>true</filtered>
4141
${pom.version} does not get expanded by this filtering :-(

assembly/src/main/assembly/p2repo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<outputDirectory>/</outputDirectory>
4444
</file>
4545
<file>
46-
<source>../features/org.apache.geronimo.v30.feature/target/classes/about_files/PLUGIN_RELEASE-NOTES-${pom.version}.txt</source>
46+
<source>../features/org.apache.geronimo.v30.feature/target/classes/about_files/PLUGIN_RELEASE-NOTES-3.0-beta-1.txt</source>
4747
<outputDirectory></outputDirectory>
4848
<!-- <filtered>true</filtered>
4949
${pom.version} does not get expanded by this filtering :-(

assembly/src/main/assembly/updatesite.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<outputDirectory>/</outputDirectory>
4040
</file>
4141
<file>
42-
<source>../features/org.apache.geronimo.v30.feature/target/classes/about_files/PLUGIN_RELEASE-NOTES-${pom.version}.txt</source>
42+
<source>../features/org.apache.geronimo.v30.feature/target/classes/about_files/PLUGIN_RELEASE-NOTES-3.0-beta-1.txt</source>
4343
<outputDirectory></outputDirectory>
4444
<!-- <filtered>true</filtered>
4545
${pom.version} does not get expanded by this filtering :-(

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

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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+
-->
117
<html>
218
<body>
319
Version: ${pom.version}-${buildNumber}
@@ -7,7 +23,7 @@ <h3>Notices</h3>
723
The notices for this feature are found here in the <a href="about_files/NOTICE.txt">about_files/NOTICE.txt</a> file.
824
<h3>Release Notes</h3>
925
For detailed information about this feature, see these
10-
<a href="about_files/PLUGIN_RELEASE-NOTES-${pom.version}.txt">Release Notes</a>.
26+
<a href="about_files/PLUGIN_RELEASE-NOTES-3.0-beta-1.txt">Release Notes</a>.
1127
<h3>The Geronimo Devtools project</h3>
1228
For more information on using this feature, getting the source code and/or contributing to the project,
1329
visit the project home page

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<directory>../..</directory>
7979
<filtering>true</filtering>
8080
<includes>
81-
<include>PLUGIN_RELEASE-NOTES-${pom.version}.txt</include>
81+
<include>PLUGIN_RELEASE-NOTES-3.0-beta-1.txt</include>
8282
</includes>
8383
</resource>
8484
<resource>

plugins/about.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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+
-->
117
<html>
218
<body>
319
<h2>About This Content</h2>
@@ -8,7 +24,7 @@ <h3>Notices</h3>
824
The notices for this plugin are found here in the <a href="about_files/NOTICE.txt">about_files/NOTICE.txt</a> file.
925
<h3>Release Notes</h3>
1026
For detailed information about this feature, see these
11-
<a href="about_files/PLUGIN_RELEASE-NOTES-${pom.version}.txt">Release Notes</a>.
27+
<a href="about_files/PLUGIN_RELEASE-NOTES-3.0-beta-1.txt">Release Notes</a>.
1228
<h3>The Geronimo Devtools project</h3>
1329
For more information on using this feature, getting the source code and/or contributing to the project,
1430
visit the project home page

plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/plugin.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?eclipse version="3.4"?>
3+
<!--
4+
~ Licensed to the Apache Software Foundation (ASF) under one or more
5+
~ contributor license agreements. See the NOTICE file distributed with
6+
~ this work for additional information regarding copyright ownership.
7+
~ The ASF licenses this file to You under the Apache License, Version 2.0
8+
~ (the "License"); you may not use this file except in compliance with
9+
~ the License. You may obtain a copy of the License at
10+
~
11+
~ http://www.apache.org/licenses/LICENSE-2.0
12+
~
13+
~ Unless required by applicable law or agreed to in writing, software
14+
~ distributed under the License is distributed on an "AS IS" BASIS,
15+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
~ See the License for the specific language governing permissions and
17+
~ limitations under the License.
18+
-->
19+
20+
<!-- $Rev$ $Date$ -->
321
<plugin>
422
<extension point="org.apache.geronimo.jaxbmodel.common.JAXBUtilsProvider">
523
<provider class="org.apache.geronimo.j2ee.jaxbmodel.operations.JAXB11Utils" version="1.1"/>

0 commit comments

Comments
 (0)