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/07/05 14:40:16 UTC

svn commit: r553479 - in /directory/studio/releases/0.8.0: ./ ldapstudio-apacheds-configuration-feature/ ldapstudio-apacheds-configuration-feature/META-INF/ ldapstudio-browser-feature/ ldapstudio-browser-feature/META-INF/ ldapstudio-rcp-feature/ ldapst...

Author: pamarcelot
Date: Thu Jul  5 05:40:14 2007
New Revision: 553479

URL: http://svn.apache.org/viewvc?view=rev&rev=553479
Log:
Updated version numbers of the features and the update site for the 0.8.1 release.

Modified:
    directory/studio/releases/0.8.0/build.xml
    directory/studio/releases/0.8.0/ldapstudio-apacheds-configuration-feature/META-INF/MANIFEST.MF
    directory/studio/releases/0.8.0/ldapstudio-apacheds-configuration-feature/build.xml
    directory/studio/releases/0.8.0/ldapstudio-apacheds-configuration-feature/feature.xml
    directory/studio/releases/0.8.0/ldapstudio-browser-feature/META-INF/MANIFEST.MF
    directory/studio/releases/0.8.0/ldapstudio-browser-feature/build.xml
    directory/studio/releases/0.8.0/ldapstudio-browser-feature/feature.xml
    directory/studio/releases/0.8.0/ldapstudio-rcp-feature/META-INF/MANIFEST.MF
    directory/studio/releases/0.8.0/ldapstudio-rcp-feature/build.xml
    directory/studio/releases/0.8.0/ldapstudio-rcp-feature/feature.xml
    directory/studio/releases/0.8.0/ldapstudio-schemas-feature/META-INF/MANIFEST.MF
    directory/studio/releases/0.8.0/ldapstudio-schemas-feature/build.xml
    directory/studio/releases/0.8.0/ldapstudio-schemas-feature/feature.xml
    directory/studio/releases/0.8.0/ldapstudio-updatesite/build.xml
    directory/studio/releases/0.8.0/ldapstudio-updatesite/site--xml.html

Modified: directory/studio/releases/0.8.0/build.xml
URL: http://svn.apache.org/viewvc/directory/studio/releases/0.8.0/build.xml?view=diff&rev=553479&r1=553478&r2=553479
==============================================================================
--- directory/studio/releases/0.8.0/build.xml (original)
+++ directory/studio/releases/0.8.0/build.xml Thu Jul  5 05:40:14 2007
@@ -220,7 +220,7 @@
         <!-- Copy of the LDAP Studio RCP Feature in the "features" folder -->
 		<property name="ldapstudio-rcp-feature.project" value="${basedir}/ldapstudio-rcp-feature" />
 		<property name="ldapstudio-rcp-feature.name" value="org.apache.directory.ldapstudio.rcp.feature" />
-		<property name="ldapstudio-rcp-feature.version" value="0.7.0" />
+		<property name="ldapstudio-rcp-feature.version" value="0.7.1" />
         <mkdir dir="${project.features}/${ldapstudio-rcp-feature.name}_${ldapstudio-rcp-feature.version}" />
 		<copy todir="${project.features}/${ldapstudio-rcp-feature.name}_${ldapstudio-rcp-feature.version}">
 			<fileset dir="${ldapstudio-rcp-feature.project}">
@@ -233,7 +233,7 @@
         <!-- Copy of the Schemas Editor Feature in the "features" folder -->
 		<property name="ldapstudio-schemas-feature.project" value="${basedir}/ldapstudio-schemas-feature" />
 		<property name="ldapstudio-schemas-feature.name" value="org.apache.directory.ldapstudio.schemas.feature" />
