You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2007/04/20 13:55:35 UTC

svn commit: r530753 - in /directory/ldapstudio/trunk/ldapstudio-jars: .classpath META-INF/LICENSE.txt META-INF/MANIFEST.MF META-INF/NOTICE.txt build.properties build.xml ivy.xml

Author: pamarcelot
Date: Fri Apr 20 04:55:34 2007
New Revision: 530753

URL: http://svn.apache.org/viewvc?view=rev&rev=530753
Log:
Updated project ldapstudio-jars to include the LDAP Studio DSML Parser library (which requires 6 other libraries).

Modified:
    directory/ldapstudio/trunk/ldapstudio-jars/.classpath
    directory/ldapstudio/trunk/ldapstudio-jars/META-INF/LICENSE.txt
    directory/ldapstudio/trunk/ldapstudio-jars/META-INF/MANIFEST.MF
    directory/ldapstudio/trunk/ldapstudio-jars/META-INF/NOTICE.txt
    directory/ldapstudio/trunk/ldapstudio-jars/build.properties
    directory/ldapstudio/trunk/ldapstudio-jars/build.xml
    directory/ldapstudio/trunk/ldapstudio-jars/ivy.xml

Modified: directory/ldapstudio/trunk/ldapstudio-jars/.classpath
URL: http://svn.apache.org/viewvc/directory/ldapstudio/trunk/ldapstudio-jars/.classpath?view=diff&rev=530753&r1=530752&r2=530753
==============================================================================
--- directory/ldapstudio/trunk/ldapstudio-jars/.classpath (original)
+++ directory/ldapstudio/trunk/ldapstudio-jars/.classpath Fri Apr 20 04:55:34 2007
@@ -1,6 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry exported="true" kind="lib" path="lib/antlr-2.7.6.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/commons-collections-3.1.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/dom4j-1.6.1.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/ldapstudio-dsml-parser-0.3.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/nlog4j-1.2.25.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/shared-asn1-0.9.6-SNAPSHOT.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/shared-ldap-0.9.6-SNAPSHOT.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/xpp3-1.1.3_8.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="output" path="bin"/>

Modified: directory/ldapstudio/trunk/ldapstudio-jars/META-INF/LICENSE.txt
URL: http://svn.apache.org/viewvc/directory/ldapstudio/trunk/ldapstudio-jars/META-INF/LICENSE.txt?view=diff&rev=530753&r1=530752&r2=530753
==============================================================================
--- directory/ldapstudio/trunk/ldapstudio-jars/META-INF/LICENSE.txt (original)
+++ directory/ldapstudio/trunk/ldapstudio-jars/META-INF/LICENSE.txt Fri Apr 20 04:55:34 2007
@@ -203,7 +203,53 @@
 
 --------------------------------------------------------------------------------
 
-ANTLR 2 License

We reserve no legal rights to the ANTLR--it is fully in the public domain. An individual or company may do whatever they wish with source code distributed with ANTLR or the code generated by ANTLR, including the incorporation of ANTLR, or its output, into commerical software.

We encourage users to develop software with ANTLR. However, we do ask that credit is given to us for developing ANTLR. By "credit", we mean that if you use ANTLR or incorporate any source code into one of your programs (commercial product, research project, or otherwise) that you acknowledge this fact somewhere in the documentation, research report, etc... If you like ANTLR and have developed a nice tool with the output, please mention that you developed it using ANTLR. In addition, we ask that the headers remain intact in our source code. As long as these guidelines are kept, we expect to continue enhancing this system and expect to make other tools available as they are completed. 
+ANTLR 2 License

We reserve no legal rights to the ANTLR--it is fully in the public domain. An 
+individual or company may do whatever they wish with source code distributed 
+with ANTLR or the code generated by ANTLR, including the incorporation of ANTLR,
+ or its output, into commerical software.

