aboutsummaryrefslogtreecommitdiffstats
path: root/demo/plugins/plugin1
diff options
context:
space:
mode:
Diffstat (limited to 'demo/plugins/plugin1')
-rw-r--r--demo/plugins/plugin1/pom.xml12
-rw-r--r--demo/plugins/plugin1/src/main/assembly/assembly.xml2
-rw-r--r--demo/plugins/plugin1/src/main/java/ro/fortsoft/pf4j/demo/welcome/WelcomePlugin.java6
3 files changed, 10 insertions, 10 deletions
diff --git a/demo/plugins/plugin1/pom.xml b/demo/plugins/plugin1/pom.xml
index 10e16f7..844d217 100644
--- a/demo/plugins/plugin1/pom.xml
+++ b/demo/plugins/plugin1/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
+
<parent>
<groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pf4j-demo-plugins</artifactId>
@@ -19,7 +19,7 @@
<plugin.version>0.0.1</plugin.version>
<plugin.provider>Decebal Suiu</plugin.provider>
<plugin.dependencies />
- </properties>
+ </properties>
<build>
<plugins>
@@ -43,7 +43,7 @@
</executions>
</plugin>
-->
-
+
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
@@ -63,7 +63,7 @@
</execution>
</executions>
</plugin>
-
+
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.3</version>
@@ -110,7 +110,7 @@
</configuration>
</plugin>
</plugins>
- </build>
+ </build>
<dependencies>
<dependency>
@@ -119,5 +119,5 @@
<version>2.6</version>
</dependency>
</dependencies>
-
+
</project>
diff --git a/demo/plugins/plugin1/src/main/assembly/assembly.xml b/demo/plugins/plugin1/src/main/assembly/assembly.xml
index 3fdc464..ce2e92c 100644
--- a/demo/plugins/plugin1/src/main/assembly/assembly.xml
+++ b/demo/plugins/plugin1/src/main/assembly/assembly.xml
@@ -1,6 +1,6 @@
<!--
Describes the plugin archive
-
+
@author Decebal Suiu
@version 1.0
-->
diff --git a/demo/plugins/plugin1/src/main/java/ro/fortsoft/pf4j/demo/welcome/WelcomePlugin.java b/demo/plugins/plugin1/src/main/java/ro/fortsoft/pf4j/demo/welcome/WelcomePlugin.java
index 1c35259..6021fbf 100644
--- a/demo/plugins/plugin1/src/main/java/ro/fortsoft/pf4j/demo/welcome/WelcomePlugin.java
+++ b/demo/plugins/plugin1/src/main/java/ro/fortsoft/pf4j/demo/welcome/WelcomePlugin.java
@@ -1,11 +1,11 @@
/*
* Copyright 2012 Decebal Suiu
- *
+ *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with
* the License. You may obtain a copy of the License in the LICENSE file, or at:
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
* 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.