You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@depot.apache.org by ni...@apache.org on 2004/03/11 10:16:51 UTC

svn commit: rev 9356 - incubator/depot/trunk/ruper

Author: nickchalko
Date: Thu Mar 11 02:16:50 2004
New Revision: 9356

Added:
   incubator/depot/trunk/ruper/module.xml   (contents, props changed)
Modified:
   incubator/depot/trunk/ruper/build_chalko.xml
Log:
Still working on using antlets.

Modified: incubator/depot/trunk/ruper/build_chalko.xml
==============================================================================
--- incubator/depot/trunk/ruper/build_chalko.xml	(original)
+++ incubator/depot/trunk/ruper/build_chalko.xml	Thu Mar 11 02:16:50 2004
@@ -1,4 +1,20 @@
+<?xml version="1.0"?>
 <!-- $HeadURL$ -->
+<!--
+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 name="ruper" default="all">
     <description> 
 		Depot Ruper is a Repository Updater 
@@ -8,7 +24,7 @@
     <property name="project.name" value="ruper"/>
     <property name="project.version" value="0.1-dev"/>
     
-    <property name="project.src.dir" value="src/java/core"/>
+    <!--property name="project.src.dir" value="src/java/core"/-->
     <!-- 
     To much work to write these again.
     REQUIRES ant 1.6
@@ -17,6 +33,7 @@
     -->
     <importer name="init-0.1" href="http://metamorphosis.krysalis.org/antlet/"/>
     <importer name="java-0.1" href="http://metamorphosis.krysalis.org/antlet/"/>
+    <importer name="junit-0.1" href="http://metamorphosis.krysalis.org/antlet/"/>
    
     <path id="ruper.classpath">
         <fileset dir="lib">

Added: incubator/depot/trunk/ruper/module.xml
==============================================================================
--- (empty file)
+++ incubator/depot/trunk/ruper/module.xml	Thu Mar 11 02:16:50 2004
@@ -0,0 +1,54 @@
+<?xml version="1.0"?>
+<!-- $HeadURL$ -->
+<!--
+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.
+-->
+<module name="ruper" fullname="Apache Ruper">
+    <url href="http://incubator.apache.org/kdepot"/>
+    <site hostname="incubator.apache.org"
+        remotedir="/home/groups/k/kr/krysalis/htdocs/templates/krysalis-project"/>
+    <jars repository="maven" href="http://www.ibiblio.org/maven/"/>
+    <description>
+     Resource Updater
+    </description>
+    <detailed>
+       TBD
+    </detailed>
+    <what>
+        <goal>TBA.</goal>
+    </what>
+    <why>
+      TBA
+    </why>
+    <vendor>The Apache Software Foundation</vendor>
+    <licence legal="./legal">
+             
+    </licence>
+    <credits>
+        <credit>This software includes software developed by the Apache Software Foundation
+                (http://www.apache.org/).
+        </credit>
+    </credits>
+    <project name="ruper" fullname="Apache Ruper">
+        <version major="0"
+            minor="1"
+            fix  ="0"
+            tag="HEAD"/>
+        <package>org.apache.ruper</package>
+        <code type="java/plain" dir="src/java"/>
+        <test type="test/junit" dir="src/test"/>
+        <documentation type="xml/forrest" dir="src/documentation"/>
+    </project>
+</module>
\ No newline at end of file