We encourage users to develop software with ANTLR. However, we do ask that 
+credit is given to us for developing ANTLR. By "credit", we mean that if you 
+use ANTLR or incorporate any source code into one of your programs (commercial 
+product, research project, or otherwise) that you acknowledge this fact 
+somewhere in the documentation, research report, etc... If you like ANTLR and 
+have developed a nice tool with the output, please mention that you developed 
+it using ANTLR. In addition, we ask that the headers remain intact in our 
+source code. As long as these guidelines are kept, we expect to continue 
+enhancing this system and expect to make other tools available as they are 
+completed. 
+
+--------------------------------------------------------------------------------
+
+DOM4J License
+
+ Redistribution and use of this software and associated documentation 
+ ("Software"), with or without modification, are permitted provided that the 
+ following conditions are met:
+
+   1. Redistributions of source code must retain copyright statements and 
+   notices. Redistributions must also contain a copy of this document.
+   2. Redistributions in binary form must reproduce the above copyright notice, 
+   this list of conditions and the following disclaimer in the documentation 
+   and/or other materials provided with the distribution.
+   3. The name "DOM4J" must not be used to endorse or promote products derived 
+   from this Software without prior written permission of MetaStuff, Ltd. For 
+   written permission, please contact dom4j-info@metastuff.com.
+   4. Products derived from this Software may not be called "DOM4J" nor may 
+   "DOM4J" appear in their names without prior written permission of MetaStuff, 
+   Ltd. DOM4J is a registered trademark of MetaStuff, Ltd.
+   5. Due credit should be given to the DOM4J Project - http://www.dom4j.org
+
+THIS SOFTWARE IS PROVIDED BY METASTUFF, LTD. AND CONTRIBUTORS ``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 METASTUFF, LTD. OR ITS 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.
+
+Copyright 2001-2005 (C) MetaStuff, Ltd. All Rights Reserved. 
 
 --------------------------------------------------------------------------------
 

Modified: directory/ldapstudio/trunk/ldapstudio-jars/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/directory/ldapstudio/trunk/ldapstudio-jars/META-INF/MANIFEST.MF?view=diff&rev=530753&r1=530752&r2=530753
==============================================================================
--- directory/ldapstudio/trunk/ldapstudio-jars/META-INF/MANIFEST.MF (original)
+++ directory/ldapstudio/trunk/ldapstudio-jars/META-INF/MANIFEST.MF Fri Apr 20 04:55:34 2007
@@ -2,9 +2,17 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: LDAP Studio Jars Plugin
 Bundle-SymbolicName: org.apache.directory.ldapstudio.jars
-Bundle-Version: 0.7.0
+Bundle-Version: 0.8.0
 Bundle-Localization: plugin
 Bundle-Vendor: Apache Software Foundation
+Bundle-ClassPath: lib/antlr-2.7.6.jar,
+ lib/commons-collections-3.1.jar,
+ lib/dom4j-1.6.1.jar,
+ lib/ldapstudio-dsml-parser-0.3.jar,
+ lib/nlog4j-1.2.25.jar,
+ lib/shared-asn1-0.9.6-SNAPSHOT.jar,
+ lib/shared-ldap-0.9.6-SNAPSHOT.jar,
+ lib/xpp3-1.1.3_8.jar
 Export-Package: antlr,
  antlr.ASdebug,
  antlr.actions.cpp,
@@ -16,5 +24,107 @@
  antlr.collections.impl,
  antlr.debug,
  antlr.debug.misc,
- antlr.preprocessor
-Bundle-ClassPath: lib/antlr-2.7.6.jar
+ antlr.preprocessor,
+ javax.xml.namespace,
+ org.apache.commons.collections,
+ org.apache.commons.collections.bag,
+ org.apache.commons.collections.bidimap,
+ org.apache.commons.collections.buffer,
+ org.apache.commons.collections.collection,
+ org.apache.commons.collections.comparators,
+ org.apache.commons.collections.functors,
+ org.apache.commons.collections.iterators,
+ org.apache.commons.collections.keyvalue,
+ org.apache.commons.collections.list,
+ org.apache.commons.collections.map,
+ org.apache.commons.collections.set,
+ org.apache.directory.ldapstudio.dsmlv2,
+ org.apache.directory.ldapstudio.dsmlv2.engine,
+ org.apache.directory.ldapstudio.dsmlv2.reponse,
+ org.apache.directory.ldapstudio.dsmlv2.request,
+ org.apache.directory.shared.asn1,
+ org.apache.directory.shared.asn1.ber,
+ org.apache.directory.shared.asn1.ber.grammar,
+ org.apache.directory.shared.asn1.ber.tlv,
+ org.apache.directory.shared.asn1.codec,
+ org.apache.directory.shared.asn1.codec.binary,
+ org.apache.directory.shared.asn1.codec.stateful,
+ org.apache.directory.shared.asn1.codec.stateful.examples,
+ org.apache.directory.shared.asn1.der,
+ org.apache.directory.shared.asn1.primitives,
+ org.apache.directory.shared.asn1.util,
+ org.apache.directory.shared.ldap,
+ org.apache.directory.shared.ldap.aci,
+ org.apache.directory.shared.ldap.codec,
+ org.apache.directory.shared.ldap.codec.abandon,
+ org.apache.directory.shared.ldap.codec.actions,
+ org.apache.directory.shared.ldap.codec.add,
+ org.apache.directory.shared.ldap.codec.bind,
+ org.apache.directory.shared.ldap.codec.compare,
+ org.apache.directory.shared.ldap.codec.del,
+ org.apache.directory.shared.ldap.codec.extended,
+ org.apache.directory.shared.ldap.codec.extended.operations,
+ org.apache.directory.shared.ldap.codec.modify,
+ org.apache.directory.shared.ldap.codec.modifyDn,
+ org.apache.directory.shared.ldap.codec.search,
+ org.apache.directory.shared.ldap.codec.search.controls,
+ org.apache.directory.shared.ldap.codec.unbind,
+ org.apache.directory.shared.ldap.codec.util,
+ org.apache.directory.shared.ldap.exception,
+ org.apache.directory.shared.ldap.filter,
+ org.apache.directory.shared.ldap.ldif,
+ org.apache.directory.shared.ldap.message,
+ org.apache.directory.shared.ldap.message.extended,
+ org.apache.directory.shared.ldap.message.spi,
+ org.apache.directory.shared.ldap.name,
+ org.apache.directory.shared.ldap.schema,
+ org.apache.directory.shared.ldap.schema.comparator,
+ org.apache.directory.shared.ldap.schema.syntax,
+ org.apache.directory.shared.ldap.schema.syntax.parser,
+ org.apache.directory.shared.ldap.sp,
+ org.apache.directory.shared.ldap.subtree,
+ org.apache.directory.shared.ldap.trigger,
+ org.apache.directory.shared.ldap.url,
+ org.apache.directory.shared.ldap.util,
+ org.apache.directory.shared.ldap.util.unicode,
+ org.apache.log4j,
+ org.apache.log4j.config,
+ org.apache.log4j.helpers,
+ org.apache.log4j.jdbc,
+ org.apache.log4j.jmx,
+ org.apache.log4j.net,
+ org.apache.log4j.or,
+ org.apache.log4j.or.jms,
+ org.apache.log4j.or.sax,
+ org.apache.log4j.spi,
+ org.apache.log4j.varia,
+ org.apache.log4j.xml,
+ org.dom4j,
+ org.dom4j.bean,
+ org.dom4j.datatype,
+ org.dom4j.dom,
+ org.dom4j.dtd,
+ org.dom4j.io,
+ org.dom4j.jaxb,
+ org.dom4j.rule,
+ org.dom4j.rule.pattern,
+ org.dom4j.swing,
+ org.dom4j.tree,
+ org.dom4j.util,
+ org.dom4j.xpath,
+ org.dom4j.xpp,
+ org.slf4j,
+ org.slf4j.impl,
+ org.slf4j.spi,
+ org.xmlpull.mxp1,
+ org.xmlpull.mxp1_serializer,
+ org.xmlpull.v1,
+ org.xmlpull.v1.builder,
+ org.xmlpull.v1.builder.adapter,
+ org.xmlpull.v1.builder.impl,
+ org.xmlpull.v1.dom2_builder,
+ org.xmlpull.v1.parser_pool,
+ org.xmlpull.v1.sax2,
+ org.xmlpull.v1.util,
+ org.xmlpull.v1.wrapper,
+ org.xmlpull.v1.wrapper.classic

