You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2016/03/18 01:01:05 UTC

directory-fortress-commander git commit: update copyright 2016, remove jhighlight dependency, change ant and junit to test scope

Repository: directory-fortress-commander
Updated Branches:
  refs/heads/master d9532a698 -> 5b80c97a8


update copyright 2016, remove jhighlight dependency, change ant and junit to test scope


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/commit/5b80c97a
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/tree/5b80c97a
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/diff/5b80c97a

Branch: refs/heads/master
Commit: 5b80c97a8eb95c4271bbf8c4da658c8e28a2efce
Parents: d9532a6
Author: Shawn McKinney <sm...@apache.org>
Authored: Thu Mar 17 19:00:59 2016 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Thu Mar 17 19:00:59 2016 -0500

----------------------------------------------------------------------
 pom.xml                                         | 23 +++++++++++---------
 .../fortress/web/FortressWebBasePage.java       |  2 +-
 src/main/webapp/login/error.html                |  2 +-
 src/main/webapp/login/login.html                |  2 +-
 src/main/webapp/login/pagenotfound.html         |  2 +-
 src/main/webapp/login/unauthorized.html         |  2 +-
 src/main/webapp/login/unexpected.html           |  2 +-
 7 files changed, 19 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/5b80c97a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f727628..f6fb9c5 100755
--- a/pom.xml
+++ b/pom.xml
@@ -245,26 +245,30 @@
       <artifactId>velocity</artifactId>
       <version>1.4</version>
     </dependency>
-    
-    <dependency>
-      <groupId>httpunit</groupId>
-      <artifactId>httpunit</artifactId>
-      <version>1.6.1</version>
-    </dependency>
-    
+
     <!--  ANT DEPENDENCIES FOR RUNNING ANT PLUG-IN FOR FORTRESS LOAD UTILITY  -->
     <dependency>
       <groupId>org.apache.ant</groupId>
       <artifactId>ant</artifactId>
       <version>1.8.1</version>
+      <scope>test</scope>
     </dependency>
-    
+
     <dependency>
       <groupId>org.apache.ant</groupId>
       <artifactId>ant-launcher</artifactId>
       <version>1.8.1</version>
+      <scope>test</scope>
     </dependency>
 
+    <!-- Begin test dependencies -->
+    <dependency>
+      <groupId>httpunit</groupId>
+      <artifactId>httpunit</artifactId>
+      <version>1.6.1</version>
+      <scope>test</scope>
+    </dependency>
+    
     <!--  JETTY used for embedded testing -->
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
@@ -280,7 +284,6 @@
       <scope>provided</scope>
     </dependency>
 
-    <!-- Testing -->
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
@@ -416,7 +419,7 @@
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
           <stylesheet>java</stylesheet>
-          <bottom>&lt;small&gt;Copyright &amp;copy; 2003-2015, The Apache Software Foundation. All Rights Reserved. Generated ${maven.build.timestamp}&lt;/small&gt;</bottom>
+          <bottom>&lt;small&gt;Copyright &amp;copy; 2003-2016, The Apache Software Foundation. All Rights Reserved. Generated ${maven.build.timestamp}&lt;/small&gt;</bottom>
           <overview>src/main/java/org/apache/directory/fortress/web/overview.html</overview>
           <version>true</version>
           <author>true</author>

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/5b80c97a/src/main/java/org/apache/directory/fortress/web/FortressWebBasePage.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/directory/fortress/web/FortressWebBasePage.java b/src/main/java/org/apache/directory/fortress/web/FortressWebBasePage.java
index f46df42..79f3220 100644
--- a/src/main/java/org/apache/directory/fortress/web/FortressWebBasePage.java
+++ b/src/main/java/org/apache/directory/fortress/web/FortressWebBasePage.java
@@ -130,7 +130,7 @@ public abstract class FortressWebBasePage extends WebPage
         add( new SecureBookmarkablePageLink( org.apache.directory.fortress.web.common.GlobalIds.AUDIT_MODS_PAGE, AuditModPage.class,
             org.apache.directory.fortress.web.common.GlobalIds.ROLE_AUDIT_MODS ) );
 
-        add( new Label( "footer", "Copyright (c) 2003-2015, The Apache Software Foundation. All Rights Reserved." ) );
+        add( new Label( "footer", "Copyright (c) 2003-2016, The Apache Software Foundation. All Rights Reserved." ) );
 
         final Link actionLink = new Link( "logout" )
         {

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/5b80c97a/src/main/webapp/login/error.html
----------------------------------------------------------------------
diff --git a/src/main/webapp/login/error.html b/src/main/webapp/login/error.html
index 63a61a9..49bd75d 100644
--- a/src/main/webapp/login/error.html
+++ b/src/main/webapp/login/error.html
@@ -34,6 +34,6 @@
     </p>
 </form>
 
-Copyright (c) 2003-2015, The Apache Software Foundation. All Rights Reserved.
+Copyright (c) 2003-2016, The Apache Software Foundation. All Rights Reserved.
 </body>
 </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/5b80c97a/src/main/webapp/login/login.html
----------------------------------------------------------------------
diff --git a/src/main/webapp/login/login.html b/src/main/webapp/login/login.html
index 0fa25a8..3187bbb 100644
--- a/src/main/webapp/login/login.html
+++ b/src/main/webapp/login/login.html
@@ -54,6 +54,6 @@
         </table>
     </fieldset>
 </form>
-Copyright (c) 2003-2015, The Apache Software Foundation. All Rights Reserved.
+Copyright (c) 2003-2016, The Apache Software Foundation. All Rights Reserved.
 </body>
 </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/5b80c97a/src/main/webapp/login/pagenotfound.html
----------------------------------------------------------------------
diff --git a/src/main/webapp/login/pagenotfound.html b/src/main/webapp/login/pagenotfound.html
index f204957..eecba48 100644
--- a/src/main/webapp/login/pagenotfound.html
+++ b/src/main/webapp/login/pagenotfound.html
@@ -34,6 +34,6 @@
     </p>
 </form>
 
-Copyright (c) 2003-2015, The Apache Software Foundation. All Rights Reserved.
+Copyright (c) 2003-2016, The Apache Software Foundation. All Rights Reserved.
 </body>
 </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/5b80c97a/src/main/webapp/login/unauthorized.html
----------------------------------------------------------------------
diff --git a/src/main/webapp/login/unauthorized.html b/src/main/webapp/login/unauthorized.html
index 41fc2b0..0a3c4f7 100644
--- a/src/main/webapp/login/unauthorized.html
+++ b/src/main/webapp/login/unauthorized.html
@@ -41,6 +41,6 @@
     </p>
 </form>
 
-Copyright (c) 2003-2015, The Apache Software Foundation. All Rights Reserved.
+Copyright (c) 2003-2016, The Apache Software Foundation. All Rights Reserved.
 </body>
 </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/5b80c97a/src/main/webapp/login/unexpected.html
----------------------------------------------------------------------
diff --git a/src/main/webapp/login/unexpected.html b/src/main/webapp/login/unexpected.html
index 0815c8b..2de2948 100644
--- a/src/main/webapp/login/unexpected.html
+++ b/src/main/webapp/login/unexpected.html
@@ -34,6 +34,6 @@
     </p>
 </form>
 
-Copyright (c) 2003-2015, The Apache Software Foundation. All Rights Reserved.
+Copyright (c) 2003-2016, The Apache Software Foundation. All Rights Reserved.
 </body>
 </html>
\ No newline at end of file