Skip to content

Commit

Permalink
change package name to "io.personium.*" and rename some files properly (
Browse files Browse the repository at this point in the history
  • Loading branch information
hideakikondo authored Feb 6, 2017
1 parent 1f5e256 commit d78dd60
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 26 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.classpath
.project
.settings/
/target/
File renamed without changes.
6 changes: 3 additions & 3 deletions dc-rulesets.xml → personium-rulesets.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<ruleset name="dc-ruleset"
<ruleset name="personium-ruleset"
xmlns="http://pmd.sourceforge.net/ruleset/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://pmd.sourceforge.net/ruleset_2_0_0.xsd">
<description>PCS PMD Exclude rule-set</description>
<exclude-pattern>src/main/java/com/fujitsu/dc/engine/extension/support/NullLogger</exclude-pattern>
<description>Personium PMD Exclude rule-set</description>
<exclude-pattern>src/main/java/io/personium/engine/extension/support/NullLogger</exclude-pattern>
</ruleset>
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.personium</groupId>
<artifactId>personium-ex-base</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
<name>personium-ex-base</name>
<licenses>
<license>
Expand Down Expand Up @@ -172,8 +172,8 @@
<exclude>checkstyle.header</exclude>
<exclude>checkstyle_maven.properties</exclude>
<exclude>checkstyle-suppressions.xml</exclude>
<exclude>dc-checks.xml</exclude>
<exclude>dc-rulesets.xml</exclude>
<exclude>personium-checkstyle.xml</exclude>
<exclude>personium-rulesets.xml</exclude>
<exclude>findbugs-exclude.xml</exclude>
<exclude>pom.xml</exclude>
<exclude>logback.xml</exclude>
Expand Down Expand Up @@ -241,7 +241,7 @@
<version>2.8</version>
<configuration>
<encoding>UTF-8</encoding>
<configLocation>dc-checks.xml</configLocation>
<configLocation>personium-checkstyle.xml</configLocation>
<propertiesLocation>checkstyle_maven.properties</propertiesLocation>
</configuration>
<reportSets>
Expand Down Expand Up @@ -270,7 +270,7 @@
<configuration>
<targetJdk>${java.version}</targetJdk>
<rulesets>
<ruleset>dc-rulesets.xml</ruleset>
<ruleset>personium-rulesets.xml</ruleset>
</rulesets>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* personium.io
* Copyright 2014 FUJITSU LIMITED
* Personium
* Copyright 2014 - 2017 FUJITSU LIMITED
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.fujitsu.dc.engine.extension.support;
package io.personium.engine.extension.support;

import java.io.IOException;
import java.io.InputStream;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* personium.io
* Copyright 2014 FUJITSU LIMITED
* Personium
* Copyright 2014 - 2017 FUJITSU LIMITED
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.fujitsu.dc.engine.extension.support;
package io.personium.engine.extension.support;

import org.mozilla.javascript.EcmaError;
import org.mozilla.javascript.ScriptRuntime;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* personium.io
* Copyright 2014 FUJITSU LIMITED
* Personium
* Copyright 2014 - 2017 FUJITSU LIMITED
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.fujitsu.dc.engine.extension.support;
package io.personium.engine.extension.support;

import org.mozilla.javascript.Scriptable;
import org.slf4j.Logger;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* personium.io
* Copyright 2014 FUJITSU LIMITED
* Personium
* Copyright 2014 - 2017 FUJITSU LIMITED
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.fujitsu.dc.engine.extension.support;
package io.personium.engine.extension.support;

/**
* Extensionクラス内で利用可能なロガーインタフェース.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* personium.io
* Copyright 2014 FUJITSU LIMITED
* Personium
* Copyright 2014 - 2017 FUJITSU LIMITED
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.fujitsu.dc.engine.extension.support;
package io.personium.engine.extension.support;

import org.mozilla.javascript.Scriptable;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* personium.io
* Copyright 2014 FUJITSU LIMITED
* Personium
* Copyright 2014 - 2017 FUJITSU LIMITED
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -18,4 +18,4 @@
* Extension拡張用パッケージ.
*/

package com.fujitsu.dc.engine.extension.support;
package io.personium.engine.extension.support;

0 comments on commit d78dd60

Please sign in to comment.