Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2472 - development/planet

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: peter AT neubauer.se
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2472 - development/planet
  • Date: Sun, 08 May 2005 11:01:01 -0400

Author: peter AT neubauer.se
Date: Sun May 8 11:00:43 2005
New Revision: 2472

Added:
development/planet/build.xml
Log:
ci support


Added: development/planet/build.xml
==============================================================================
--- (empty file)
+++ development/planet/build.xml Sun May 8 11:00:43 2005
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ Copyright 2005 Peter Neubauer
+
+ 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="planet" default="ci" basedir=".">
+
+
+ <target name="ci">
+ </target>
+</project>



  • svn commit: r2472 - development/planet, peter, 05/08/2005

Archive powered by MHonArc 2.6.24.

Top of Page