-		<property name="ldapstudio-schemas-feature.version" value="0.8.0" />
+		<property name="ldapstudio-schemas-feature.version" value="0.8.1" />
 		<mkdir dir="${project.features}/${ldapstudio-schemas-feature.name}_${ldapstudio-schemas-feature.version}" />
 		<copy todir="${project.features}/${ldapstudio-schemas-feature.name}_${ldapstudio-schemas-feature.version}">
 			<fileset dir="${ldapstudio-schemas-feature.project}">
@@ -246,7 +246,7 @@
 	    <!-- Copy of the Browser Feature in the "features" folder -->
 		<property name="ldapstudio-browser-feature.project" value="${basedir}/ldapstudio-browser-feature" />
 		<property name="ldapstudio-browser-feature.name" value="org.apache.directory.ldapstudio.browser.feature" />
-		<property name="ldapstudio-browser-feature.version" value="0.8.0" />
+		<property name="ldapstudio-browser-feature.version" value="0.8.1" />
 		<mkdir dir="${project.features}/${ldapstudio-browser-feature.name}_${ldapstudio-browser-feature.version}" />
 		<copy todir="${project.features}/${ldapstudio-browser-feature.name}_${ldapstudio-browser-feature.version}">
 			<fileset dir="${ldapstudio-browser-feature.project}">
@@ -259,7 +259,7 @@
         <!-- Copy of the Apache DS Configuration Feature in the "features" folder -->
 		<property name="ldapstudio-apacheds-configuration-feature.project" value="${basedir}/ldapstudio-apacheds-configuration-feature" />
 		<property name="ldapstudio-apacheds-configuration-feature.name" value="org.apache.directory.ldapstudio.apacheds.configuration.feature" />
-		<property name="ldapstudio-apacheds-configuration-feature.version" value="0.8.0" />
+		<property name="ldapstudio-apacheds-configuration-feature.version" value="0.8.1" />
 		<mkdir dir="${project.features}/${ldapstudio-apacheds-configuration-feature.name}_${ldapstudio-apacheds-configuration-feature.version}" />
 		<copy todir="${project.features}/${ldapstudio-apacheds-configuration-feature.name}_${ldapstudio-apacheds-configuration-feature.version}">
 			<fileset dir="${ldapstudio-apacheds-configuration-feature.project}">
@@ -428,6 +428,7 @@
         <property name="packages-folder.windows" value="${packages-folder}/Windows" />
         <property name="packages-folder.linux-i386" value="${packages-folder}/Linuxi386" />
         <property name="packages-folder.linux-ppc" value="${packages-folder}/LinuxPPC" />
+        <property name="packages-folder.linux-amd64" value="${packages-folder}/LinuxAMD64" />
         <property name="packages-folder.updatesite" value="${packages-folder}/updatesite" />
 
         <!-- Cleaning the 'packages' folder (just in case) -->
@@ -484,6 +485,25 @@
         </antcall>
 		<mkdir dir="${packages-folder.linux-ppc}" />
         <tar compression="gzip" destfile="${packages-folder.linux-ppc}/LDAP_Studio_Linux_PPC.tar.gz">
+            <tarfileset dir="${ldapstudio-complete.output}" mode="755">
+				<include name="ldapstudio/ldapstudio" />
+			</tarfileset>
+            <tarfileset dir="${ldapstudio-complete.output}">
+				<include name="**" />
+				<exclude name="ldapstudio/ldapstudio" />
+			</tarfileset>
+        </tar>
+        
+        <!-- Cleaning latest build-->
+        <antcall target="clean" inheritall="false"/>
+        <!-- Generating LDAP Studio for Linux AMD64 -->
+        <antcall target="bundle" inheritall="false">
+            <param name="ldapstudio-rcp.os.name" value="linux"/>
+            <param name="ldapstudio-rcp.os.arch" value="amd64"/>
+            <param name="ldapstudio-rcp.os.extension" value=""/>
+        </antcall>
+		<mkdir dir="${packages-folder.linux-amd64}" />
+        <tar compression="gzip" destfile="${packages-folder.linux-amd64}/LDAP_Studio_Linux_AMD64.tar.gz">
             <tarfileset dir="${ldapstudio-complete.output}" mode="755">
 				<include name="ldapstudio/ldapstudio" />
 			</tarfileset>

