summaryrefslogtreecommitdiffstats
path: root/demo/api/src
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2012-10-16 14:33:48 +0300
committerDecebal Suiu <decebal.suiu@gmail.com>2012-10-16 14:33:48 +0300
commit9bd850bd57dc1df58f8103024df996d164c5ca0b (patch)
tree9cd6bf54c69f7b627adcfd26a9e9d861239f5a2d /demo/api/src
parentef96cc59fda8d665c1065bc1b7a18b5116703865 (diff)
downloadpf4j-9bd850bd57dc1df58f8103024df996d164c5ca0b.tar.gz
pf4j-9bd850bd57dc1df58f8103024df996d164c5ca0b.zip
prepare for maven central repository
Diffstat (limited to 'demo/api/src')
-rw-r--r--demo/api/src/main/java/ro/fortsoft/pf4j/demo/api/Greeting.java (renamed from demo/api/src/main/java/org/pf4j/demo/api/Greeting.java)4
1 files changed, 2 insertions, 2 deletions
diff --git a/demo/api/src/main/java/org/pf4j/demo/api/Greeting.java b/demo/api/src/main/java/ro/fortsoft/pf4j/demo/api/Greeting.java
index b21f80c..9a700c2 100644
--- a/demo/api/src/main/java/org/pf4j/demo/api/Greeting.java
+++ b/demo/api/src/main/java/ro/fortsoft/pf4j/demo/api/Greeting.java
@@ -10,9 +10,9 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*/
-package org.pf4j.demo.api;
+package ro.fortsoft.pf4j.demo.api;
-import org.pf4j.ExtensionPoint;
+import ro.fortsoft.pf4j.ExtensionPoint;
/**
* @author Decebal Suiu