Skip to content

Commit def2530

Browse files
committed
Imported eclipse project into repo from old GitLab
1 parent 793f54e commit def2530

File tree

154 files changed

+13914
-0
lines changed

Some content is hidden

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

154 files changed

+13914
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src-gen"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
5+
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
6+
<classpathentry kind="output" path="bin"/>
7+
</classpath>
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>com.burlette.emf.countries.model.edit</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+
</buildSpec>
24+
<natures>
25+
<nature>org.eclipse.jdt.core.javanature</nature>
26+
<nature>org.eclipse.pde.PluginNature</nature>
27+
</natures>
28+
</projectDescription>
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Manifest-Version: 1.0
2+
Bundle-ManifestVersion: 2
3+
Bundle-Name: %pluginName
4+
Bundle-SymbolicName: com.burlette.emf.countries.model.edit;singleton:=true
5+
Bundle-Version: 1.0.0.qualifier
6+
Bundle-ClassPath: .
7+
Bundle-Activator: com.burlette.emf.countries.model.countries.provider.CountriesEditPlugin$Implementation
8+
Bundle-Vendor: %providerName
9+
Bundle-Localization: plugin
10+
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
11+
Export-Package: com.burlette.emf.countries.model.countries.provider
12+
Require-Bundle: org.eclipse.core.runtime,
13+
com.burlette.emf.countries.model;visibility:=reexport,
14+
org.eclipse.emf.edit;visibility:=reexport
15+
Bundle-ActivationPolicy: lazy

0 commit comments

Comments
 (0)