Author: pamarcelot
Date: Tue Feb 12 05:27:33 2008
New Revision: 620790
URL: http://svn.apache.org/viewvc?rev=620790&view=rev
Log:
Removed references to the 'apacheds-core-plugin' dependency.
Modified:
directory/studio/trunk/studio-schemaeditor/META-INF/MANIFEST.MF
directory/studio/trunk/studio-schemaeditor/META-INF/NOTICE.txt
directory/studio/trunk/studio-schemaeditor/build.properties
Modified: directory/studio/trunk/studio-schemaeditor/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-schemaeditor/META-INF/MANIFEST.MF?rev=620790&r1=620789&r2=620790&view=diff
==============================================================================
--- directory/studio/trunk/studio-schemaeditor/META-INF/MANIFEST.MF (original)
+++ directory/studio/trunk/studio-schemaeditor/META-INF/MANIFEST.MF Tue Feb 12 05:27:33 2008
@@ -16,7 +16,6 @@
org.apache.directory.studio.jars
Eclipse-LazyStart: true
Bundle-ClassPath: .,
- lib/apacheds-core-plugin-1.5.1-SNAPSHOT.jar,
lib/shared-converter-0.9.7-SNAPSHOT.jar
Export-Package: org.apache.directory.studio.schemaeditor.model,
org.apache.directory.studio.schemaeditor.model.io
Modified: directory/studio/trunk/studio-schemaeditor/META-INF/NOTICE.txt
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-schemaeditor/META-INF/NOTICE.txt?rev=620790&r1=620789&r2=620790&view=diff
==============================================================================
--- directory/studio/trunk/studio-schemaeditor/META-INF/NOTICE.txt (original)
+++ directory/studio/trunk/studio-schemaeditor/META-INF/NOTICE.txt Tue Feb 12 05:27:33 2008
@@ -1 +1 @@
-// ------------------------------------------------------------------
// NOTICE file corresponding
to the section 4d of The Apache License,
// Version 2.0, in this case for Apache Directory
Studio Schema Editor
// ------------------------------------------------------------------
Apache
Directory Studio Schema Editor
Copyright 2003-2008 Apache Software Foundation
This product
includes software developed at
Apache Software Foundation (http://www.apache.org).
This product
includes/uses software, ApacheDS Core Plugin (Maven 2) (http://directory.apache.org/apacheds/1.5/apacheds-core-plugin),
developed
by The Apache Software Foundation (http://www.apache.org/)
This product includes/uses software,
Apache Directory Protocol Ldap Converters (http://www.apache.org/project/shared-parent/shared-converter),
developed
by The Apache Software Foundation (http://www.apache.org/)
\ No newline at end of file
+// ------------------------------------------------------------------
// NOTICE file corresponding
to the section 4d of The Apache License,
// Version 2.0, in this case for Apache Directory
Studio Schema Editor
// ------------------------------------------------------------------
Apache
Directory Studio Schema Editor
Copyright 2003-2008 Apache Software Foundation
This product
includes software developed at
Apache Software Foundation (http://www.apache.org).
This product
includes/uses software, Apache Directory Protocol Ldap Converters (http://www.apache.org/project/shared-parent/shared-converter),
developed
by The Apache Software Foundation (http://www.apache.org/)
\ No newline at end of file
Modified: directory/studio/trunk/studio-schemaeditor/build.properties
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-schemaeditor/build.properties?rev=620790&r1=620789&r2=620790&view=diff
==============================================================================
--- directory/studio/trunk/studio-schemaeditor/build.properties (original)
+++ directory/studio/trunk/studio-schemaeditor/build.properties Tue Feb 12 05:27:33 2008
@@ -6,5 +6,4 @@
META-INF/,\
.,\
resources/,\
- lib/apacheds-core-plugin-1.5.0-SNAPSHOT.jar,\
lib/shared-converter-0.9.7-SNAPSHOT.jar
|