You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2007/11/30 01:04:05 UTC

svn commit: r599647 - in /directory/sandbox/felixk: studio-apacheds-configuration-feature/ studio-apacheds-configuration-help/ studio-connection-ui/ studio-ldapbrowser-common/ studio-ldapbrowser-feature/ studio-ldapbrowser-help/ studio-ldifeditor-featu...

Author: felixk
Date: Thu Nov 29 16:04:01 2007
New Revision: 599647

URL: http://svn.apache.org/viewvc?rev=599647&view=rev
Log:
- No pde generation fpr help/feature and some other. This prevents to add the Bundle-Classpath to the manifest file.

- Update some deprecated xslt task definitions

Modified:
    directory/sandbox/felixk/studio-apacheds-configuration-feature/pom.xml
    directory/sandbox/felixk/studio-apacheds-configuration-help/pom.xml
    directory/sandbox/felixk/studio-connection-ui/pom.xml
    directory/sandbox/felixk/studio-ldapbrowser-common/pom.xml
    directory/sandbox/felixk/studio-ldapbrowser-feature/pom.xml
    directory/sandbox/felixk/studio-ldapbrowser-help/pom.xml
    directory/sandbox/felixk/studio-ldifeditor-feature/pom.xml
    directory/sandbox/felixk/studio-ldifeditor-help/pom.xml
    directory/sandbox/felixk/studio-ldifeditor/pom.xml
    directory/sandbox/felixk/studio-rcp-feature/pom.xml
    directory/sandbox/felixk/studio-rcp-help/pom.xml
    directory/sandbox/felixk/studio-schemaeditor-feature/pom.xml
    directory/sandbox/felixk/studio-schemaeditor-help/pom.xml
    directory/sandbox/felixk/studio-valueeditors/pom.xml

Modified: directory/sandbox/felixk/studio-apacheds-configuration-feature/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-apacheds-configuration-feature/pom.xml?rev=599647&r1=599646&r2=599647&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-apacheds-configuration-feature/pom.xml (original)
+++ directory/sandbox/felixk/studio-apacheds-configuration-feature/pom.xml Thu Nov 29 16:04:01 2007
@@ -55,7 +55,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-eclipse-plugin</artifactId>
         <configuration>
-          <pde>true</pde>
           <projectnatures>
             <projectnature>org.eclipse.pde.FeatureNature</projectnature>
           </projectnatures>

Modified: directory/sandbox/felixk/studio-apacheds-configuration-help/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-apacheds-configuration-help/pom.xml?rev=599647&r1=599646&r2=599647&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-apacheds-configuration-help/pom.xml (original)
+++ directory/sandbox/felixk/studio-apacheds-configuration-help/pom.xml Thu Nov 29 16:04:01 2007
@@ -103,7 +103,7 @@
                     </move>
 
                     <!-- Create PDF -->
-                    <xslt in="src/main/docbook/0_index.xml" out="target/pdf/${artifactId}.fo" style="target/docbook/docbook-xsl/fo/docbook.xsl">
+                    <xslt basedir="target/docbook/" in="src/main/docbook/0_index.xml" out="target/pdf/${artifactId}.fo" style="target/docbook/docbook-xsl/fo/docbook.xsl">
                       <param name="manifest.in.base.dir" expression="0" />
                       <param name="generate.section.toc.level" expression="5" />
                       <param name="toc.max.depth" expression="3" />
@@ -120,7 +120,7 @@
                     <fop format="application/pdf" basedir="target/pdf" fofile="target/pdf/${artifactId}.fo" outfile="target/pdf/${name}.pdf" />
 
                     <!-- Create HTML -->
-                    <xslt in="src/main/docbook/0_index.xml" out="target/html/index.html" style="target/docbook/docbook-xsl/html/chunk.xsl">
+                    <xslt basedir="target/docbook/" in="src/main/docbook/0_index.xml" out="target/html/index.html" style="target/docbook/docbook-xsl/html/chunk.xsl">
                       <param name="ignore.image.scaling" expression="1" />
                       <param name="manifest.in.base.dir" expression="0" />
                       <!-- <param name="base.dir" expression="html/" /> -->
