Skip to content

Commit 81d6c77

Browse files
author
atarw
committed
updated osgi support
1 parent aaa94fe commit 81d6c77

10 files changed

+61
-54
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
*.java~
22
*.class
3-
out/

.idea/libraries/Maven__org_osgi_org_osgi_core_6_0_0.xml

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/org_osgi_core_6_0_0.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.idea/workspace.xml

Lines changed: 37 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/org.osgi.core-6.0.0-sources.jar

-290 KB
Binary file not shown.

lib/org.osgi.core-6.0.0.jar

-464 KB
Binary file not shown.

material-ui-swing.iml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
33
<component name="FacetManager">
44
<facet type="Osmorc" name="OSGi">
5-
<configuration manifestGenerationMode="OsmorcControlled" manifestLocation="" jarfileLocation="material-ui-swing.jar" outputPathType="CompilerOutputPath" bndFileLocation="" bundlorFileLocation="" bundleActivator="" bundleSymbolicName="" bundleVersion="0.9.3.3" ignoreFilePattern="" useProjectDefaultManifestFileLocation="true" alwaysRebuildBundleJAR="false" doNotSynchronizeWithMaven="false">
5+
<configuration manifestGenerationMode="OsmorcControlled" manifestLocation="" jarfileLocation="material-ui-swing-osgi.jar" outputPathType="CompilerOutputPath" bndFileLocation="" bundlorFileLocation="" bundleActivator="" bundleSymbolicName="" bundleVersion="0.9.3.3" ignoreFilePattern="" useProjectDefaultManifestFileLocation="true" alwaysRebuildBundleJAR="false" doNotSynchronizeWithMaven="false">
66
<additionalProperties />
77
<additionalJARContents />
88
</configuration>
@@ -19,6 +19,6 @@
1919
</content>
2020
<orderEntry type="inheritedJdk" />
2121
<orderEntry type="sourceFolder" forTests="false" />
22-
<orderEntry type="library" name="org.osgi.core-6.0.0" level="project" />
22+
<orderEntry type="library" scope="PROVIDED" name="Maven: org.osgi:org.osgi.core:6.0.0" level="project" />
2323
</component>
2424
</module>

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88
<artifactId>material-ui-swing</artifactId>
99
<version>0.9.3.3</version>
1010

11+
<dependencies>
12+
<dependency>
13+
<groupId>org.osgi</groupId>
14+
<artifactId>org.osgi.core</artifactId>
15+
<version>6.0.0</version>
16+
<scope>provided</scope>
17+
</dependency>
18+
</dependencies>
19+
1120
<build>
1221
<plugins>
1322
<plugin>
5.02 MB
Binary file not shown.

target/material-ui-swing-osgi.jar

2.55 MB
Binary file not shown.

0 commit comments

Comments
 (0)