You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by so...@apache.org on 2018/01/12 14:09:38 UTC

wicket git commit: White-spaces in quick-start application are unified

Repository: wicket
Updated Branches:
  refs/heads/master c69592d14 -> c787470d1


White-spaces in quick-start application are unified


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/c787470d
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/c787470d
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/c787470d

Branch: refs/heads/master
Commit: c787470d15a7a6241ca42398f3b62af5097ca4c4
Parents: c69592d
Author: Maxim Solodovnik <so...@gmail.com>
Authored: Fri Jan 12 21:09:26 2018 +0700
Committer: Maxim Solodovnik <so...@gmail.com>
Committed: Fri Jan 12 21:09:26 2018 +0700

----------------------------------------------------------------------
 .../main/resources/archetype-resources/pom.xml  |  4 +--
 .../src/main/java/HomePage.html                 |  6 ++---
 .../src/main/java/HomePage.java                 |  2 +-
 .../src/main/resources/__log4j.properties__     | 28 ++++++++++----------
 .../src/main/webapp/style.css                   |  2 +-
 .../src/test/jetty/jetty-http.xml               |  2 +-
 .../src/test/jetty/jetty-https.xml              |  2 +-
 .../src/test/jetty/jetty-ssl.xml                |  2 +-
 .../src/test/jetty/jetty.xml                    |  2 +-
 9 files changed, 25 insertions(+), 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/c787470d/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
index 20c3fa6..395ab9c 100644
--- a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
@@ -99,14 +99,14 @@
 			<scope>test</scope>
 		</dependency>
 
-        <!-- uncomment if WebSocket support is needed
+		<!-- uncomment if WebSocket support is needed
 		<dependency>
 			<groupId>org.eclipse.jetty.websocket</groupId>
 			<artifactId>javax-websocket-server-impl</artifactId>
 			<version>${jetty.version}</version>
 			<scope>test</scope>
 		</dependency>
-        -->
+		-->
 	</dependencies>
 	<build>
 		<resources>

http://git-wip-us.apache.org/repos/asf/wicket/blob/c787470d/archetypes/quickstart/src/main/resources/archetype-resources/src/main/java/HomePage.html
----------------------------------------------------------------------
diff --git a/archetypes/quickstart/src/main/resources/archetype-resources/src/main/java/HomePage.html b/archetypes/quickstart/src/main/resources/archetype-resources/src/main/java/HomePage.html
index 505ed1c..4ca32fc 100644
--- a/archetypes/quickstart/src/main/resources/archetype-resources/src/main/java/HomePage.html
+++ b/archetypes/quickstart/src/main/resources/archetype-resources/src/main/java/HomePage.html
@@ -17,8 +17,8 @@
 			<h2>Congratulations!</h2>
 			<p>
 				Your quick start works! This project is especially useful to
-                start developing your Wicket application or to create a test
-                case for a bug report.
+				start developing your Wicket application or to create a test
+				case for a bug report.
 			</p>
 			<h3>Get started</h3>
 			<p>
@@ -26,7 +26,7 @@
 			</p> 
 			<p>
 				From here you can start hacking away at your application and
-                wow your clients:
+				wow your clients:
 			</p>
 			<ul>
 				<li>work through <a href="https://wicket.apache.org/learn/examples" target="_blank" title="Hello world and friends">some examples</a></li>

http://git-wip-us.apache.org/repos/asf/wicket/blob/c787470d/archetypes/quickstart/src/main/resources/archetype-resources/src/main/java/HomePage.java
----------------------------------------------------------------------
diff --git a/archetypes/quickstart/src/main/resources/archetype-resources/src/main/java/HomePage.java b/archetypes/quickstart/src/main/resources/archetype-resources/src/main/java/HomePage.java
index 68c4976..87f4c43 100644
--- a/archetypes/quickstart/src/main/resources/archetype-resources/src/main/java/HomePage.java
+++ b/archetypes/quickstart/src/main/resources/archetype-resources/src/main/java/HomePage.java
@@ -14,5 +14,5 @@ public class HomePage extends WebPage {
 
 		// TODO Add your page's components here
 
-    }
+	}
 }

http://git-wip-us.apache.org/repos/asf/wicket/blob/c787470d/archetypes/quickstart/src/main/resources/archetype-resources/src/main/resources/__log4j.properties__
----------------------------------------------------------------------
diff --git a/archetypes/quickstart/src/main/resources/archetype-resources/src/main/resources/__log4j.properties__ b/archetypes/quickstart/src/main/resources/archetype-resources/src/main/resources/__log4j.properties__
index 5596dd5..63e6030 100644
--- a/archetypes/quickstart/src/main/resources/archetype-resources/src/main/resources/__log4j.properties__
+++ b/archetypes/quickstart/src/main/resources/archetype-resources/src/main/resources/__log4j.properties__
@@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" configDebug="true">
-  <Appenders>
-    <Console name="CONSOLE" target="SYSTEM_OUT">
-      <PatternLayout pattern="%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n"/>
-    </Console>
-  </Appenders>
-  <Loggers>
-  	<logger name="org.apache.wicket" level="INFO" additivity="false">
-  		<AppenderRef ref="CONSOLE"/>
-  	</logger>
-    <Root level="WARN">
-      <AppenderRef ref="CONSOLE"/>
-    </Root>
-  </Loggers>
-</log4j:configuration>
\ No newline at end of file
+	<Appenders>
+		<Console name="CONSOLE" target="SYSTEM_OUT">
+			<PatternLayout pattern="%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n"/>
+		</Console>
+	</Appenders>
+	<Loggers>
+		<logger name="org.apache.wicket" level="INFO" additivity="false">
+			<AppenderRef ref="CONSOLE"/>
+		</logger>
+		<Root level="WARN">
+			<AppenderRef ref="CONSOLE"/>
+		</Root>
+	</Loggers>
+</log4j:configuration>