@@ -184,7 +184,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-eclipse-plugin</artifactId>
         <configuration>
-          <pde>true</pde>
           <buildcommands>
             <buildcommand>org.eclipse.pde.ManifestBuilder</buildcommand>
             <buildcommand>org.eclipse.pde.SchemaBuilder</buildcommand>
@@ -264,7 +263,7 @@
                 </move>
 
                 <!-- Create HTML -->
-                <xslt basedir="target/docbook/" in="src/main/docbook/0_index.xml" out="target/classes/index.html" style="docbook-xsl/eclipse/eclipse.xsl">
+                <xslt basedir="target/docbook/" in="src/main/docbook/0_index.xml" out="target/classes/index.html" style="target/docbook/docbook-xsl/eclipse/eclipse.xsl">
                   <param name="ignore.image.scaling" expression="1" />
                   <param name="manifest.in.base.dir" expression="0" />
                   <param name="base.dir" expression="html/" />

Modified: directory/sandbox/felixk/studio-connection-ui/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-connection-ui/pom.xml?rev=599647&r1=599646&r2=599647&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-connection-ui/pom.xml (original)
+++ directory/sandbox/felixk/studio-connection-ui/pom.xml Thu Nov 29 16:04:01 2007
@@ -60,7 +60,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-eclipse-plugin</artifactId>
         <configuration>
-          <pde>true</pde>
           <additionalProjectnatures>
             <projectnature>org.eclipse.pde.PluginNature</projectnature>
             <projectnature>org.eclipse.jdt.core.javanature</projectnature>

Modified: directory/sandbox/felixk/studio-ldapbrowser-common/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-ldapbrowser-common/pom.xml?rev=599647&r1=599646&r2=599647&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-ldapbrowser-common/pom.xml (original)
+++ directory/sandbox/felixk/studio-ldapbrowser-common/pom.xml Thu Nov 29 16:04:01 2007
@@ -60,7 +60,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-eclipse-plugin</artifactId>
         <configuration>
-          <pde>true</pde>
           <additionalProjectnatures>
             <projectnature>org.eclipse.pde.PluginNature</projectnature>
             <projectnature>org.eclipse.jdt.core.javanature</projectnature>

Modified: directory/sandbox/felixk/studio-ldapbrowser-feature/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-ldapbrowser-feature/pom.xml?rev=599647&r1=599646&r2=599647&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-ldapbrowser-feature/pom.xml (original)
+++ directory/sandbox/felixk/studio-ldapbrowser-feature/pom.xml Thu Nov 29 16:04:01 2007
@@ -55,7 +55,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-eclipse-plugin</artifactId>
         <configuration>
-          <pde>true</pde>
           <projectnatures>
             <projectnature>org.eclipse.pde.FeatureNature</projectnature>
           </projectnatures>

Modified: directory/sandbox/felixk/studio-ldapbrowser-help/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-ldapbrowser-help/pom.xml?rev=599647&r1=599646&r2=599647&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-ldapbrowser-help/pom.xml (original)
+++ directory/sandbox/felixk/studio-ldapbrowser-help/pom.xml Thu Nov 29 16:04:01 2007
@@ -103,7 +103,7 @@
                     </move>
 
                     <!-- Create PDF -->
-                    <xslt in="src/main/docbook/0_index.xml" out="target/pdf/${artifactId}.fo" style="target/docbook/docbook-xsl/fo/docbook.xsl">
+                    <xslt basedir="target/docbook/" in="src/main/docbook/0_index.xml" out="target/pdf/${artifactId}.fo" style="target/docbook/docbook-xsl/fo/docbook.xsl">
                       <param name="manifest.in.base.dir" expression="0" />
                       <param name="generate.section.toc.level" expression="5" />
                       <param name="toc.max.depth" expression="3" />
@@ -120,7 +120,7 @@
                     <fop format="application/pdf" basedir="target/pdf" fofile="target/pdf/${artifactId}.fo" outfile="target/pdf/${name}.pdf" />
 
                     <!-- Create HTML -->
-                    <xslt in="src/main/docbook/0_index.xml" out="target/html/index.html" style="target/docbook/docbook-xsl/html/chunk.xsl">
+                    <xslt basedir="target/docbook/" in="src/main/docbook/0_index.xml" out="target/html/index.html" style="target/docbook/docbook-xsl/html/chunk.xsl">
                       <param name="ignore.image.scaling" expression="1" />
                       <param name="manifest.in.base.dir" expression="0" />
                       <!-- <param name="base.dir" expression="html/" /> -->
@@ -184,7 +184,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-eclipse-plugin</artifactId>
         <configuration>
-          <pde>true</pde>
           <buildcommands>
             <buildcommand>org.eclipse.pde.ManifestBuilder</buildcommand>
             <buildcommand>org.eclipse.pde.SchemaBuilder</buildcommand>
@@ -264,7 +263,7 @@
                 </move>
 
                 <!-- Create HTML -->
-                <xslt basedir="target/docbook/" in="src/main/docbook/0_index.xml" out="target/classes/index.html" style="docbook-xsl/eclipse/eclipse.xsl">
+                <xslt basedir="target/docbook/" in="src/main/docbook/0_index.xml" out="target/classes/index.html" style="target/docbook/docbook-xsl/eclipse/eclipse.xsl">
                   <param name="ignore.image.scaling" expression="1" />
                   <param name="manifest.in.base.dir" expression="0" />
                   <param name="base.dir" expression="html/" />

Modified: directory/sandbox/felixk/studio-ldifeditor-feature/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-ldifeditor-feature/pom.xml?rev=599647&r1=599646&r2=599647&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-ldifeditor-feature/pom.xml (original)
+++ directory/sandbox/felixk/studio-ldifeditor-feature/pom.xml Thu Nov 29 16:04:01 2007
@@ -55,7 +55,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-eclipse-plugin</artifactId>
         <configuration>
-          <pde>true</pde>
           <projectnatures>
             <projectnature>org.eclipse.pde.FeatureNature</projectnature>
           </projectnatures>

Modified: directory/sandbox/felixk/studio-ldifeditor-help/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-ldifeditor-help/pom.xml?rev=599647&r1=599646&r2=599647&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-ldifeditor-help/pom.xml (original)
+++ directory/sandbox/felixk/studio-ldifeditor-help/pom.xml Thu Nov 29 16:04:01 2007
@@ -103,7 +103,7 @@
                     </move>
 
                     <!-- Create PDF -->
-                    <xslt in="src/main/docbook/0_index.xml" out="target/pdf/${artifactId}.fo" style="target/docbook/docbook-xsl/fo/docbook.xsl">
+                    <xslt basedir="target/docbook/" in="src/main/docbook/0_index.xml" out="target/pdf/${artifactId}.fo" style="target/docbook/docbook-xsl/fo/docbook.xsl">
                       <param name="manifest.in.base.dir" expression="0" />
                       <param name="generate.section.toc.level" expression="5" />
                       <param name="toc.max.depth" expression="3" />
@@ -120,7 +120,7 @@
                     <fop format="application/pdf" basedir="target/pdf" fofile="target/pdf/${artifactId}.fo" outfile="target/pdf/${name}.pdf" />
 
                     <!-- Create HTML -->
-                    <xslt in="src/main/docbook/0_index.xml" out="target/html/index.html" style="target/docbook/docbook-xsl/html/chunk.xsl">
+                    <xslt basedir="target/docbook/" in="src/main/docbook/0_index.xml" out="target/html/index.html" style="target/docbook/docbook-xsl/html/chunk.xsl">
                       <param name="ignore.image.scaling" expression="1" />
                       <param name="manifest.in.base.dir" expression="0" />
                       <!-- <param name="base.dir" expression="html/" /> -->
