Skip to content

Commit fe47747

Browse files
author
Vincent
authored
Rename the package from openwhisk to org.apache.openwhisk (#73)
1 parent 45755ad commit fe47747

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

core/java8/proxy/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727

2828
jar {
2929
manifest {
30-
attributes('Main-Class': 'openwhisk.java.action.Proxy')
30+
attributes('Main-Class': 'org.apache.openwhisk.runtime.java.action.Proxy')
3131
}
3232
}
3333

core/java8/proxy/src/main/java/openwhisk/java/action/JarLoader.java renamed to core/java8/proxy/src/main/java/org/apache/openwhisk/runtime/java/action/JarLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
package openwhisk.java.action;
18+
package org.apache.openwhisk.runtime.java.action;
1919

2020
import java.io.File;
2121
import java.io.InputStream;

core/java8/proxy/src/main/java/openwhisk/java/action/Proxy.java renamed to core/java8/proxy/src/main/java/org/apache/openwhisk/runtime/java/action/Proxy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
package openwhisk.java.action;
18+
package org.apache.openwhisk.runtime.java.action;
1919

2020
import java.io.BufferedReader;
2121
import java.io.ByteArrayInputStream;

core/java8/proxy/src/main/java/openwhisk/java/action/WhiskSecurityManager.java renamed to core/java8/proxy/src/main/java/org/apache/openwhisk/runtime/java/action/WhiskSecurityManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
package openwhisk.java.action;
18+
package org.apache.openwhisk.runtime.java.action;
1919

2020
import java.security.Permission;
2121

0 commit comments

Comments
 (0)