Skip to content

Commit c8f25b5

Browse files
author
Sergey Polyarus
committed
Renaming packages to co
1 parent 6b585cb commit c8f25b5

115 files changed

Lines changed: 177 additions & 415 deletions

File tree

Some content is hidden

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

.classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/swagger-jaxrs2-servlet-initializer.jar"/>
2020
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/swagger-jaxrs2.jar"/>
2121
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/swagger-models.jar"/>
22+
<classpathentry kind="src" path="src"/>
2223
<classpathentry kind="output" path="WEB-INF/classes"/>
2324
</classpath>

META-INF/MANIFEST.MF

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: WebStore API
4-
Bundle-SymbolicName: org.icreated.wstore.api;singleton:=true
4+
Bundle-SymbolicName: co.icreated.wstore.api;singleton:=true
55
Bundle-Version: 9.0.0.qualifier
66
Bundle-Vendor: ICreated
7-
Bundle-Activator: org.icreated.wstore.api.Activator
7+
Bundle-Activator: co.icreated.wstore.api.Activator
88
Bundle-ActivationPolicy: lazy
99
Bundle-ClassPath: .,
1010
WEB-INF/classes/,
@@ -23,7 +23,8 @@ Bundle-ClassPath: .,
2323
Automatic-Module-Name: org.icreated.wstore.api
2424
Comment: Bundle-RequiredExecutionEnvironment: JavaSE-11
2525
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version>=11))"
26-
Require-Bundle: org.adempiere.base;bundle-version="0.0.0"
26+
Require-Bundle: org.adempiere.base;bundle-version="0.0.0",
27+
jakarta.annotation-api;bundle-version="1.3.5"
2728
Import-Package: com.fasterxml.jackson.annotation,
2829
com.fasterxml.jackson.core,
2930
com.fasterxml.jackson.core.base;version="2.9.8",
@@ -42,7 +43,6 @@ Import-Package: com.fasterxml.jackson.annotation,
4243
com.fasterxml.jackson.jaxrs.annotation,
4344
com.fasterxml.jackson.jaxrs.json,
4445
com.google.common.base,
45-
javax.annotation,
4646
javax.annotation.security,
4747
javax.inject,
4848
javax.servlet;version="3.1.0",
@@ -52,15 +52,25 @@ Import-Package: com.fasterxml.jackson.annotation,
5252
javax.ws.rs.core,
5353
javax.ws.rs.ext;version="2.1.5",
5454
javax.xml.bind.annotation;version="2.3.2",
55-
org.osgi.framework;version="1.6.0",
55+
org.apache.commons.codec;version="1.10.0",
56+
org.apache.commons.codec.binary;version="1.10.0",
57+
org.apache.commons.io,
58+
org.apache.commons.lang,
59+
org.apache.commons.lang.math;version="2.6.0",
60+
org.apache.commons.lang3;version="3.1.0",
61+
org.apache.commons.lang3.math;version="3.1.0",
62+
org.apache.commons.lang3.tuple;version="3.1.0",
63+
org.apache.commons.logging,
64+
org.compiere.model,
65+
org.eclipse.equinox.app;version="1.1.0",
5666
org.glassfish.hk2.api,
5767
org.glassfish.hk2.utilities,
5868
org.glassfish.hk2.utilities.binding,
5969
org.glassfish.jersey,
6070
org.glassfish.jersey.client,
6171
org.glassfish.jersey.client.authentication,
6272
org.glassfish.jersey.client.filter,
63-
org.glassfish.jersey.client.spi,
73+
org.glassfish.jersey.client.spi,
6474
org.glassfish.jersey.internal,
6575
org.glassfish.jersey.internal.inject,
6676
org.glassfish.jersey.internal.l10n,
@@ -90,23 +100,13 @@ Import-Package: com.fasterxml.jackson.annotation,
90100
org.glassfish.jersey.server.monitoring,
91101
org.glassfish.jersey.server.spi,
92102
org.glassfish.jersey.server.spi.internal,
93-
org.glassfish.jersey.servlet,
103+
org.glassfish.jersey.servlet,
94104
org.glassfish.jersey.servlet.internal,
95105
org.glassfish.jersey.servlet.internal.spi,
96106
org.glassfish.jersey.servlet.spi,
97107
org.glassfish.jersey.spi,
98108
org.glassfish.jersey.uri,
99109
org.glassfish.jersey.uri.internal,
100-
org.apache.commons.codec;version="1.10.0",
101-
org.apache.commons.codec.binary;version="1.10.0",
102-
org.apache.commons.io,
103-
org.apache.commons.lang,
104-
org.apache.commons.lang.math;version="2.6.0",
105-
org.apache.commons.lang3;version="3.1.0",
106-
org.apache.commons.lang3.math;version="3.1.0",
107-
org.apache.commons.lang3.tuple;version="3.1.0",
108-
org.apache.commons.logging,
109-
org.compiere.model,
110-
org.eclipse.equinox.app;version="1.1.0",
110+
org.osgi.framework;version="1.6.0",
111111
org.slf4j;version="1.7.25"
112112
Web-ContextPath: services
-6.25 KB
Binary file not shown.
-942 Bytes
Binary file not shown.
-971 Bytes
Binary file not shown.
-971 Bytes
Binary file not shown.
-967 Bytes
Binary file not shown.
-971 Bytes
Binary file not shown.
-1.77 KB
Binary file not shown.
-788 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)