You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2005/10/24 20:16:58 UTC

svn commit: r328120 - /portals/jetspeed-2/trunk/components/statistics/maven.xml

Author: taylor
Date: Mon Oct 24 11:16:55 2005
New Revision: 328120

URL: http://svn.apache.org/viewcvs?rev=328120&view=rev
Log:
http://issues.apache.org/jira/browse/JS2-362
Start of implementation of portal statistic component

Added:
    portals/jetspeed-2/trunk/components/statistics/maven.xml

Added: portals/jetspeed-2/trunk/components/statistics/maven.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/components/statistics/maven.xml?rev=328120&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/components/statistics/maven.xml (added)
+++ portals/jetspeed-2/trunk/components/statistics/maven.xml Mon Oct 24 11:16:55 2005
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Copyright 2004 The Apache Software Foundation
+    
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License 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.
+-->
+<project default="java:jar" xmlns:j="jelly:core" xmlns:define="jelly:define">
+
+    <property name="testcase" value="org.apache.jetspeed.statistics.TestStatistics" />
+
+</project>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org