Modified: directory/studio/releases/0.8.0/ldapstudio-apacheds-configuration-feature/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/directory/studio/releases/0.8.0/ldapstudio-apacheds-configuration-feature/META-INF/MANIFEST.MF?view=diff&rev=553479&r1=553478&r2=553479
==============================================================================
--- directory/studio/releases/0.8.0/ldapstudio-apacheds-configuration-feature/META-INF/MANIFEST.MF (original)
+++ directory/studio/releases/0.8.0/ldapstudio-apacheds-configuration-feature/META-INF/MANIFEST.MF Thu Jul  5 05:40:14 2007
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: LDAP Studio Help Plugin
 Bundle-SymbolicName: org.apache.directory.ldapstudio.schemas.feature;singleton:=true
-Bundle-Version: 0.8.0
+Bundle-Version: 0.8.1
 Bundle-Localization: plugin
 Eclipse-LazyStart: true
 Bundle-Vendor: Apache Software Foundation

Modified: directory/studio/releases/0.8.0/ldapstudio-apacheds-configuration-feature/build.xml
URL: http://svn.apache.org/viewvc/directory/studio/releases/0.8.0/ldapstudio-apacheds-configuration-feature/build.xml?view=diff&rev=553479&r1=553478&r2=553479
==============================================================================
--- directory/studio/releases/0.8.0/ldapstudio-apacheds-configuration-feature/build.xml (original)
+++ directory/studio/releases/0.8.0/ldapstudio-apacheds-configuration-feature/build.xml Thu Jul  5 05:40:14 2007
@@ -18,7 +18,7 @@
 -->
 <project default="jar" xmlns:ivy="antlib:fr.jayasoft.ivy.ant">
 	<property name="project.name" value="org.apache.directory.ldapstudio.apacheds.configuration.feature" />
-	<property name="project.version" value="0.8.0" />
+	<property name="project.version" value="0.8.1" />
 
 	<property name="project.output" value="${basedir}/target" />
 		

Modified: directory/studio/releases/0.8.0/ldapstudio-apacheds-configuration-feature/feature.xml
URL: http://svn.apache.org/viewvc/directory/studio/releases/0.8.0/ldapstudio-apacheds-configuration-feature/feature.xml?view=diff&rev=553479&r1=553478&r2=553479
==============================================================================
--- directory/studio/releases/0.8.0/ldapstudio-apacheds-configuration-feature/feature.xml (original)
+++ directory/studio/releases/0.8.0/ldapstudio-apacheds-configuration-feature/feature.xml Thu Jul  5 05:40:14 2007
@@ -2,11 +2,8 @@
 <feature
       id="org.apache.directory.ldapstudio.apacheds.configuration.feature"
       label="LDAP Studio Apache DS Configuration"
-      version="0.8.0"
+      version="0.8.1"
       provider-name="Apache Software Foundation"
-      os="linux,macosx,win32"
-      ws="carbon,gtk,win32"
-      arch="ppc,x86"
       image="ldapstudio.png">
 
    <description>

Modified: directory/studio/releases/0.8.0/ldapstudio-browser-feature/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/directory/studio/releases/0.8.0/ldapstudio-browser-feature/META-INF/MANIFEST.MF?view=diff&rev=553479&r1=553478&r2=553479
==============================================================================
--- directory/studio/releases/0.8.0/ldapstudio-browser-feature/META-INF/MANIFEST.MF (original)
+++ directory/studio/releases/0.8.0/ldapstudio-browser-feature/META-INF/MANIFEST.MF Thu Jul  5 05:40:14 2007
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: LDAP Studio Help Plugin
 Bundle-SymbolicName: org.apache.directory.ldapstudio.browser.feature;singleton:=true
