You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by li...@apache.org on 2012/01/04 23:04:29 UTC

git commit: Removing @author

Updated Branches:
  refs/heads/master ff5c3720d -> bfe998d6c


Removing @author

Also removing the dot file to keep the folder structure


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

Branch: refs/heads/master
Commit: bfe998d6cc8d9eda56bf3b61a198ed17c7df4c7c
Parents: ff5c372
Author: Jason Porter <li...@apache.org>
Authored: Wed Jan 4 15:03:20 2012 -0700
Committer: Jason Porter <li...@apache.org>
Committed: Wed Jan 4 15:04:27 2012 -0700

----------------------------------------------------------------------
 .../integration/FullProfileCategory.java           |    1 -
 .../apache/deltaspike/integration/SeCategory.java  |    1 -
 .../deltaspike/integration/WebProfileCategory.java |    1 -
 .../deltaspike/integration/core/EmptyTest.java     |    2 +-
 4 files changed, 1 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/bfe998d6/deltaspike/core/integration-test/src/test/java/org/apache/deltaspike/integration/FullProfileCategory.java
----------------------------------------------------------------------
diff --git a/deltaspike/core/integration-test/src/test/java/org/apache/deltaspike/integration/FullProfileCategory.java b/deltaspike/core/integration-test/src/test/java/org/apache/deltaspike/integration/FullProfileCategory.java
index 9717519..e47c679 100644
--- a/deltaspike/core/integration-test/src/test/java/org/apache/deltaspike/integration/FullProfileCategory.java
+++ b/deltaspike/core/integration-test/src/test/java/org/apache/deltaspike/integration/FullProfileCategory.java
@@ -21,7 +21,6 @@ package org.apache.deltaspike.integration;
 
 /**
  * Category marker interface. Tests which are Full profile minimum.
- * @author <a href="http://community.jboss.org/people/LightGuard">Jason Porter</a>
  */
 public interface FullProfileCategory
 {

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/bfe998d6/deltaspike/core/integration-test/src/test/java/org/apache/deltaspike/integration/SeCategory.java
----------------------------------------------------------------------
diff --git a/deltaspike/core/integration-test/src/test/java/org/apache/deltaspike/integration/SeCategory.java b/deltaspike/core/integration-test/src/test/java/org/apache/deltaspike/integration/SeCategory.java
index e27c642..2a845c8 100644
--- a/deltaspike/core/integration-test/src/test/java/org/apache/deltaspike/integration/SeCategory.java
+++ b/deltaspike/core/integration-test/src/test/java/org/apache/deltaspike/integration/SeCategory.java
@@ -21,7 +21,6 @@ package org.apache.deltaspike.integration;
 
 /**
  * Category marker interface. Tests which are SE bare minimum.
- * @author <a href="http://community.jboss.org/people/LightGuard">Jason Porter</a>
  */
 public interface SeCategory
 {

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/bfe998d6/deltaspike/core/integration-test/src/test/java/org/apache/deltaspike/integration/WebProfileCategory.java
----------------------------------------------------------------------
diff --git a/deltaspike/core/integration-test/src/test/java/org/apache/deltaspike/integration/WebProfileCategory.java b/deltaspike/core/integration-test/src/test/java/org/apache/deltaspike/integration/WebProfileCategory.java
index 7d8ab93..51ffc48 100644
--- a/deltaspike/core/integration-test/src/test/java/org/apache/deltaspike/integration/WebProfileCategory.java
+++ b/deltaspike/core/integration-test/src/test/java/org/apache/deltaspike/integration/WebProfileCategory.java
@@ -21,7 +21,6 @@ package org.apache.deltaspike.integration;
 
 /**
  * Category marker interface. Tests which are Web profile minimum.
- * @author <a href="http://community.jboss.org/people/LightGuard">Jason Porter</a>
  */
 public interface WebProfileCategory
 {

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/bfe998d6/deltaspike/core/integration-test/src/test/java/org/apache/deltaspike/integration/core/.keepfolder
----------------------------------------------------------------------
diff --git a/deltaspike/core/integration-test/src/test/java/org/apache/deltaspike/integration/core/.keepfolder b/deltaspike/core/integration-test/src/test/java/org/apache/deltaspike/integration/core/.keepfolder
deleted file mode 100644
index e69de29..0000000

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/bfe998d6/deltaspike/core/integration-test/src/test/java/org/apache/deltaspike/integration/core/EmptyTest.java
----------------------------------------------------------------------
diff --git a/deltaspike/core/integration-test/src/test/java/org/apache/deltaspike/integration/core/EmptyTest.java b/deltaspike/core/integration-test/src/test/java/org/apache/deltaspike/integration/core/EmptyTest.java
index 65a29c7..3fd6a83 100644
--- a/deltaspike/core/integration-test/src/test/java/org/apache/deltaspike/integration/core/EmptyTest.java
+++ b/deltaspike/core/integration-test/src/test/java/org/apache/deltaspike/integration/core/EmptyTest.java
@@ -24,7 +24,7 @@ import org.junit.Test;
 import static org.junit.Assert.assertTrue;
 
 /**
- * @author <a href="http://community.jboss.org/people/LightGuard">Jason Porter</a>
+ * Essentially empty test
  */
 public class EmptyTest
 {