forked from OpenLiberty/open-liberty
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request OpenLiberty#4 from gmarcy/more-kernel-test-projects
More kernel test projects
- Loading branch information
Showing
2,848 changed files
with
178,789 additions
and
613 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="aQute.bnd.classpath.container"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="aQute.bnd.classpath.container"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
-include ~../cnf/resources/bnd/liberty-release.props | ||
|
||
-nobundles=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
-include ~../cnf/resources/bnd/liberty-release.props | ||
|
||
-nobundles=true |
File renamed without changes.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,3 @@ | |
/bin/ | ||
/release/ | ||
/generated/ | ||
settings.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
dev/cnf/gradle/internal.features/com.ibm.websphere.appserver.apiDiscoveryValidator-1.0.bnd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
-include ~../cnf/resources/bnd/bundle.props | ||
bVersion=1.0 | ||
|
||
Bundle-SymbolicName: com.ibm.websphere.appserver.apiDiscoveryValidator-1.0 | ||
|
||
publish.feature.resources: *.mf | ||
|
||
-buildpath: \ | ||
com.ibm.ws.rest.api.discovery.validator;version=latest |
22 changes: 22 additions & 0 deletions
22
dev/cnf/gradle/internal.features/com.ibm.websphere.appserver.apiDiscoveryValidator-1.0.mf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Bnd-LastModified: 1490282142366 | ||
Created-By: 1.8.0_121 (Oracle Corporation) | ||
IBM-App-ForceRestart: install, | ||
uninstall | ||
IBM-AppliesTo: com.ibm.websphere.appserver;${mfProductVersion} | ||
IBM-Feature-Version: 2 | ||
IBM-Install-Policy: when-satisfied | ||
IBM-InstallTo: core | ||
IBM-License-Agreement: wlp/lafiles/LA | ||
IBM-ProductID: com.ibm.websphere.appserver | ||
IBM-Provision-Capability: osgi.identity; filter:="(&(type=osgi.subsystem.feature)(osgi.identity=com.ibm.websphere.appserver.validator-1.0))", | ||
osgi.identity; filter:="(&(type=osgi.subsystem.feature)(osgi.identity=com.ibm.websphere.appserver.apiDiscovery-1.0))" | ||
Subsystem-Content: com.ibm.ws.rest.api.discovery.validator; version="[1.0.0,1.0.200)" | ||
Subsystem-Description: %description | ||
Subsystem-License: http://www.ibm.com/licenses/wlp-featureterms-v1 | ||
Subsystem-Localization: OSGI-INF/l10n/com.ibm.websphere.appserver.apiDiscoveryValidator-1.0 | ||
Subsystem-ManifestVersion: 1 | ||
Subsystem-SymbolicName: com.ibm.websphere.appserver.apiDiscoveryValidator-1.0; visibility:=private; singleton:=false | ||
Subsystem-Type: osgi.subsystem.feature | ||
Subsystem-Vendor: IBM Corp. | ||
Subsystem-Version: 1.0.0 | ||
Tool: Bnd-3.3.0.201609221906 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
...f/gradle/internal.features/com.ibm.websphere.appserver.microprofile.faulttolerance1.0.bnd
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
...nf/gradle/internal.features/com.ibm.websphere.appserver.microprofile.faulttolerance1.0.mf
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
...ernal.features/com.ibm.websphere.appserver.org.eclipse.microProfileFaultTolerance-0.1.bnd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
-include ~../cnf/resources/bnd/bundle.props | ||
bVersion=1.0 | ||
|
||
Bundle-SymbolicName: com.ibm.websphere.appserver.org.eclipse.microProfileFaultTolerance-0.1 | ||
|
||
-buildpath: \ | ||
com.ibm.websphere.org.eclipse.microprofile.faulttolerance.0.1;version=latest | ||
|
17 changes: 17 additions & 0 deletions
17
...ternal.features/com.ibm.websphere.appserver.org.eclipse.microProfileFaultTolerance-0.1.mf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Bnd-LastModified: 1490308521164 | ||
Created-By: 1.8.0_121 (Oracle Corporation) | ||
IBM-AppliesTo: com.ibm.websphere.appserver;${mfProductVersion} | ||
IBM-Feature-Version: 2 | ||
IBM-InstallTo: core | ||
IBM-License-Agreement: wlp/lafiles/LA | ||
IBM-ProductID: com.ibm.websphere.appserver | ||
Subsystem-Content: com.ibm.websphere.org.eclipse.microprofile.faulttolerance.0.1; location:="dev/api/spec/,lib/"; version="[1.0.0,1.0.200)" | ||
Subsystem-Description: %description | ||
Subsystem-License: http://www.ibm.com/licenses/wlp-featureterms-v1 | ||
Subsystem-Localization: OSGI-INF/l10n/com.ibm.websphere.appserver.org.eclipse.microProfileFaultTolerance-0.1 | ||
Subsystem-ManifestVersion: 1 | ||
Subsystem-SymbolicName: com.ibm.websphere.appserver.org.eclipse.microProfileFaultTolerance-0.1; visibility:=private; singleton:=true | ||
Subsystem-Type: osgi.subsystem.feature | ||
Subsystem-Vendor: IBM Corp. | ||
Subsystem-Version: 1.0.0 | ||
Tool: Bnd-3.3.0.201609221906 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
dev/cnf/gradle/public.features/com.ibm.websphere.appserver.validator-1.0.mf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Bnd-LastModified: 1490308491514 | ||
Created-By: 1.8.0_121 (Oracle Corporation) | ||
IBM-AppliesTo: com.ibm.websphere.appserver;${mfProductVersion} | ||
IBM-Feature-Version: 2 | ||
IBM-InstallTo: core | ||
IBM-License-Agreement: wlp/lafiles/LA | ||
IBM-ProductID: com.ibm.websphere.appserver | ||
IBM-ShortName: validator-1.0 | ||
Subsystem-Content: com.ibm.websphere.appserver.apiDiscovery-1.0; type="osgi.subsystem.feature", | ||
com.ibm.websphere.appserver.servlet-3.0; ibm.tolerates:="3.1"; type="osgi.subsystem.feature", | ||
com.ibm.ws.config.validator; version="[1.0.0,1.0.200)" | ||
Subsystem-Description: %description | ||
Subsystem-License: http://www.ibm.com/licenses/wlp-featureterms-v1 | ||
Subsystem-Localization: OSGI-INF/l10n/com.ibm.websphere.appserver.validator-1.0 | ||
Subsystem-ManifestVersion: 1 | ||
Subsystem-Name: Resource Config Validator 1.0 | ||
Subsystem-SymbolicName: com.ibm.websphere.appserver.validator-1.0; visibility:=public; singleton:=true | ||
Subsystem-Type: osgi.subsystem.feature | ||
Subsystem-Vendor: IBM Corp. | ||
Subsystem-Version: 1.0.0 | ||
Tool: Bnd-3.3.0.201609221906 |
Oops, something went wrong.