@@ -184,7 +184,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-eclipse-plugin</artifactId>
         <configuration>
-          <pde>true</pde>
           <buildcommands>
             <buildcommand>org.eclipse.pde.ManifestBuilder</buildcommand>
             <buildcommand>org.eclipse.pde.SchemaBuilder</buildcommand>
@@ -264,7 +263,7 @@
                 </move>
 
                 <!-- Create HTML -->
-                <xslt basedir="target/docbook/" in="src/main/docbook/0_index.xml" out="target/classes/index.html" style="docbook-xsl/eclipse/eclipse.xsl">
+                <xslt basedir="target/docbook/" in="src/main/docbook/0_index.xml" out="target/classes/index.html" style="target/docbook/docbook-xsl/eclipse/eclipse.xsl">
                   <param name="ignore.image.scaling" expression="1" />
                   <param name="manifest.in.base.dir" expression="0" />
                   <param name="base.dir" expression="html/" />

Modified: directory/sandbox/felixk/studio-ldifeditor/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-ldifeditor/pom.xml?rev=599647&r1=599646&r2=599647&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-ldifeditor/pom.xml (original)
+++ directory/sandbox/felixk/studio-ldifeditor/pom.xml Thu Nov 29 16:04:01 2007
@@ -62,7 +62,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-eclipse-plugin</artifactId>
         <configuration>
-          <pde>true</pde>
           <buildcommands>
             <buildcommand>org.eclipse.jdt.core.javabuilder</buildcommand>
             <buildcommand>org.eclipse.pde.ManifestBuilder</buildcommand>

Modified: directory/sandbox/felixk/studio-rcp-feature/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-rcp-feature/pom.xml?rev=599647&r1=599646&r2=599647&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-rcp-feature/pom.xml (original)
+++ directory/sandbox/felixk/studio-rcp-feature/pom.xml Thu Nov 29 16:04:01 2007
@@ -54,7 +54,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-eclipse-plugin</artifactId>
         <configuration>
-          <pde>true</pde>
           <projectnatures>
             <projectnature>org.eclipse.pde.FeatureNature</projectnature>
           </projectnatures>

Modified: directory/sandbox/felixk/studio-rcp-help/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-rcp-help/pom.xml?rev=599647&r1=599646&r2=599647&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-rcp-help/pom.xml (original)
+++ directory/sandbox/felixk/studio-rcp-help/pom.xml Thu Nov 29 16:04:01 2007
@@ -111,7 +111,7 @@
                     </move>
 
                     <!-- Create PDF -->
-                    <xslt in="src/main/docbook/0_index.xml" out="target/pdf/${artifactId}.fo" style="target/docbook/docbook-xsl/fo/docbook.xsl">
+                    <xslt basedir="target/docbook/" in="src/main/docbook/0_index.xml" out="target/pdf/${artifactId}.fo" style="target/docbook/docbook-xsl/fo/docbook.xsl">
                       <param name="manifest.in.base.dir" expression="0" />
                       <param name="generate.section.toc.level" expression="5" />
                       <param name="toc.max.depth" expression="3" />
@@ -128,7 +128,7 @@
                     <fop format="application/pdf" basedir="target/pdf" fofile="target/pdf/${artifactId}.fo" outfile="target/pdf/${name}.pdf" />
 
                     <!-- Create HTML -->
-                    <xslt in="src/main/docbook/0_index.xml" out="target/html/index.html" style="target/docbook/docbook-xsl/html/chunk.xsl">
+                    <xslt basedir="target/docbook/" in="src/main/docbook/0_index.xml" out="target/html/index.html" style="target/docbook/docbook-xsl/html/chunk.xsl">
                       <param name="ignore.image.scaling" expression="1" />
                       <param name="manifest.in.base.dir" expression="0" />
                       <!-- <param name="base.dir" expression="html/" /> -->
@@ -193,7 +193,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-eclipse-plugin</artifactId>
         <configuration>
-          <pde>true</pde>
           <buildcommands>
             <buildcommand>org.eclipse.pde.ManifestBuilder</buildcommand>
             <buildcommand>org.eclipse.pde.SchemaBuilder</buildcommand>
@@ -273,7 +272,7 @@
                 </move>
 
                 <!-- Create HTML -->
-                <xslt basedir="target/docbook/" in="src/main/docbook/0_index.xml" out="target/classes/index.html" style="docbook-xsl/eclipse/eclipse.xsl">
+                <xslt basedir="target/docbook/" in="src/main/docbook/0_index.xml" out="target/classes/index.html" style="target/docbook/docbook-xsl/eclipse/eclipse.xsl">
                   <param name="ignore.image.scaling" expression="1" />
                   <param name="manifest.in.base.dir" expression="0" />
                   <param name="base.dir" expression="html/" />

Modified: directory/sandbox/felixk/studio-schemaeditor-feature/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-schemaeditor-feature/pom.xml?rev=599647&r1=599646&r2=599647&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-schemaeditor-feature/pom.xml (original)
+++ directory/sandbox/felixk/studio-schemaeditor-feature/pom.xml Thu Nov 29 16:04:01 2007
@@ -55,7 +55,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-eclipse-plugin</artifactId>
         <configuration>
-          <pde>true</pde>
           <projectnatures>
             <projectnature>org.eclipse.pde.FeatureNature</projectnature>
           </projectnatures>

Modified: directory/sandbox/felixk/studio-schemaeditor-help/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-schemaeditor-help/pom.xml?rev=599647&r1=599646&r2=599647&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-schemaeditor-help/pom.xml (original)
+++ directory/sandbox/felixk/studio-schemaeditor-help/pom.xml Thu Nov 29 16:04:01 2007
@@ -103,7 +103,7 @@
                     </move>
 
                     <!-- Create PDF -->
-                    <xslt in="src/main/docbook/0_index.xml" out="target/pdf/${artifactId}.fo" style="target/docbook/docbook-xsl/fo/docbook.xsl">
+                    <xslt basedir="target/docbook" in="src/main/docbook/0_index.xml" out="target/pdf/${artifactId}.fo" style="target/docbook/docbook-xsl/fo/docbook.xsl">
                       <param name="manifest.in.base.dir" expression="0" />
                       <param name="generate.section.toc.level" expression="5" />
                       <param name="toc.max.depth" expression="3" />
@@ -184,7 +184,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-eclipse-plugin</artifactId>
         <configuration>
-          <pde>true</pde>
           <buildcommands>
             <buildcommand>org.eclipse.pde.ManifestBuilder</buildcommand>
             <buildcommand>org.eclipse.pde.SchemaBuilder</buildcommand>
@@ -264,7 +263,7 @@
                 </move>
 
                 <!-- Create HTML -->
-                <xslt basedir="target/docbook/" in="src/main/docbook/0_index.xml" out="target/classes/index.html" style="docbook-xsl/eclipse/eclipse.xsl">
+                <xslt basedir="target/docbook/" in="src/main/docbook/0_index.xml" out="target/classes/index.html" style="target/docbook/docbook-xsl/eclipse/eclipse.xsl">
                   <param name="ignore.image.scaling" expression="1" />
                   <param name="manifest.in.base.dir" expression="0" />
                   <param name="base.dir" expression="html/" />

Modified: directory/sandbox/felixk/studio-valueeditors/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-valueeditors/pom.xml?rev=599647&r1=599646&r2=599647&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-valueeditors/pom.xml (original)
+++ directory/sandbox/felixk/studio-valueeditors/pom.xml Thu Nov 29 16:04:01 2007
@@ -60,7 +60,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-eclipse-plugin</artifactId>
         <configuration>
-          <pde>true</pde>
           <buildcommands>
             <buildcommand>org.eclipse.jdt.core.javabuilder</buildcommand>
             <buildcommand>org.eclipse.pde.ManifestBuilder</buildcommand>