Author: bimargulies
Date: Mon Aug 29 23:47:45 2011
New Revision: 1163052

URL: http://svn.apache.org/viewvc?rev=1163052&view=rev
Log:
Put the icons where Eclipse can find them. How irritating.

Added:
    
maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/icons/
      - copied from r1162813, 
maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/src/main/resources/icons/
Modified:
    
maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/META-INF/MANIFEST.MF
    
maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/build.properties
    
maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/pom.xml
    
maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/src/main/resources/icons/

Modified: 
maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/META-INF/MANIFEST.MF
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/META-INF/MANIFEST.MF?rev=1163052&r1=1163051&r2=1163052&view=diff
==============================================================================
--- 
maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/META-INF/MANIFEST.MF
 (original)
+++ 
maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/META-INF/MANIFEST.MF
 Mon Aug 29 23:47:45 2011
@@ -4,7 +4,7 @@ Bundle-Name: Doxia Eclipse IDE plugins c
 Bundle-SymbolicName: org.apache.maven.doxia.ide.eclipse.common.ui
  ;singleton:=true
 Bundle-Version: 1.0.0.qualifier
-Require-Bundle: 
org.apache.maven.doxia.ide.dependencies;bundle-version="[1.0.0,1.1.0)",
+Require-Bundle: 
org.apache.maven.doxia.ide.dependencies;bundle-version="[1.0.0,1.3.0)",
  org.eclipse.equinox.common;bundle-version="3.6.0",
  org.eclipse.core.resources;bundle-version="3.6.0",
  org.eclipse.ui.ide,

Modified: 
maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/build.properties
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/build.properties?rev=1163052&r1=1163051&r2=1163052&view=diff
==============================================================================
--- 
maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/build.properties
 (original)
+++ 
maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/build.properties
 Mon Aug 29 23:47:45 2011
@@ -1,7 +1,8 @@
 source.. = src/main/java/,\
-               src/main/resources
+               src/main/resources/
 output.. = target/classes/
 bin.includes = META-INF/,\
                plugin.properties,\
                plugin.xml,\
-              .
+               .,\
+               icons/

Modified: 
maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/pom.xml?rev=1163052&r1=1163051&r2=1163052&view=diff
==============================================================================
--- 
maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/pom.xml
 (original)
+++ 
maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/pom.xml
 Mon Aug 29 23:47:45 2011
@@ -1,5 +1,4 @@
 <?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
@@ -18,25 +17,30 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.maven.doxia.ide</groupId>
-    <artifactId>plugins</artifactId>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.maven.doxia.ide</groupId>
+        <artifactId>plugins</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+    </parent>
+    <groupId>org.apache.maven.doxia.ide.plugins</groupId>
+    <artifactId>common-ui</artifactId>
     <version>1.0.0-SNAPSHOT</version>
-  </parent>
-
-  <groupId>org.apache.maven.doxia.ide.plugins</groupId>
-  <artifactId>common-ui</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-plugin</packaging>
-  <name>Doxia Tools :: Eclipse IDE - Common UI Plugin</name>
-  <description>Eclipse IDE - Common UI Plugin</description>
-  <build>
-    
<finalName>org.apache.maven.doxia.ide.eclipse.common.ui_${project.version}</finalName>
-  </build>
+    <packaging>eclipse-plugin</packaging>
+    <name>Doxia Tools :: Eclipse IDE - Common UI Plugin</name>
+    <description>Eclipse IDE - Common UI Plugin</description>
+    <build>
+        <resources>
+            <resource>
+                <targetPath>/</targetPath>
+                <filtering>false</filtering>
+                <directory>${basedir}</directory>
+                <includes>
+                    <include>icons/**</include>
+                </includes>
+            </resource>
+        </resources>
+        
<finalName>org.apache.maven.doxia.ide.eclipse.common.ui_${project.version}</finalName>
+    </build>
 </project>
-
-


Reply via email to