-Bundle-Version: 0.8.0
+Bundle-Version: 0.8.1
 Bundle-Localization: plugin
 Eclipse-LazyStart: true
 Bundle-Vendor: Apache Software Foundation

Modified: directory/studio/releases/0.8.0/ldapstudio-browser-feature/build.xml
URL: http://svn.apache.org/viewvc/directory/studio/releases/0.8.0/ldapstudio-browser-feature/build.xml?view=diff&rev=553479&r1=553478&r2=553479
==============================================================================
--- directory/studio/releases/0.8.0/ldapstudio-browser-feature/build.xml (original)
+++ directory/studio/releases/0.8.0/ldapstudio-browser-feature/build.xml Thu Jul  5 05:40:14 2007
@@ -18,7 +18,7 @@
 -->
 <project default="jar" xmlns:ivy="antlib:fr.jayasoft.ivy.ant">
 	<property name="project.name" value="org.apache.directory.ldapstudio.browser.feature" />
-	<property name="project.version" value="0.8.0" />
+	<property name="project.version" value="0.8.1" />
 
 	<property name="project.output" value="${basedir}/target" />
 		

Modified: directory/studio/releases/0.8.0/ldapstudio-browser-feature/feature.xml
URL: http://svn.apache.org/viewvc/directory/studio/releases/0.8.0/ldapstudio-browser-feature/feature.xml?view=diff&rev=553479&r1=553478&r2=553479
==============================================================================
--- directory/studio/releases/0.8.0/ldapstudio-browser-feature/feature.xml (original)
+++ directory/studio/releases/0.8.0/ldapstudio-browser-feature/feature.xml Thu Jul  5 05:40:14 2007
@@ -2,11 +2,8 @@
 <feature
       id="org.apache.directory.ldapstudio.browser.feature"
       label="LDAP Studio Browser"
-      version="0.8.0"
+      version="0.8.1"
       provider-name="Apache Software Foundation"
-      os="linux,macosx,win32"
-      ws="carbon,gtk,win32"
-      arch="ppc,x86"
       image="ldapstudio.png">
 
    <description>

Modified: directory/studio/releases/0.8.0/ldapstudio-rcp-feature/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/directory/studio/releases/0.8.0/ldapstudio-rcp-feature/META-INF/MANIFEST.MF?view=diff&rev=553479&r1=553478&r2=553479
==============================================================================
--- directory/studio/releases/0.8.0/ldapstudio-rcp-feature/META-INF/MANIFEST.MF (original)
+++ directory/studio/releases/0.8.0/ldapstudio-rcp-feature/META-INF/MANIFEST.MF Thu Jul  5 05:40:14 2007
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: LDAP Studio Help Plugin
 Bundle-SymbolicName: org.apache.directory.ldapstudio.feature;singleton:=true
-Bundle-Version: 0.7.0
+Bundle-Version: 0.7.1
 Bundle-Localization: plugin
 Eclipse-LazyStart: true
 Bundle-Vendor: Apache Software Foundation

Modified: directory/studio/releases/0.8.0/ldapstudio-rcp-feature/build.xml
URL: http://svn.apache.org/viewvc/directory/studio/releases/0.8.0/ldapstudio-rcp-feature/build.xml?view=diff&rev=553479&r1=553478&r2=553479
==============================================================================
--- directory/studio/releases/0.8.0/ldapstudio-rcp-feature/build.xml (original)
+++ directory/studio/releases/0.8.0/ldapstudio-rcp-feature/build.xml Thu Jul  5 05:40:14 2007
@@ -18,7 +18,7 @@
 -->
 <project default="jar" xmlns:ivy="antlib:fr.jayasoft.ivy.ant">
 	<property name="project.name" value="org.apache.directory.ldapstudio.rcp.feature" />
-	<property name="project.version" value="0.7.0" />
+	<property name="project.version" value="0.7.1" />
 
 	<property name="project.output" value="${basedir}/target" />
 		

