Author: vsiveton
Date: Fri Aug 26 13:02:41 2011
New Revision: 1162098

URL: http://svn.apache.org/viewvc?rev=1162098&view=rev
Log:
o fixed new version of doxia-renderer for eclipse files
o readded it as lib to launch plugins from eclipse

Added:
    
maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/lib/doxia-converter-1.2-jar-with-dependencies.jar
   (with props)
Modified:
    
maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/build.properties
    
maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/plugin.xml
    maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/pom.xml

Modified: 
maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/build.properties
URL: 
http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/build.properties?rev=1162098&r1=1162097&r2=1162098&view=diff
==============================================================================
--- 
maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/build.properties
 (original)
+++ 
maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/build.properties
 Fri Aug 26 13:02:41 2011
@@ -4,5 +4,5 @@ output.. = target/classes/
 bin.includes = .,\
                plugin.properties,\
                plugin.xml,\
-               lib/apache-doxia-1.0-SNAPSHOT-jar-with-dependencies.jar,\
+               lib/doxia-converter-1.2-jar-with-dependencies.jar,\
                target/classes/

Added: 
maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/lib/doxia-converter-1.2-jar-with-dependencies.jar
URL: 
http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/lib/doxia-converter-1.2-jar-with-dependencies.jar?rev=1162098&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/lib/doxia-converter-1.2-jar-with-dependencies.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: 
maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/plugin.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/plugin.xml?rev=1162098&r1=1162097&r2=1162098&view=diff
==============================================================================
--- 
maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/plugin.xml
 (original)
+++ 
maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/plugin.xml
 Fri Aug 26 13:02:41 2011
@@ -28,7 +28,7 @@ under the License.
    class="org.apache.maven.doxia.ide.eclipse.common.ui.CommonPlugin">
 
    <runtime>
-      <library name="lib/apache-doxia-1.0-SNAPSHOT-jar-with-dependencies.jar">
+      <library name="lib/doxia-converter-1.2-jar-with-dependencies.jar">
          <export
                name="*">
          </export>

Modified: maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/pom.xml?rev=1162098&r1=1162097&r2=1162098&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/pom.xml (original)
+++ maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/pom.xml Fri Aug 26 
13:02:41 2011
@@ -70,6 +70,7 @@ under the License.
         <includes>
           <include>plugin.xml</include>
           <include>plugin.properties</include>
+          <include>lib/**</include>
         </includes>
       </resource>
       <!-- TODO move icons to resources -->


Reply via email to