You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2007/08/29 14:04:21 UTC

svn commit: r570772 - in /directory/studio/trunk/studio-ldifeditor-feature: .project build.properties build.xml feature.properties feature.xml studio.png

Author: seelmann
Date: Wed Aug 29 05:04:20 2007
New Revision: 570772

URL: http://svn.apache.org/viewvc?rev=570772&view=rev
Log:
Added studio-ldifeditor-feature

Added:
    directory/studio/trunk/studio-ldifeditor-feature/.project   (with props)
    directory/studio/trunk/studio-ldifeditor-feature/build.properties   (with props)
    directory/studio/trunk/studio-ldifeditor-feature/build.xml   (with props)
    directory/studio/trunk/studio-ldifeditor-feature/feature.properties   (with props)
    directory/studio/trunk/studio-ldifeditor-feature/feature.xml   (with props)
    directory/studio/trunk/studio-ldifeditor-feature/studio.png   (with props)

Added: directory/studio/trunk/studio-ldifeditor-feature/.project
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-ldifeditor-feature/.project?rev=570772&view=auto
==============================================================================
--- directory/studio/trunk/studio-ldifeditor-feature/.project (added)
+++ directory/studio/trunk/studio-ldifeditor-feature/.project Wed Aug 29 05:04:20 2007
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>studio-ldifeditor-feature</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.pde.FeatureBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.FeatureNature</nature>
+	</natures>
+</projectDescription>

Propchange: directory/studio/trunk/studio-ldifeditor-feature/.project
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: directory/studio/trunk/studio-ldifeditor-feature/build.properties
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-ldifeditor-feature/build.properties?rev=570772&view=auto
==============================================================================
--- directory/studio/trunk/studio-ldifeditor-feature/build.properties (added)
+++ directory/studio/trunk/studio-ldifeditor-feature/build.properties Wed Aug 29 05:04:20 2007
@@ -0,0 +1 @@
+bin.includes = feature.xml

Propchange: directory/studio/trunk/studio-ldifeditor-feature/build.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: directory/studio/trunk/studio-ldifeditor-feature/build.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-ldifeditor-feature/build.xml?rev=570772&view=auto
==============================================================================
--- directory/studio/trunk/studio-ldifeditor-feature/build.xml (added)
+++ directory/studio/trunk/studio-ldifeditor-feature/build.xml Wed Aug 29 05:04:20 2007
@@ -0,0 +1,21 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<project default="feature">
+	<import file="../studio-build/build.xml"/>
+</project>
\ No newline at end of file

Propchange: directory/studio/trunk/studio-ldifeditor-feature/build.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: directory/studio/trunk/studio-ldifeditor-feature/feature.properties
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-ldifeditor-feature/feature.properties?rev=570772&view=auto
==============================================================================
--- directory/studio/trunk/studio-ldifeditor-feature/feature.properties (added)
+++ directory/studio/trunk/studio-ldifeditor-feature/feature.properties Wed Aug 29 05:04:20 2007
@@ -0,0 +1,19 @@
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+project.name=Apache Directory Studio LDIF Editor
+project.version=1.0.0
+project.id=org.apache.directory.studio.ldifeditor.feature

Propchange: directory/studio/trunk/studio-ldifeditor-feature/feature.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: directory/studio/trunk/studio-ldifeditor-feature/feature.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-ldifeditor-feature/feature.xml?rev=570772&view=auto
==============================================================================
--- directory/studio/trunk/studio-ldifeditor-feature/feature.xml (added)
+++ directory/studio/trunk/studio-ldifeditor-feature/feature.xml Wed Aug 29 05:04:20 2007
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="org.apache.directory.studio.ldifeditor.feature"
+      label="Apache Directory Studio LDIF Editor"
+      version="1.0.0"
+      provider-name="Apache Software Foundation">
+
+   <description>
+      The Apache Directory Studio LDIF Editor Feature contains all
+plugins related to the LDIF Editor.
+   </description>
+
+   <copyright>
+      © 2006-2007 Apache Software Foundation - All right reserved.
+This product includes software developed by the
+Apache Software Foundation http://www.apache.org/
+   </copyright>
+
+   <license url="http://www.example.com/license">
+      [Enter License Description here.]
+   </license>
+
+   <url>
+      <update label="Apache Directory Studio" url="http://directory.apache.org/studio/update"/>
+   </url>
+
+   <plugin
+         id="org.apache.directory.studio.aciitemeditor"
+         download-size="0"
+         install-size="0"
+         version="1.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.apache.directory.studio.connection.core"
+         download-size="0"
+         install-size="0"
+         version="1.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.apache.directory.studio.connection.ui"
+         download-size="0"
+         install-size="0"
+         version="1.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.apache.directory.studio.jars"
+         download-size="0"
+         install-size="0"
+         version="1.0.0"/>
+
+   <plugin
+         id="org.apache.directory.studio.ldapbrowser.core"
+         download-size="0"
+         install-size="0"
+         version="1.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.apache.directory.studio.ldifeditor"
+         download-size="0"
+         install-size="0"
+         version="1.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.apache.directory.studio.valueeditors"
+         download-size="0"
+         install-size="0"
+         version="1.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.apache.directory.studio.ldapbrowser.common"
+         download-size="0"
+         install-size="0"
+         version="1.0.0"
+         unpack="false"/>
+
+</feature>

Propchange: directory/studio/trunk/studio-ldifeditor-feature/feature.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: directory/studio/trunk/studio-ldifeditor-feature/studio.png
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-ldifeditor-feature/studio.png?rev=570772&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/studio-ldifeditor-feature/studio.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream