You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by vs...@apache.org on 2008/04/07 15:27:08 UTC

svn commit: r645513 - in /maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/features/org.apache.maven.doxia.ide.eclipse.feature: ./ .project build.properties feature.xml

Author: vsiveton
Date: Mon Apr  7 06:27:03 2008
New Revision: 645513

URL: http://svn.apache.org/viewvc?rev=645513&view=rev
Log:
DOXIA-233: Create an Eclipse plugin to edit Doxia files

o added Eclipse feature plugin

Added:
    maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/features/org.apache.maven.doxia.ide.eclipse.feature/
    maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/features/org.apache.maven.doxia.ide.eclipse.feature/.project   (with props)
    maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/features/org.apache.maven.doxia.ide.eclipse.feature/build.properties   (with props)
    maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/features/org.apache.maven.doxia.ide.eclipse.feature/feature.xml   (with props)

Added: maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/features/org.apache.maven.doxia.ide.eclipse.feature/.project
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/features/org.apache.maven.doxia.ide.eclipse.feature/.project?rev=645513&view=auto
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/features/org.apache.maven.doxia.ide.eclipse.feature/.project (added)
+++ maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/features/org.apache.maven.doxia.ide.eclipse.feature/.project Mon Apr  7 06:27:03 2008
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.apache.maven.doxia.ide.eclipse.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: maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/features/org.apache.maven.doxia.ide.eclipse.feature/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/features/org.apache.maven.doxia.ide.eclipse.feature/.project
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/features/org.apache.maven.doxia.ide.eclipse.feature/build.properties
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/features/org.apache.maven.doxia.ide.eclipse.feature/build.properties?rev=645513&view=auto
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/features/org.apache.maven.doxia.ide.eclipse.feature/build.properties (added)
+++ maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/features/org.apache.maven.doxia.ide.eclipse.feature/build.properties Mon Apr  7 06:27:03 2008
@@ -0,0 +1 @@
+bin.includes = feature.xml

Propchange: maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/features/org.apache.maven.doxia.ide.eclipse.feature/build.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/features/org.apache.maven.doxia.ide.eclipse.feature/build.properties
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/features/org.apache.maven.doxia.ide.eclipse.feature/feature.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/features/org.apache.maven.doxia.ide.eclipse.feature/feature.xml?rev=645513&view=auto
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/features/org.apache.maven.doxia.ide.eclipse.feature/feature.xml (added)
+++ maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/features/org.apache.maven.doxia.ide.eclipse.feature/feature.xml Mon Apr  7 06:27:03 2008
@@ -0,0 +1,117 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+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.
+-->
+
+<feature
+      id="org.apache.maven.doxia.ide.eclipse.feature"
+      label="Doxia Feature Feature"
+      version="1.0.0"
+      provider-name="Apache Maven">
+
+   <description url="http://maven.apache.org/doxia/">
+      Apache Maven Doxia Eclipse Plugin provides development editors, wizards and other useful stuffs for Doxia.
+   </description>
+
+   <copyright url="http://maven.apache.org/doxia/">
+      The Apache Software Foundation
+   </copyright>
+
+   <license url="http://www.apache.org/licenses/LICENSE-2.0.txt">
+      The Apache Software License, Version 2.0
+   </license>
+
+   <requires>
+      <import plugin="org.eclipse.ui"/>
+      <import plugin="org.eclipse.core.resources"/>
+      <import plugin="org.eclipse.core.runtime"/>
+      <import plugin="org.eclipse.jface.text"/>
+      <import plugin="org.eclipse.ui.editors"/>
+      <import plugin="org.eclipse.ui.ide"/>
+      <import plugin="org.eclipse.wst.sse.core"/>
+      <import plugin="org.eclipse.wst.sse.ui"/>
+      <import plugin="org.eclipse.wst.xml.core"/>
+      <import plugin="org.eclipse.wst.xml.ui"/>
+      <import plugin="org.eclipse.wst.common.ui"/>
+   </requires>
+
+   <plugin
+         id="org.apache.maven.doxia.ide.eclipse.help"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.apache.maven.doxia.ide.eclipse.apt.ui"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.apache.maven.doxia.ide.eclipse.common.ui"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.apache.maven.doxia.ide.eclipse.confluence.ui"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.apache.maven.doxia.ide.eclipse.docbook.ui"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.apache.maven.doxia.ide.eclipse.fml.ui"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.apache.maven.doxia.ide.eclipse.twiki.ui"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.apache.maven.doxia.ide.eclipse.xdoc.ui"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.apache.maven.doxia.ide.eclipse.xhtml.ui"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+</feature>

Propchange: maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/features/org.apache.maven.doxia.ide.eclipse.feature/feature.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/features/org.apache.maven.doxia.ide.eclipse.feature/feature.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision