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/08/22 14:35:14 UTC

svn commit: r568587 - in /directory/studio/branches/0.8.2/ldapstudio-updatesite: build.xml site--xml.html site.xml

Author: pamarcelot
Date: Wed Aug 22 05:35:13 2007
New Revision: 568587

URL: http://svn.apache.org/viewvc?rev=568587&view=rev
Log:
Updated updatesite.

Modified:
    directory/studio/branches/0.8.2/ldapstudio-updatesite/build.xml
    directory/studio/branches/0.8.2/ldapstudio-updatesite/site--xml.html
    directory/studio/branches/0.8.2/ldapstudio-updatesite/site.xml

Modified: directory/studio/branches/0.8.2/ldapstudio-updatesite/build.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/0.8.2/ldapstudio-updatesite/build.xml?rev=568587&r1=568586&r2=568587&view=diff
==============================================================================
--- directory/studio/branches/0.8.2/ldapstudio-updatesite/build.xml (original)
+++ directory/studio/branches/0.8.2/ldapstudio-updatesite/build.xml Wed Aug 22 05:35:13 2007
@@ -17,8 +17,8 @@
   under the License.
 -->
 <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.1" />
+	<property name="project.name" value="org.apache.directory.ldapstudio.updatesite" />
+	<property name="project.version" value="0.8.2" />
 
 	<property name="project.plugins" value="${basedir}/plugins" />
 	<property name="project.features" value="${basedir}/features" />
@@ -87,6 +87,8 @@
 	    <ant dir="../ldapstudio-apacheds-configuration" inheritAll="no" />	    
         <!-- LDAP Studio Apache DS Configuration Help Plugin -->
 	    <ant dir="../ldapstudio-apacheds-configuration-help" inheritAll="no" />
+        <!-- LDAP Studio New Version Plugin -->
+	    <ant dir="../ldapstudio-new-version" inheritAll="no" />
 	    
 	    <!-- Copying the Plugins -->
 	    <copy todir="${project.plugins}">
@@ -146,6 +148,10 @@
             <fileset dir="../ldapstudio-apacheds-configuration-help/target">
 	            <include name="*.jar" />
 	        </fileset>
+            <!-- LDAP Studio New Version Plugin -->
+            <fileset dir="../ldapstudio-apacheds-configuration-help/target">
+	            <include name="*.jar" />
+	        </fileset>
 	    </copy>
 	</target>
 	
@@ -165,6 +171,7 @@
         <ant dir="../ldapstudio-browser-ui" inheritAll="no" target="clean" />
         <ant dir="../ldapstudio-jars" inheritAll="no" target="clean" />
         <ant dir="../ldapstudio-ldifeditor" inheritAll="no" target="clean" />
+        <ant dir="../ldapstudio-new-version" inheritAll="no" target="clean" />
 		<ant dir="../ldapstudio-rcp" inheritAll="no" target="clean"/>
         <ant dir="../ldapstudio-rcp-feature" inheritAll="no" target="clean"/>
 		<ant dir="../ldapstudio-rcp-help" inheritAll="no" target="clean"/>

Modified: directory/studio/branches/0.8.2/ldapstudio-updatesite/site--xml.html
URL: http://svn.apache.org/viewvc/directory/studio/branches/0.8.2/ldapstudio-updatesite/site--xml.html?rev=568587&r1=568586&r2=568587&view=diff
==============================================================================
--- directory/studio/branches/0.8.2/ldapstudio-updatesite/site--xml.html (original)
+++ directory/studio/branches/0.8.2/ldapstudio-updatesite/site--xml.html Wed Aug 22 05:35:13 2007
@@ -25,13 +25,13 @@
       <category name="LDAP Studio RCP"/>
    </feature>
    <feature 
-   		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">
+   		url="[preferred]/directory/ldapstudio/update/features/org.apache.directory.ldapstudio.browser.feature_0.8.2.jar" 
+   		id="org.apache.directory.ldapstudio.browser.feature" version="0.8.2">
       <category name="LDAP Studio Browser"/>
    </feature>
    <feature 
-   		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">
+   		url="[preferred]/directory/ldapstudio/update/features/org.apache.directory.ldapstudio.schemas.feature_0.8.2.jar" 
+   		id="org.apache.directory.ldapstudio.schemas.feature" version="0.8.2">
       <category name="LDAP Studio Schemas Editor"/>
    </feature>
    <feature 
@@ -58,8 +58,8 @@
    		path="plugins/org.apache.directory.ldapstudio.browser.help_0.6.0.jar" 
    		url="[preferred]/directory/ldapstudio/update/plugins/org.apache.directory.ldapstudio.browser.help_0.6.0.jar"/>
    <archive 
-   		path="plugins/org.apache.directory.ldapstudio.browser.ui_0.8.0.jar" 
-   		url="[preferred]/directory/ldapstudio/update/plugins/org.apache.directory.ldapstudio.browser.ui_0.8.0.jar"/>
+   		path="plugins/org.apache.directory.ldapstudio.browser.ui_0.8.2.jar" 
+   		url="[preferred]/directory/ldapstudio/update/plugins/org.apache.directory.ldapstudio.browser.ui_0.8.2.jar"/>
    <archive 
    		path="plugins/org.apache.directory.ldapstudio.help_0.6.0.jar" 
    		url="[preferred]/directory/ldapstudio/update/plugins/org.apache.directory.ldapstudio.help_0.6.0.jar"/>
@@ -70,11 +70,14 @@
    		path="plugins/org.apache.directory.ldapstudio.ldifeditor_0.8.0.jar" 
    		url="[preferred]/directory/ldapstudio/update/plugins/org.apache.directory.ldapstudio.ldifeditor_0.8.0.jar"/>
    <archive 
+   		path="plugins/org.apache.directory.ldapstudio.newversion_0.8.2.jar" 
+   		url="[preferred]/directory/ldapstudio/update/plugins/org.apache.directory.ldapstudio.newversion_0.8.2.jar"/>
+   <archive 
    		path="plugins/org.apache.directory.ldapstudio.schemas.help_0.6.0.jar" 
    		url="[preferred]/directory/ldapstudio/update/plugins/org.apache.directory.ldapstudio.schemas.help_0.6.0.jar"/>
    <archive 
-   		path="plugins/org.apache.directory.ldapstudio.schemas_0.8.0.jar" 
-   		url="[preferred]/directory/ldapstudio/update/plugins/org.apache.directory.ldapstudio.schemas_0.8.0.jar"/>
+   		path="plugins/org.apache.directory.ldapstudio.schemas_0.8.2.jar" 
+   		url="[preferred]/directory/ldapstudio/update/plugins/org.apache.directory.ldapstudio.schemas_0.8.2.jar"/>
    <archive 
    		path="plugins/org.apache.directory.ldapstudio.valueeditors_0.8.0.jar" 
    		url="[preferred]/directory/ldapstudio/update/plugins/org.apache.directory.ldapstudio.valueeditors_0.8.0.jar"/>

Modified: directory/studio/branches/0.8.2/ldapstudio-updatesite/site.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/0.8.2/ldapstudio-updatesite/site.xml?rev=568587&r1=568586&r2=568587&view=diff
==============================================================================
--- directory/studio/branches/0.8.2/ldapstudio-updatesite/site.xml (original)
+++ directory/studio/branches/0.8.2/ldapstudio-updatesite/site.xml Wed Aug 22 05:35:13 2007
@@ -17,16 +17,28 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<site mirrorsURL="http://directory.apache.org/ldapstudio/update/update--xml.cgi">
-   <feature url="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">
+<site>
+   <feature
+   		url="features/org.apache.directory.ldapstudio.rcp.feature_0.7.1.jar"
+   		id="org.apache.directory.ldapstudio.rcp.feature" version="0.7.1"
+        os="linux,macosx,win32" ws="carbon,gtk,win32" arch="ppc,x86,x86_64">
       <category name="LDAP Studio RCP"/>
    </feature>
-   <feature url="features/org.apache.directory.ldapstudio.browser.feature_0.7.0.jar" id="org.apache.directory.ldapstudio.browser.feature" version="0.7.0" os="linux,macosx,win32" ws="carbon,gtk,win32" arch="ppc,x86">
+   <feature
+   		url="features/org.apache.directory.ldapstudio.browser.feature_0.8.2.jar"
+   		id="org.apache.directory.ldapstudio.browser.feature" version="0.8.2">
       <category name="LDAP Studio Browser"/>
    </feature>
-   <feature url="features/org.apache.directory.ldapstudio.schemas.feature_0.7.0.jar" id="org.apache.directory.ldapstudio.schemas.feature" version="0.7.0" os="linux,macosx,win32" ws="carbon,gtk,win32" arch="ppc,x86">
+   <feature
+   		url="features/org.apache.directory.ldapstudio.schemas.feature_0.8.2.jar"
+   		id="org.apache.directory.ldapstudio.schemas.feature" version="0.8.2">
       <category name="LDAP Studio Schemas Editor"/>
    </feature>
+   <feature 
+   		url="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>
    <category-def name="LDAP Studio RCP" label="LDAP Studio RCP">
       <description>
          The LDAP Studio RCP category contains all features related to the LDAP Studio RCP Application.
@@ -40,6 +52,11 @@
    <category-def name="LDAP Studio Schemas Editor" label="LDAP Studio Schemas Editor">
       <description>
          The LDAP Studio Schemas category contains all features related to the LDAP Studio Schemas Editor.
+      </description>
+   </category-def>
+   <category-def name="LDAP Studio Apache DS" label="LDAP Studio Apache DS">
+      <description>
+         The LDAP Studio Apache DS category contains all features related to Apache DS.
       </description>
    </category-def>
 </site>