File tree Expand file tree Collapse file tree 3 files changed +40
-1
lines changed Expand file tree Collapse file tree 3 files changed +40
-1
lines changed Original file line number Diff line number Diff line change
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
+ #=====================================================================
17
+
18
+
19
+ Building Geroniomo Eclipse Plugin
20
+ =================================
21
+
22
+ To build you will need:
23
+
24
+ * JDK 6.0 (J2SE 1.6.0) (http://java.sun.com/j2se/1.6.0)
25
+ * Maven 2.2.1 (http://maven.apache.org)
26
+
27
+
28
+ To build all changes incrementally:
29
+
30
+ mvn install
31
+
32
+ To perform clean builds, which are sometimes needed after some changes to the
33
+ source tree:
34
+
35
+ mvn clean install
36
+
37
+
Original file line number Diff line number Diff line change @@ -75,6 +75,8 @@ GERONIMODEVTOOLS-791 Delete module while server is stopped
75
75
GERONIMODEVTOOLS-771 Support for class hot swap for OSGi applications
76
76
GERONIMODEVTOOLS-706 Consider enabling Karaf shell in Eclipse console
77
77
GERONIMODEVTOOLS-235 Plugin cannot synchronize with the server when non-zero portOffset value in the config-substitutions.properties file
78
+ GERONIMODEVTOOLS-737 Could not build GEP3.0 under win7-64bit
79
+ GERONIMODEVTOOLS-649 Can't build GEP trunk on 32-bit Mac
78
80
79
81
80
82
Known Issues and Limitations
Original file line number Diff line number Diff line change 265
265
<plugin >
266
266
<groupId >org.apache.geronimo.devtools</groupId >
267
267
<artifactId >maven-eclipsepde-plugin</artifactId >
268
- <version >1.1 </version >
268
+ <version >1.2 </version >
269
269
<configuration >
270
270
<eclipseHome >${settings.localRepository} /eclipse/eclipse/</eclipseHome >
271
271
</configuration >
You can’t perform that action at this time.
0 commit comments