Skip to content

Commit

Permalink
Merge pull request OpenLiberty#20 from crpotter/integration
Browse files Browse the repository at this point in the history
Initial drop of unit test merge
  • Loading branch information
gmarcy authored and GitHub Enterprise committed Apr 19, 2017
2 parents 76bbbcf + ec66457 commit e1f091c
Show file tree
Hide file tree
Showing 511 changed files with 278 additions and 16,716 deletions.
3 changes: 2 additions & 1 deletion dev/com.ibm.ws.common.encoder/.classpath
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" output="bin" path="src"/>
<classpathentry kind="src" output="bin_test" path="test"/>
<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"/>
Expand Down
1 change: 1 addition & 0 deletions dev/com.ibm.ws.common.encoder/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/bin/
/bin_test/
/generated/
10 changes: 10 additions & 0 deletions dev/com.ibm.ws.common.encoder/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,13 @@ publish.wlp.jar.disabled: true
-buildpath: \
${javac.bootclasspath.java6}, \
com.ibm.ws.org.osgi.annotation.versioning.1.0.0;version=latest

-testpath: \
../build.sharedResources/lib/junit/old/junit.jar;version=file, \
../build.sharedResources/lib/ws-junit/ws-junit.jar;version=file, \
../build.sharedResources/lib/hamcrest-all.jar;version=file, \
../build.sharedResources/lib/jmock/old/jmock-junit4.jar;version=file, \
../build.sharedResources/lib/jmock/old/jmock.jar;version=file, \
com.ibm.ws.logging;version=latest, \
com.ibm.ws.kernel.boot.logging;version=latest, \
com.ibm.ws.kernel.security.thread;version=latest
7 changes: 0 additions & 7 deletions dev/com.ibm.ws.common.encoder_test/.classpath

This file was deleted.

7 changes: 0 additions & 7 deletions dev/com.ibm.ws.common.encoder_test/.classpath.gradle

This file was deleted.

5 changes: 0 additions & 5 deletions dev/com.ibm.ws.common.encoder_test/.gitignore

This file was deleted.

23 changes: 0 additions & 23 deletions dev/com.ibm.ws.common.encoder_test/.project

This file was deleted.

This file was deleted.

This file was deleted.

117 changes: 0 additions & 117 deletions dev/com.ibm.ws.common.encoder_test/.settings/org.eclipse.jdt.ui.prefs

This file was deleted.

16 changes: 0 additions & 16 deletions dev/com.ibm.ws.common.encoder_test/bnd.bnd

This file was deleted.

16 changes: 0 additions & 16 deletions dev/com.ibm.ws.common.encoder_test/bnd.bnd.gradle

This file was deleted.

Empty file.
1 change: 0 additions & 1 deletion dev/com.ibm.ws.common.encoder_test/delivery.sets

This file was deleted.

3 changes: 2 additions & 1 deletion dev/com.ibm.ws.config.schemagen/.classpath
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" output="bin" path="src"/>
<classpathentry kind="src" output="bin_test" path="test"/>
<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"/>
Expand Down
1 change: 1 addition & 0 deletions dev/com.ibm.ws.config.schemagen/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/bin/
/bin_test/
/generated/
10 changes: 10 additions & 0 deletions dev/com.ibm.ws.config.schemagen/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,13 @@ Private-Package: com.ibm.ws.config.schemagen.internal
com.ibm.websphere.org.osgi.core.6.0.0;version=latest,\
com.ibm.ws.org.eclipse.equinox.metatype.1.4.200;version=latest,\
com.ibm.wsspi.org.osgi.service.metatype.1.3.0;version=latest

-testpath: \
../build.sharedResources/lib/junit/old/junit.jar;version=file, \
../build.sharedResources/lib/ws-junit/ws-junit.jar;version=file, \
../build.sharedResources/lib/hamcrest-all.jar;version=file, \
../build.sharedResources/lib/jmock/old/jmock-junit4.jar;version=file, \
../build.sharedResources/lib/jmock/old/jmock.jar;version=file, \
com.ibm.ws.logging;version=latest, \
com.ibm.ws.org.apache.aries.util.1.1.2;version=latest, \
com.ibm.ws.kernel.service;version=latest
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ public static void setup(String[] args) throws Exception {
attribs.putValue(Constants.BUNDLE_SYMBOLICNAME, "myjar");

JarOutputStream jarOut = new JarOutputStream(new FileOutputStream(new File(installDir,"lib/myjar.jar")), man);
putFile(jarOut, "unittest/src", "OSGI-INF/metatype/metatype.xml");
putFile(jarOut, "unittest/src", "OSGI-INF/l10n/metatype.properties");
putFile(jarOut, "test", "OSGI-INF/metatype/metatype.xml");
putFile(jarOut, "test", "OSGI-INF/l10n/metatype.properties");
jarOut.close();

copyConfigJar(new File(installDir, "lib"));
Expand Down
7 changes: 0 additions & 7 deletions dev/com.ibm.ws.config.schemagen_test/.classpath

This file was deleted.

7 changes: 0 additions & 7 deletions dev/com.ibm.ws.config.schemagen_test/.classpath.gradle

This file was deleted.

23 changes: 0 additions & 23 deletions dev/com.ibm.ws.config.schemagen_test/.project

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions dev/com.ibm.ws.config.schemagen_test/bnd.bnd

This file was deleted.

18 changes: 0 additions & 18 deletions dev/com.ibm.ws.config.schemagen_test/bnd.bnd.gradle

This file was deleted.

Empty file.
1 change: 0 additions & 1 deletion dev/com.ibm.ws.config.schemagen_test/delivery.sets

This file was deleted.

3 changes: 2 additions & 1 deletion dev/com.ibm.ws.crypto.certificateutil/.classpath
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" output="bin" path="src"/>
<classpathentry kind="src" output="bin_test" path="test"/>
<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"/>
Expand Down
Loading

0 comments on commit e1f091c

Please sign in to comment.