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/24 14:45:09 UTC

svn commit: r531909 - in /directory/ldapstudio/trunk/ldapstudio-schemas-plugin: META-INF/MANIFEST.MF build.properties build.xml

Author: pamarcelot
Date: Tue Apr 24 05:45:08 2007
New Revision: 531909

URL: http://svn.apache.org/viewvc?view=rev&rev=531909
Log:
Fixed a build issue on the ldapstudio-schemas-plugin (due to the new ldapstudio-jars dependency). Updated build properties and Manifest to match the new dependencies.

Modified:
    directory/ldapstudio/trunk/ldapstudio-schemas-plugin/META-INF/MANIFEST.MF
    directory/ldapstudio/trunk/ldapstudio-schemas-plugin/build.properties
    directory/ldapstudio/trunk/ldapstudio-schemas-plugin/build.xml

Modified: directory/ldapstudio/trunk/ldapstudio-schemas-plugin/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/directory/ldapstudio/trunk/ldapstudio-schemas-plugin/META-INF/MANIFEST.MF?view=diff&rev=531909&r1=531908&r2=531909
==============================================================================
--- directory/ldapstudio/trunk/ldapstudio-schemas-plugin/META-INF/MANIFEST.MF (original)
+++ directory/ldapstudio/trunk/ldapstudio-schemas-plugin/META-INF/MANIFEST.MF Tue Apr 24 05:45:08 2007
@@ -17,14 +17,9 @@
  lib/commons-configuration-1.2.jar,
  lib/commons-lang-2.1.jar,
  lib/commons-logging-1.1.jar,
- lib/shared-ldap-0.9.6-SNAPSHOT.jar,
- lib/velocity-dep-1.4.jar,
  lib/apacheds-core-plugin-1.5.0-SNAPSHOT.jar,
  lib/apacheds-core-shared-1.5.0-SNAPSHOT.jar,
- lib/shared-asn1-0.9.6-SNAPSHOT.jar,
  lib/commons-collections-3.2.jar,
- lib/antlr-2.7.6.jar,
  lib/checkstyle-2.2.jar,
- lib/nlog4j-1.2.25.jar,
- lib/shared-converter-0.9.6-SNAPSHOT.jar,
- lib/xercesImpl-2.0.2.jar
+ lib/xercesImpl-2.0.2.jar,
+ lib/shared-converter-0.9.7-SNAPSHOT.jar

Modified: directory/ldapstudio/trunk/ldapstudio-schemas-plugin/build.properties
URL: http://svn.apache.org/viewvc/directory/ldapstudio/trunk/ldapstudio-schemas-plugin/build.properties?view=diff&rev=531909&r1=531908&r2=531909
==============================================================================
--- directory/ldapstudio/trunk/ldapstudio-schemas-plugin/build.properties (original)
+++ directory/ldapstudio/trunk/ldapstudio-schemas-plugin/build.properties Tue Apr 24 05:45:08 2007
@@ -11,15 +11,10 @@
                lib/commons-configuration-1.2.jar,\
                lib/commons-lang-2.1.jar,\
                lib/commons-logging-1.1.jar,\
-               lib/shared-ldap-0.9.6-SNAPSHOT.jar,\
-               lib/velocity-dep-1.4.jar,\
                src/main/resources/,\
                lib/apacheds-core-plugin-1.5.0-SNAPSHOT.jar,\
                lib/apacheds-core-shared-1.5.0-SNAPSHOT.jar,\
-               lib/shared-asn1-0.9.6-SNAPSHOT.jar,\
-               lib/antlr-2.7.6.jar,\
                lib/commons-collections-3.2.jar,\
                lib/checkstyle-2.2.jar,\
-               lib/nlog4j-1.2.25.jar,\
-               lib/shared-converter-0.9.6-SNAPSHOT.jar,\
+               lib/shared-converter-0.9.7-SNAPSHOT.jar,\
                lib/xercesImpl-2.0.2.jar

Modified: directory/ldapstudio/trunk/ldapstudio-schemas-plugin/build.xml
URL: http://svn.apache.org/viewvc/directory/ldapstudio/trunk/ldapstudio-schemas-plugin/build.xml?view=diff&rev=531909&r1=531908&r2=531909
==============================================================================
--- directory/ldapstudio/trunk/ldapstudio-schemas-plugin/build.xml (original)
+++ directory/ldapstudio/trunk/ldapstudio-schemas-plugin/build.xml Tue Apr 24 05:45:08 2007
@@ -35,7 +35,8 @@
 	<!--               RESOLVE              -->
 	<!-- ================================== -->
 	<target name="resolve" description="--> retreive dependencies with ivy">
-		<ivy:retrieve/>
+		<ivy:retrieve/>
+		<ant dir="../ldapstudio-jars" inheritAll="no" target="resolve" />
 	</target>
 
 	<!-- ================================== -->
@@ -47,6 +48,7 @@
 				<include name="**/*.jar"/>
 			</fileset>
 			<fileset dir="${lib.dir}" />
+			<fileset dir="../ldapstudio-jars/lib/" />
 		</path>
 	</target>