Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2468 - development/laboratory

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: r2468 - development/laboratory
  • Date: Sat, 07 May 2005 19:48:35 -0400

Author: peter AT neubauer.se
Date: Sat May 7 19:48:32 2005
New Revision: 2468

Added:
development/laboratory/build.xml
Removed:
development/laboratory/ci.sh
Log:
goind for ant instead


Added: development/laboratory/build.xml
==============================================================================
--- (empty file)
+++ development/laboratory/build.xml Sat May 7 19:48:32 2005
@@ -0,0 +1,25 @@
+<?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="laboratory" default="ci" basedir="."
+/>
+
+ <target name="ci">
+ <ant antfile="users/niclas/processing/build.xml"/>
+ </target>
+</project>



  • svn commit: r2468 - development/laboratory, peter, 05/07/2005

Archive powered by MHonArc 2.6.24.

Top of Page