Modified: directory/studio/releases/0.8.0/ldapstudio-rcp-feature/feature.xml
URL: http://svn.apache.org/viewvc/directory/studio/releases/0.8.0/ldapstudio-rcp-feature/feature.xml?view=diff&rev=553479&r1=553478&r2=553479
==============================================================================
--- directory/studio/releases/0.8.0/ldapstudio-rcp-feature/feature.xml (original)
+++ directory/studio/releases/0.8.0/ldapstudio-rcp-feature/feature.xml Thu Jul  5 05:40:14 2007
@@ -2,11 +2,8 @@
 <feature
       id="org.apache.directory.ldapstudio.feature"
       label="LDAP Studio RCP"
-      version="0.7.0"
+      version="0.7.1"
       provider-name="Apache Software Foundation"
-      os="linux,macosx,win32"
-      ws="carbon,gtk,win32"
-      arch="ppc,x86"
       image="ldapstudio.png">
 
    <description>

Modified: directory/studio/releases/0.8.0/ldapstudio-schemas-feature/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/directory/studio/releases/0.8.0/ldapstudio-schemas-feature/META-INF/MANIFEST.MF?view=diff&rev=553479&r1=553478&r2=553479
==============================================================================
--- directory/studio/releases/0.8.0/ldapstudio-schemas-feature/META-INF/MANIFEST.MF (original)
+++ directory/studio/releases/0.8.0/ldapstudio-schemas-feature/META-INF/MANIFEST.MF Thu Jul  5 05:40:14 2007
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: LDAP Studio Help Plugin
 Bundle-SymbolicName: org.apache.directory.ldapstudio.schemas.feature;singleton:=true
-Bundle-Version: 0.8.0
+Bundle-Version: 0.8.1
 Bundle-Localization: plugin
 Eclipse-LazyStart: true
 Bundle-Vendor: Apache Software Foundation

Modified: directory/studio/releases/0.8.0/ldapstudio-schemas-feature/build.xml
URL: http://svn.apache.org/viewvc/directory/studio/releases/0.8.0/ldapstudio-schemas-feature/build.xml?view=diff&rev=553479&r1=553478&r2=553479
==============================================================================
--- directory/studio/releases/0.8.0/ldapstudio-schemas-feature/build.xml (original)
+++ directory/studio/releases/0.8.0/ldapstudio-schemas-feature/build.xml Thu Jul  5 05:40:14 2007
@@ -18,7 +18,7 @@
 -->
 <project default="jar" xmlns:ivy="antlib:fr.jayasoft.ivy.ant">
 	<property name="project.name" value="org.apache.directory.ldapstudio.schemas.feature" />
-	<property name="project.version" value="0.8.0" />
+	<property name="project.version" value="0.8.1" />
 
 	<property name="project.output" value="${basedir}/target" />
 		

Modified: directory/studio/releases/0.8.0/ldapstudio-schemas-feature/feature.xml
URL: http://svn.apache.org/viewvc/directory/studio/releases/0.8.0/ldapstudio-schemas-feature/feature.xml?view=diff&rev=553479&r1=553478&r2=553479
==============================================================================
--- directory/studio/releases/0.8.0/ldapstudio-schemas-feature/feature.xml (original)
+++ directory/studio/releases/0.8.0/ldapstudio-schemas-feature/feature.xml Thu Jul  5 05:40:14 2007
@@ -2,11 +2,8 @@
 <feature
       id="org.apache.directory.ldapstudio.schemas.feature"
       label="LDAP Studio Schemas Editor"
-      version="0.8.0"
+      version="0.8.1"
       provider-name="Apache Software Foundation"
-      os="linux,macosx,win32"
-      ws="carbon,gtk,win32"
-      arch="ppc,x86"
       image="ldapstudio.png">
 
    <description>

