You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/04/21 12:43:55 UTC

[28/39] incubator-tinkerpop git commit: Remove rat filter for stylesheets (now that "extra" css files have been removed).

Remove rat filter for stylesheets (now that "extra" css files have been removed).


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

Branch: refs/heads/refactor-io
Commit: 93bffa41fa2d62f17384da95e0e694a7df00edb9
Parents: cdd15e2
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Apr 20 12:17:46 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Apr 20 12:17:46 2015 -0400

----------------------------------------------------------------------
 pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/93bffa41/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ce0dd2b..e189bdc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -233,7 +233,6 @@ limitations under the License.
                     <excludes>
                         <exclude>.repository/**</exclude>
                         <exclude>docs/static/**</exclude>
-                        <exclude>docs/stylesheets/**</exclude>
                         <exclude>**/target/**</exclude>
                         <exclude>**/*.kryo</exclude>
                         <exclude>**/*.iml</exclude>