File tree Expand file tree Collapse file tree 11 files changed +212
-208
lines changed
src/scouter/client/actions Expand file tree Collapse file tree 11 files changed +212
-208
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<projectDescription >
3
- <name >scouter.client.build </name >
3
+ <name >scouter.client.parent </name >
4
4
<comment ></comment >
5
5
<projects >
6
6
</projects >
Original file line number Diff line number Diff line change 11
11
<module >../scouter.client.product</module >
12
12
</modules >
13
13
<properties >
14
- <tycho-version >1 .3.0</tycho-version >
14
+ <tycho-version >2 .3.0</tycho-version >
15
15
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16
16
</properties >
17
17
<repositories >
20
20
<!-- <layout>p2</layout> -->
21
21
<!-- <url>https://download.eclipse.org/releases/2018-12/</url> -->
22
22
<!-- </repository> -->
23
- <repository >
24
- <id >eclipse-simultaneous-2018-09</id >
25
- <layout >p2</layout >
26
- <url >https://download.eclipse.org/releases/2018-09/</url >
27
- </repository >
23
+
24
+ <repository >
25
+ <id >eclipse-simultaneous-2021-09</id >
26
+ <layout >p2</layout >
27
+ <url >https://download.eclipse.org/releases/2021-09/</url >
28
+ </repository >
29
+
28
30
<!-- <repository> -->
29
31
<!-- <id>eclipse-photon</id> -->
30
32
<!-- <layout>p2</layout> -->
31
33
<!-- <url>https://download.eclipse.org/releases/photon</url> -->
32
34
<!-- </repository> -->
33
35
</repositories >
36
+ <pluginRepositories >
37
+ <pluginRepository >
38
+ <id >tycho-snapshots</id >
39
+ <url >https://repo.eclipse.org/content/repositories/tycho-snapshots/</url >
40
+ </pluginRepository >
41
+ </pluginRepositories >
42
+
34
43
<build >
35
44
<plugins >
36
45
<plugin >
44
53
<groupId >org.eclipse.tycho</groupId >
45
54
<artifactId >target-platform-configuration</artifactId >
46
55
<version >${tycho-version} </version >
47
- <configuration >
56
+ <configuration >
48
57
<environments >
49
- <environment >
50
- <os >win32</os >
51
- <ws >win32</ws >
52
- <arch >x86</arch >
53
- </environment >
54
58
<environment >
55
59
<os >win32</os >
56
60
<ws >win32</ws >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <projectDescription >
3
- <name >scouter.client.feature</name >
4
- <comment ></comment >
5
- <projects >
6
- </projects >
7
- <buildSpec >
8
- <buildCommand >
9
- <name >org.eclipse.pde.FeatureBuilder</name >
10
- <arguments >
11
- </arguments >
12
- </buildCommand >
13
- <buildCommand >
14
- <name >org.eclipse.m2e.core.maven2Builder</name >
15
- <arguments >
16
- </arguments >
17
- </buildCommand >
18
- </buildSpec >
19
- <natures >
20
- <nature >org.eclipse.m2e.core.maven2Nature</nature >
21
- <nature >org.eclipse.pde.FeatureNature</nature >
22
- </natures >
23
- </projectDescription >
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <projectDescription >
3
+ <name >scouter.client.feature</name >
4
+ <comment ></comment >
5
+ <projects >
6
+ </projects >
7
+ <buildSpec >
8
+ <buildCommand >
9
+ <name >org.eclipse.pde.FeatureBuilder</name >
10
+ <arguments >
11
+ </arguments >
12
+ </buildCommand >
13
+ <buildCommand >
14
+ <name >org.eclipse.m2e.core.maven2Builder</name >
15
+ <arguments >
16
+ </arguments >
17
+ </buildCommand >
18
+ </buildSpec >
19
+ <natures >
20
+ <nature >org.eclipse.m2e.core.maven2Nature</nature >
21
+ <nature >org.eclipse.pde.FeatureNature</nature >
22
+ </natures >
23
+ </projectDescription >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <projectDescription >
3
- <name >scouter.client.product</name >
4
- <comment ></comment >
5
- <projects >
6
- </projects >
7
- <buildSpec >
8
- <buildCommand >
9
- <name >org.eclipse.jdt.core.javabuilder</name >
10
- <arguments >
11
- </arguments >
12
- </buildCommand >
13
- <buildCommand >
14
- <name >org.eclipse.m2e.core.maven2Builder</name >
15
- <arguments >
16
- </arguments >
17
- </buildCommand >
18
- </buildSpec >
19
- <natures >
20
- <nature >org.eclipse.m2e.core.maven2Nature</nature >
21
- <nature >org.eclipse.jdt.core.javanature</nature >
22
- </natures >
23
- </projectDescription >
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <projectDescription >
3
+ <name >scouter.client.product</name >
4
+ <comment ></comment >
5
+ <projects >
6
+ </projects >
7
+ <buildSpec >
8
+ <buildCommand >
9
+ <name >org.eclipse.m2e.core.maven2Builder</name >
10
+ <arguments >
11
+ </arguments >
12
+ </buildCommand >
13
+ </buildSpec >
14
+ <natures >
15
+ <nature >org.eclipse.m2e.core.maven2Nature</nature >
16
+ </natures >
17
+ </projectDescription >
Original file line number Diff line number Diff line change 42
42
<launcher name =" scouter" >
43
43
<linux icon =" icons/launcher.xpm" />
44
44
<macosx icon =" icons/launcher.icns" />
45
- <solaris />
46
45
<win useIco =" true" >
47
46
<ico path =" icons/launcher.ico" />
48
47
<bmp />
60
59
<feature id =" scouter.client.feature" />
61
60
<feature id =" org.eclipse.emf.ecore" />
62
61
<feature id =" org.eclipse.emf.common" />
62
+ <feature id =" org.eclipse.e4.rcp" installMode =" root" />
63
+ <feature id =" org.eclipse.draw2d" installMode =" root" />
63
64
</features >
64
65
65
66
<configurations >
66
67
<plugin id =" org.eclipse.core.runtime" autoStart =" true" startLevel =" 2" />
67
- <plugin id =" org.eclipse.equinox.ds" autoStart =" true" startLevel =" 2" />
68
+ <plugin id =" org.apache.felix.scr" autoStart =" true" startLevel =" 2" />
69
+ <!-- plugin id="org.eclipse.equinox.ds" autoStart="true" startLevel="2" / -->
68
70
</configurations >
69
71
70
72
<preferencesInfo >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<classpath >
3
- <classpathentry exported =" true" kind =" lib" path =" lib/activation-1.1.1.jar" />
4
- <classpathentry exported =" true" kind =" lib" path =" lib/jaxb-api-2.3.1.jar" />
5
- <classpathentry exported =" true" kind =" lib" path =" lib/jaxb-core-2.3.0.1.jar" />
6
- <classpathentry exported =" true" kind =" lib" path =" lib/jaxb-impl-2.3.0.1.jar" />
7
3
<classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8" />
8
4
<classpathentry kind =" con" path =" org.eclipse.pde.core.requiredPlugins" />
9
- <classpathentry kind =" src" path =" src" />
5
+ <classpathentry kind =" src" path =" src/ " />
10
6
<classpathentry exported =" true" kind =" lib" path =" lib/scouter.common.jar" sourcepath =" /scouter.common" />
7
+ <classpathentry exported =" true" kind =" lib" path =" lib/scouter.server.jar" />
11
8
<classpathentry exported =" true" kind =" lib" path =" lib/hibernate-core-3.3.2.GA.jar" />
12
9
<classpathentry exported =" true" kind =" lib" path =" lib/opencsv-2.4.jar" />
13
10
<classpathentry exported =" true" kind =" lib" path =" lib/opal-1.0.3.jar" />
14
- <classpathentry kind =" lib" path =" lib/scouter.server.jar" />
11
+ <classpathentry exported =" true" kind =" lib" path =" lib/activation-1.1.1.jar" />
12
+ <classpathentry exported =" true" kind =" lib" path =" lib/jaxb-api-2.3.1.jar" />
13
+ <classpathentry exported =" true" kind =" lib" path =" lib/jaxb-core-2.3.0.1.jar" />
14
+ <classpathentry exported =" true" kind =" lib" path =" lib/jaxb-impl-2.3.0.1.jar" />
15
15
<classpathentry kind =" output" path =" target/classes" />
16
16
</classpath >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <projectDescription >
3
- <name >scouter.client</name >
4
- <comment ></comment >
5
- <projects >
6
- </projects >
7
- <buildSpec >
8
- <buildCommand >
9
- <name >org.eclipse.jdt.core.javabuilder</name >
10
- <arguments >
11
- </arguments >
12
- </buildCommand >
13
- <buildCommand >
14
- <name >org.eclipse.pde.ManifestBuilder</name >
15
- <arguments >
16
- </arguments >
17
- </buildCommand >
18
- <buildCommand >
19
- <name >org.eclipse.pde.SchemaBuilder</name >
20
- <arguments >
21
- </arguments >
22
- </buildCommand >
23
- <buildCommand >
24
- <name >org.eclipse.m2e.core.maven2Builder</name >
25
- <arguments >
26
- </arguments >
27
- </buildCommand >
28
- </buildSpec >
29
- <natures >
30
- <nature >org.eclipse.m2e.core.maven2Nature</nature >
31
- <nature >org.eclipse.pde.PluginNature</nature >
32
- <nature >org.eclipse.jdt.core.javanature</nature >
33
- </natures >
34
- </projectDescription >
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <projectDescription >
3
+ <name >scouter.client</name >
4
+ <comment ></comment >
5
+ <projects >
6
+ </projects >
7
+ <buildSpec >
8
+ <buildCommand >
9
+ <name >org.eclipse.jdt.core.javabuilder</name >
10
+ <arguments >
11
+ </arguments >
12
+ </buildCommand >
13
+ <buildCommand >
14
+ <name >org.eclipse.pde.ManifestBuilder</name >
15
+ <arguments >
16
+ </arguments >
17
+ </buildCommand >
18
+ <buildCommand >
19
+ <name >org.eclipse.pde.SchemaBuilder</name >
20
+ <arguments >
21
+ </arguments >
22
+ </buildCommand >
23
+ <buildCommand >
24
+ <name >org.eclipse.m2e.core.maven2Builder</name >
25
+ <arguments >
26
+ </arguments >
27
+ </buildCommand >
28
+ </buildSpec >
29
+ <natures >
30
+ <nature >org.eclipse.m2e.core.maven2Nature</nature >
31
+ <nature >org.eclipse.pde.PluginNature</nature >
32
+ <nature >org.eclipse.jdt.core.javanature</nature >
33
+ </natures >
34
+ </projectDescription >
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ Bundle-Version: 1.0.0.qualifier
6
6
Bundle-Activator : scouter.client.Activator
7
7
Bundle-Localization : message/localization
8
8
Bundle-Vendor : Scouter Project
9
- Require-Bundle : org.eclipse.ui,
9
+ Require-Bundle :
10
+ org.eclipse.ui,
10
11
org.eclipse.core.runtime,
11
12
org.eclipse.ui.console,
12
13
org.eclipse.draw2d,
@@ -20,7 +21,10 @@ Require-Bundle: org.eclipse.ui,
20
21
org.eclipse.core.databinding.observable,
21
22
org.eclipse.core.databinding.property,
22
23
org.eclipse.jface.databinding,
23
- com.ibm.icu
24
+ com.ibm.icu,
25
+ org.eclipse.swt,
26
+ org.eclipse.e4.core.commands,
27
+ org.eclipse.e4.ui.services
24
28
Bundle-RequiredExecutionEnvironment : JavaSE-1.8
25
29
Bundle-ActivationPolicy : lazy
26
30
Bundle-ClassPath : .,
Original file line number Diff line number Diff line change 7
7
<groupId >org.apache.maven.plugins</groupId >
8
8
<artifactId >maven-compiler-plugin</artifactId >
9
9
<configuration >
10
- <source >1.8 </source >
11
- <target >1.8 </target >
10
+ <source >11 </source >
11
+ <target >11 </target >
12
12
</configuration >
13
13
</plugin >
14
14
</plugins >
21
21
</parent >
22
22
<artifactId >scouter.client</artifactId >
23
23
<packaging >eclipse-plugin</packaging >
24
- </project >
24
+ </project >
You can’t perform that action at this time.
0 commit comments