Author: lemovice
Date: Sat Oct 12 22:11:27 2013
New Revision: 4618

Log:
Add missing directory

Added:
   trunk/AncestrisExtensions/libs.jdom/   (props changed)
   trunk/AncestrisExtensions/libs.jdom/LICENSE.txt
   trunk/AncestrisExtensions/libs.jdom/build.xml
   trunk/AncestrisExtensions/libs.jdom/manifest.mf
   trunk/AncestrisExtensions/libs.jdom/nbproject/
   trunk/AncestrisExtensions/libs.jdom/nbproject/build-impl.xml
   trunk/AncestrisExtensions/libs.jdom/nbproject/genfiles.properties
   trunk/AncestrisExtensions/libs.jdom/nbproject/project.properties
   trunk/AncestrisExtensions/libs.jdom/nbproject/project.xml
   trunk/AncestrisExtensions/libs.jdom/nbproject/suite.properties
   trunk/AncestrisExtensions/libs.jdom/release/
   trunk/AncestrisExtensions/libs.jdom/release/modules/
   trunk/AncestrisExtensions/libs.jdom/release/modules/ext/
   trunk/AncestrisExtensions/libs.jdom/release/modules/ext/jdom-1.1.3.jar   
(contents, props changed)
   trunk/AncestrisExtensions/libs.jdom/src/
   trunk/AncestrisExtensions/libs.jdom/src/ancestris/
   trunk/AncestrisExtensions/libs.jdom/src/ancestris/libs/
   trunk/AncestrisExtensions/libs.jdom/src/ancestris/libs/jdom/
   trunk/AncestrisExtensions/libs.jdom/src/ancestris/libs/jdom/Bundle.properties

Added: trunk/AncestrisExtensions/libs.jdom/LICENSE.txt
==============================================================================
--- (empty file)
+++ trunk/AncestrisExtensions/libs.jdom/LICENSE.txt     Sat Oct 12 22:11:27 2013
@@ -0,0 +1,56 @@
+/*-- 
+
+ $Id: LICENSE.txt,v 1.11 2004/02/06 09:32:57 jhunter Exp $
+
+ Copyright (C) 2000-2004 Jason Hunter & Brett McLaughlin.
+ All rights reserved.
+ 
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions, and the following disclaimer.
+ 
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions, and the disclaimer that follows 
+    these conditions in the documentation and/or other materials 
+    provided with the distribution.
+
+ 3. The name "JDOM" must not be used to endorse or promote products
+    derived from this software without prior written permission.  For
+    written permission, please contact <request_AT_jdom_DOT_org>.
+ 
+ 4. Products derived from this software may not be called "JDOM", nor
+    may "JDOM" appear in their name, without prior written permission
+    from the JDOM Project Management <request_AT_jdom_DOT_org>.
+ 
+ In addition, we request (but do not require) that you include in the 
+ end-user documentation provided with the redistribution and/or in the 
+ software itself an acknowledgement equivalent to the following:
+     "This product includes software developed by the
+      JDOM Project (http://www.jdom.org/)."
+ Alternatively, the acknowledgment may be graphical using the logos 
+ available at http://www.jdom.org/images/logos.
+
+ THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+ USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
+
+ This software consists of voluntary contributions made by many 
+ individuals on behalf of the JDOM Project and was originally 
+ created by Jason Hunter <jhunter_AT_jdom_DOT_org> and
+ Brett McLaughlin <brett_AT_jdom_DOT_org>.  For more information
+ on the JDOM Project, please see <http://www.jdom.org/>. 
+
+ */
+

Added: trunk/AncestrisExtensions/libs.jdom/build.xml
==============================================================================
--- (empty file)
+++ trunk/AncestrisExtensions/libs.jdom/build.xml       Sat Oct 12 22:11:27 2013
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?><!-- You may freely edit this file. See 
harness/README in the NetBeans platform --><!-- for some information on what 
you could do (e.g. targets to override). --><!-- If you delete this file and 
reopen the project it will be recreated. --><project name="ancestris.libs.jdom" 
default="netbeans" basedir=".">
+    <description>Builds, tests, and runs the project 
ancestris.libs.jdom.</description>
+    <import file="nbproject/build-impl.xml"/>
+</project>

Added: trunk/AncestrisExtensions/libs.jdom/manifest.mf
==============================================================================
--- (empty file)
+++ trunk/AncestrisExtensions/libs.jdom/manifest.mf     Sat Oct 12 22:11:27 2013
@@ -0,0 +1,5 @@
+Manifest-Version: 1.0
+OpenIDE-Module: ancestris.libs.jdom
+OpenIDE-Module-Localizing-Bundle: ancestris/libs/jdom/Bundle.properties
+OpenIDE-Module-Specification-Version: 1.1.3
+