Modified: directory/ldapstudio/trunk/ldapstudio-jars/META-INF/NOTICE.txt
URL: http://svn.apache.org/viewvc/directory/ldapstudio/trunk/ldapstudio-jars/META-INF/NOTICE.txt?view=diff&rev=530753&r1=530752&r2=530753
==============================================================================
--- directory/ldapstudio/trunk/ldapstudio-jars/META-INF/NOTICE.txt (original)
+++ directory/ldapstudio/trunk/ldapstudio-jars/META-INF/NOTICE.txt Fri Apr 20 04:55:34 2007
@@ -3,5 +3,4 @@
 This product uses Ivy (http://www.jayasoft.fr/).
 
 This product uses Ant (http://ant.apache.org/).
-
-This product includes a distribution ANTLR 2 (http://www.antlr.org).
\ No newline at end of file
+
This product includes a distribution ANTLR 2 (http://www.antlr.org).

This product includes a distribution Dom4j (http://www.dom4j.org).
\ No newline at end of file

Modified: directory/ldapstudio/trunk/ldapstudio-jars/build.properties
URL: http://svn.apache.org/viewvc/directory/ldapstudio/trunk/ldapstudio-jars/build.properties?view=diff&rev=530753&r1=530752&r2=530753
==============================================================================
--- directory/ldapstudio/trunk/ldapstudio-jars/build.properties (original)
+++ directory/ldapstudio/trunk/ldapstudio-jars/build.properties Fri Apr 20 04:55:34 2007
@@ -1,2 +1,9 @@
 bin.includes = META-INF/,\
-               lib/antlr-2.7.6.jar
+               lib/antlr-2.7.6.jar,\
+               lib/commons-collections-3.1.jar,\
+               lib/dom4j-1.6.1.jar,\
+               lib/ldapstudio-dsml-parser-0.3.jar,\
+               lib/nlog4j-1.2.25.jar,\
+               lib/shared-asn1-0.9.6-SNAPSHOT.jar,\
+               lib/shared-ldap-0.9.6-SNAPSHOT.jar,\
+               lib/xpp3-1.1.3_8.jar

Modified: directory/ldapstudio/trunk/ldapstudio-jars/build.xml
URL: http://svn.apache.org/viewvc/directory/ldapstudio/trunk/ldapstudio-jars/build.xml?view=diff&rev=530753&r1=530752&r2=530753
==============================================================================
--- directory/ldapstudio/trunk/ldapstudio-jars/build.xml (original)
+++ directory/ldapstudio/trunk/ldapstudio-jars/build.xml Fri Apr 20 04:55:34 2007
@@ -18,7 +18,7 @@
 -->
 <project default="jar" xmlns:ivy="antlib:fr.jayasoft.ivy.ant">
 	<property name="project.name" value="org.apache.directory.ldapstudio.jars" />
-	<property name="project.version" value="0.7.0" />
+	<property name="project.version" value="0.8.0" />
 
 	<property name="project.output" value="${basedir}/target" />
 	<property name="project.build" value="${project.output}/build" />

Modified: directory/ldapstudio/trunk/ldapstudio-jars/ivy.xml
URL: http://svn.apache.org/viewvc/directory/ldapstudio/trunk/ldapstudio-jars/ivy.xml?view=diff&rev=530753&r1=530752&r2=530753
==============================================================================
--- directory/ldapstudio/trunk/ldapstudio-jars/ivy.xml (original)
+++ directory/ldapstudio/trunk/ldapstudio-jars/ivy.xml Fri Apr 20 04:55:34 2007
@@ -20,5 +20,6 @@
 	<info organisation="org.apache.directory.ldapstudio" module="ldapdstudio-jars"/>
 	<dependencies>
 		<dependency org="antlr" name="antlr" rev="2.7.6"/>
+    	<dependency org="org.apache.directory.ldapstudio" name="ldapstudio-dsml-parser" rev="0.3"/>
     </dependencies>
 </ivy-module>