http://git-wip-us.apache.org/repos/asf/wicket/blob/c787470d/archetypes/quickstart/src/main/resources/archetype-resources/src/main/webapp/style.css
----------------------------------------------------------------------
diff --git a/archetypes/quickstart/src/main/resources/archetype-resources/src/main/webapp/style.css b/archetypes/quickstart/src/main/resources/archetype-resources/src/main/webapp/style.css
index fc137ca..87576a7 100644
--- a/archetypes/quickstart/src/main/resources/archetype-resources/src/main/webapp/style.css
+++ b/archetypes/quickstart/src/main/resources/archetype-resources/src/main/webapp/style.css
@@ -65,4 +65,4 @@ h3 {
 	padding : 0; margin:0;
 	font-size:24pt;
 	color:#092E67;
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/wicket/blob/c787470d/archetypes/quickstart/src/main/resources/archetype-resources/src/test/jetty/jetty-http.xml
----------------------------------------------------------------------
diff --git a/archetypes/quickstart/src/main/resources/archetype-resources/src/test/jetty/jetty-http.xml b/archetypes/quickstart/src/main/resources/archetype-resources/src/test/jetty/jetty-http.xml
index 9f3256b..7b39acb 100644
--- a/archetypes/quickstart/src/main/resources/archetype-resources/src/test/jetty/jetty-http.xml
+++ b/archetypes/quickstart/src/main/resources/archetype-resources/src/test/jetty/jetty-http.xml
@@ -35,4 +35,4 @@
       </New>
     </Arg>
   </Call>
-</Configure>
\ No newline at end of file
+</Configure>

http://git-wip-us.apache.org/repos/asf/wicket/blob/c787470d/archetypes/quickstart/src/main/resources/archetype-resources/src/test/jetty/jetty-https.xml
----------------------------------------------------------------------
diff --git a/archetypes/quickstart/src/main/resources/archetype-resources/src/test/jetty/jetty-https.xml b/archetypes/quickstart/src/main/resources/archetype-resources/src/test/jetty/jetty-https.xml
index 58f7d53..35100e7 100644
--- a/archetypes/quickstart/src/main/resources/archetype-resources/src/test/jetty/jetty-https.xml
+++ b/archetypes/quickstart/src/main/resources/archetype-resources/src/test/jetty/jetty-https.xml
@@ -42,4 +42,4 @@
         </New>
     </Arg>
   </Call>
-</Configure>
\ No newline at end of file
+</Configure>

http://git-wip-us.apache.org/repos/asf/wicket/blob/c787470d/archetypes/quickstart/src/main/resources/archetype-resources/src/test/jetty/jetty-ssl.xml
----------------------------------------------------------------------
diff --git a/archetypes/quickstart/src/main/resources/archetype-resources/src/test/jetty/jetty-ssl.xml b/archetypes/quickstart/src/main/resources/archetype-resources/src/test/jetty/jetty-ssl.xml
index 49e558b..0866726 100644
--- a/archetypes/quickstart/src/main/resources/archetype-resources/src/test/jetty/jetty-ssl.xml
+++ b/archetypes/quickstart/src/main/resources/archetype-resources/src/test/jetty/jetty-ssl.xml
@@ -33,4 +33,4 @@
       <Arg><New class="org.eclipse.jetty.server.SecureRequestCustomizer"/></Arg>
     </Call>
   </New>
-</Configure>
\ No newline at end of file
+</Configure>

http://git-wip-us.apache.org/repos/asf/wicket/blob/c787470d/archetypes/quickstart/src/main/resources/archetype-resources/src/test/jetty/jetty.xml
----------------------------------------------------------------------
diff --git a/archetypes/quickstart/src/main/resources/archetype-resources/src/test/jetty/jetty.xml b/archetypes/quickstart/src/main/resources/archetype-resources/src/test/jetty/jetty.xml
index 1a6293b..5590715 100644
--- a/archetypes/quickstart/src/main/resources/archetype-resources/src/test/jetty/jetty.xml
+++ b/archetypes/quickstart/src/main/resources/archetype-resources/src/test/jetty/jetty.xml
@@ -20,4 +20,4 @@
 		<!-- <Arg><New class="org.eclipse.jetty.server.ForwardedRequestCustomizer"/></Arg> -->
 		<!-- </Call> -->
 	</New>
-</Configure>
\ No newline at end of file
+</Configure>