Added: trunk/AncestrisExtensions/libs.jdom/nbproject/build-impl.xml
==============================================================================
--- (empty file)
+++ trunk/AncestrisExtensions/libs.jdom/nbproject/build-impl.xml        Sat Oct 
12 22:11:27 2013
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?><!--
+*** GENERATED FROM project.xml - DO NOT EDIT  ***
+***         EDIT ../build.xml INSTEAD         ***
+--><project name="ancestris.libs.jdom-impl" basedir="..">
+    <fail message="Please build using Ant 1.7.1 or higher.">
+        <condition>
+            <not>
+                <antversion atleast="1.7.1"/>
+            </not>
+        </condition>
+    </fail>
+    <property file="nbproject/private/suite-private.properties"/>
+    <property file="nbproject/suite.properties"/>
+    <fail unless="suite.dir">You must set 'suite.dir' to point to your 
containing module suite</fail>
+    <property 
file="${suite.dir}/nbproject/private/platform-private.properties"/>
+    <property file="${suite.dir}/nbproject/platform.properties"/>
+    <macrodef name="property" 
uri="http://www.netbeans.org/ns/nb-module-project/2";>
+        <attribute name="name"/>
+        <attribute name="value"/>
+        <sequential>
+            <property name="@{name}" value="${@{value}}"/>
+        </sequential>
+    </macrodef>
+    <macrodef name="evalprops" 
uri="http://www.netbeans.org/ns/nb-module-project/2";>
+        <attribute name="property"/>
+        <attribute name="value"/>
+        <sequential>
+            <property name="@{property}" value="@{value}"/>
+        </sequential>
+    </macrodef>
+    <property file="${user.properties.file}"/>
+    <nbmproject2:property name="harness.dir" 
value="nbplatform.${nbplatform.active}.harness.dir" 
xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
+    <nbmproject2:property name="nbplatform.active.dir" 
value="nbplatform.${nbplatform.active}.netbeans.dest.dir" 
xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
+    <nbmproject2:evalprops property="cluster.path.evaluated" 
value="${cluster.path}" 
xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
+    <fail message="Path to 'platform' cluster missing in $${cluster.path} 
property or using corrupt Netbeans Platform (missing harness).">
+        <condition>
+            <not>
+                <contains string="${cluster.path.evaluated}" 
substring="platform"/>
+            </not>
+        </condition>
+    </fail>
+    <import file="${harness.dir}/build.xml"/>
+</project>

Added: trunk/AncestrisExtensions/libs.jdom/nbproject/genfiles.properties
==============================================================================
--- (empty file)
+++ trunk/AncestrisExtensions/libs.jdom/nbproject/genfiles.properties   Sat Oct 
12 22:11:27 2013
@@ -0,0 +1,8 @@
+build.xml.data.CRC32=65aa8a77
+build.xml.script.CRC32=9653915e
[email protected]
+# This file is used by a NetBeans-based IDE to track changes in generated 
files such as build-impl.xml.
+# Do not edit this file. You may delete it but then the IDE will never 
regenerate such files for you.
+nbproject/build-impl.xml.data.CRC32=65aa8a77
+nbproject/build-impl.xml.script.CRC32=44ec3388
+nbproject/[email protected]

Added: trunk/AncestrisExtensions/libs.jdom/nbproject/project.properties
==============================================================================
--- (empty file)
+++ trunk/AncestrisExtensions/libs.jdom/nbproject/project.properties    Sat Oct 
12 22:11:27 2013
@@ -0,0 +1,2 @@
+is.autoload=true
+license.file=${basedir}/LICENSE.txt

Added: trunk/AncestrisExtensions/libs.jdom/nbproject/project.xml
==============================================================================
--- (empty file)
+++ trunk/AncestrisExtensions/libs.jdom/nbproject/project.xml   Sat Oct 12 
22:11:27 2013
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://www.netbeans.org/ns/project/1";>
+    <type>org.netbeans.modules.apisupport.project</type>
+    <configuration>
+        <data xmlns="http://www.netbeans.org/ns/nb-module-project/3";>
+            <code-name-base>ancestris.libs.jdom</code-name-base>
+            <suite-component/>
+            <module-dependencies/>
+            <public-packages>
+                <package>org.jdom</package>
+                <package>org.jdom.adapters</package>
+                <package>org.jdom.filter</package>
+                <package>org.jdom.input</package>
+                <package>org.jdom.output</package>
+                <package>org.jdom.transform</package>
+                <package>org.jdom.xpath</package>
+            </public-packages>
+            <class-path-extension>
+                
<runtime-relative-path>ext/jdom-1.1.3.jar</runtime-relative-path>
+                
<binary-origin>release/modules/ext/jdom-1.1.3.jar</binary-origin>
+            </class-path-extension>
+        </data>
+    </configuration>
+</project>

Added: trunk/AncestrisExtensions/libs.jdom/nbproject/suite.properties
==============================================================================
--- (empty file)
+++ trunk/AncestrisExtensions/libs.jdom/nbproject/suite.properties      Sat Oct 
12 22:11:27 2013
@@ -0,0 +1 @@
+suite.dir=${basedir}/..

Added: trunk/AncestrisExtensions/libs.jdom/release/modules/ext/jdom-1.1.3.jar
==============================================================================
Binary file. No diff available.

Added: 
trunk/AncestrisExtensions/libs.jdom/src/ancestris/libs/jdom/Bundle.properties
==============================================================================
--- (empty file)
+++ 
trunk/AncestrisExtensions/libs.jdom/src/ancestris/libs/jdom/Bundle.properties   
    Sat Oct 12 22:11:27 2013
@@ -0,0 +1 @@
+OpenIDE-Module-Name=libs.jdom

---------------------------------------------------------------------
Site Web Ancestris : http://www.ancestris.org

<*> Pour vous desinscrire de cette liste, envoyez un mail a :
              [email protected]
<*> Pour obtenir de l'aide sur les commandes de la liste :
              [email protected]

Pour obtenir tous les messages lies a ce fil de discussion, cliquez sur le 
lien ci-dessous, cela ouvrira votre logiciel de messagerie. Il vous suffira 
d'envoyer le message :
              [email protected]

Reply via email to