You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2009/04/02 12:58:35 UTC

svn commit: r761245 - in /lenya/contributions/2_0_X/modules/firedocs: LICENSE.txt README.txt build.properties build.xml config/ config/module.xml multi-install/ multi-install/install.rdf

Author: andreas
Date: Thu Apr  2 10:58:34 2009
New Revision: 761245

URL: http://svn.apache.org/viewvc?rev=761245&view=rev
Log:
Adding firedocs module. Thanks to Thomas Comiotto of Wired Inference for implementing the add-on and to the Universitaetsklinikum Freiburg and the University of Zurich for sponsoring.

Added:
    lenya/contributions/2_0_X/modules/firedocs/LICENSE.txt
      - copied unchanged from r761225, lenya/contributions/2_0_X/external/firedocs/firedocs-lenya/trunk/LICENSE.txt
    lenya/contributions/2_0_X/modules/firedocs/README.txt
      - copied unchanged from r761231, lenya/contributions/2_0_X/external/firedocs/firedocs-lenya/trunk/README.txt
    lenya/contributions/2_0_X/modules/firedocs/build.properties
      - copied unchanged from r761231, lenya/contributions/2_0_X/external/firedocs/firedocs-lenya/trunk/build.properties
    lenya/contributions/2_0_X/modules/firedocs/build.xml
      - copied, changed from r761231, lenya/contributions/2_0_X/external/firedocs/firedocs-lenya/trunk/build.xml
    lenya/contributions/2_0_X/modules/firedocs/config/
    lenya/contributions/2_0_X/modules/firedocs/config/module.xml
    lenya/contributions/2_0_X/modules/firedocs/multi-install/
      - copied from r761225, lenya/contributions/2_0_X/external/firedocs/firedocs-lenya/trunk/multi-install/
    lenya/contributions/2_0_X/modules/firedocs/multi-install/install.rdf
      - copied unchanged from r761231, lenya/contributions/2_0_X/external/firedocs/firedocs-lenya/trunk/multi-install/install.rdf

Copied: lenya/contributions/2_0_X/modules/firedocs/build.xml (from r761231, lenya/contributions/2_0_X/external/firedocs/firedocs-lenya/trunk/build.xml)
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/modules/firedocs/build.xml?p2=lenya/contributions/2_0_X/modules/firedocs/build.xml&p1=lenya/contributions/2_0_X/external/firedocs/firedocs-lenya/trunk/build.xml&r1=761231&r2=761245&rev=761245&view=diff
==============================================================================
--- lenya/contributions/2_0_X/external/firedocs/firedocs-lenya/trunk/build.xml (original)
+++ lenya/contributions/2_0_X/modules/firedocs/build.xml Thu Apr  2 10:58:34 2009
@@ -25,7 +25,7 @@
     |
     +-->
 
-<project default="build" basedir="." name="Firedocs Lenya addons">
+<project default="dist" basedir="." name="Firedocs Lenya addons">
 
   <target name="init">
     <!-- Set the timestamps -->

Added: lenya/contributions/2_0_X/modules/firedocs/config/module.xml
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/modules/firedocs/config/module.xml?rev=761245&view=auto
==============================================================================
--- lenya/contributions/2_0_X/modules/firedocs/config/module.xml (added)
+++ lenya/contributions/2_0_X/modules/firedocs/config/module.xml Thu Apr  2 10:58:34 2009
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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 xmlns="http://apache.org/lenya/module/1.0">
+  <id>org.apache.lenya.modules.firedocs</id>
+  <package>org.apache.lenya.modules</package>
+  <version>1.0-alpha1</version>
+  <name>Firedocs Add-On for Lenya</name>
+  <lenya-version>@lenya.version@</lenya-version>
+  <description>Add-On for the Firedocs editor to support Lenya</description>
+</module>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org