Modified: directory/studio/releases/0.8.0/ldapstudio-updatesite/build.xml
URL: http://svn.apache.org/viewvc/directory/studio/releases/0.8.0/ldapstudio-updatesite/build.xml?view=diff&rev=553479&r1=553478&r2=553479
==============================================================================
--- directory/studio/releases/0.8.0/ldapstudio-updatesite/build.xml (original)
+++ directory/studio/releases/0.8.0/ldapstudio-updatesite/build.xml Thu Jul  5 05:40:14 2007
@@ -18,7 +18,7 @@
 -->
 <project default="generate" xmlns:ivy="antlib:fr.jayasoft.ivy.ant">
 	<property name="project.name" value="org.apache.directory.ldapstudio.schemas.feature" />
-	<property name="project.version" value="0.8.0" />
+	<property name="project.version" value="0.8.1" />
 
 	<property name="project.plugins" value="${basedir}/plugins" />
 	<property name="project.features" value="${basedir}/features" />

Modified: directory/studio/releases/0.8.0/ldapstudio-updatesite/site--xml.html
URL: http://svn.apache.org/viewvc/directory/studio/releases/0.8.0/ldapstudio-updatesite/site--xml.html?view=diff&rev=553479&r1=553478&r2=553479
==============================================================================
--- directory/studio/releases/0.8.0/ldapstudio-updatesite/site--xml.html (original)
+++ directory/studio/releases/0.8.0/ldapstudio-updatesite/site--xml.html Thu Jul  5 05:40:14 2007
@@ -19,23 +19,23 @@
 -->
 <site>
    <feature 
-   		url="[preferred]/directory/ldapstudio/update/features/org.apache.directory.ldapstudio.rcp.feature_0.7.0.jar" 
-   		id="org.apache.directory.ldapstudio.rcp.feature" version="0.7.0" os="linux,macosx,win32" ws="carbon,gtk,win32" arch="ppc,x86">
+   		url="[preferred]/directory/ldapstudio/update/features/org.apache.directory.ldapstudio.rcp.feature_0.7.1.jar" 
+   		id="org.apache.directory.ldapstudio.rcp.feature" version="0.7.1">
       <category name="LDAP Studio RCP"/>
    </feature>
    <feature 
-   		url="[preferred]/directory/ldapstudio/update/features/org.apache.directory.ldapstudio.browser.feature_0.8.0.jar" 
-   		id="org.apache.directory.ldapstudio.browser.feature" version="0.8.0">
+   		url="[preferred]/directory/ldapstudio/update/features/org.apache.directory.ldapstudio.browser.feature_0.8.1.jar" 
+   		id="org.apache.directory.ldapstudio.browser.feature" version="0.8.1">
       <category name="LDAP Studio Browser"/>
    </feature>
    <feature 
-   		url="[preferred]/directory/ldapstudio/update/features/org.apache.directory.ldapstudio.schemas.feature_0.8.0.jar" 
-   		id="org.apache.directory.ldapstudio.schemas.feature" version="0.8.0">
+   		url="[preferred]/directory/ldapstudio/update/features/org.apache.directory.ldapstudio.schemas.feature_0.8.1.jar" 
+   		id="org.apache.directory.ldapstudio.schemas.feature" version="0.8.1">
       <category name="LDAP Studio Schemas Editor"/>
    </feature>
    <feature 
-   		url="[preferred]/directory/ldapstudio/update/features/org.apache.directory.ldapstudio.apacheds.configuration.feature_0.8.0.jar" 
-   		id="org.apache.directory.ldapstudio.apacheds.configuration.feature" version="0.8.0">
+   		url="[preferred]/directory/ldapstudio/update/features/org.apache.directory.ldapstudio.apacheds.configuration.feature_0.8.1.jar" 
+   		id="org.apache.directory.ldapstudio.apacheds.configuration.feature" version="0.8.1">
       <category name="LDAP Studio Apache DS"/>
    </feature>
    <archive