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/12/06 00:58:28 UTC

svn commit: r601580 - in /directory/sandbox/felixk: pom.xml studio/pom.xml

Author: felixk
Date: Wed Dec  5 15:58:21 2007
New Revision: 601580

URL: http://svn.apache.org/viewvc?rev=601580&view=rev
Log:
Some cleanups

Modified:
    directory/sandbox/felixk/pom.xml
    directory/sandbox/felixk/studio/pom.xml

Modified: directory/sandbox/felixk/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/pom.xml?rev=601580&r1=601579&r2=601580&view=diff
==============================================================================
--- directory/sandbox/felixk/pom.xml (original)
+++ directory/sandbox/felixk/pom.xml Wed Dec  5 15:58:21 2007
@@ -82,7 +82,7 @@
 
     <!-- Set path for local repository -->
     <properties>
-        <local-repo>${project.basedir}/local-repository</local-repo>
+        <local-repo>${basedir}/local-repository</local-repo>
 
         <!-- Set versions for subprojects -->
         <valueeditors.version>1.0.0</valueeditors.version>

Modified: directory/sandbox/felixk/studio/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio/pom.xml?rev=601580&r1=601579&r2=601580&view=diff
==============================================================================
--- directory/sandbox/felixk/studio/pom.xml (original)
+++ directory/sandbox/felixk/studio/pom.xml Wed Dec  5 15:58:21 2007
@@ -588,29 +588,6 @@
             </executions>
           </plugin>
           <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>exec-maven-plugin</artifactId>
-            <version>1.1-SNAPSHOT</version>
-            <executions>
-              <execution>
-                <id>create-link-for-ApacheDirectoryStudio-mac-os-x-i386</id>
-                <phase>generate-resources</phase>
-                <goals>
-                  <goal>exec</goal>
-                </goals>
-              </execution>
-            </executions>
-            <configuration>
-              <executable>ln</executable>
-              <workingDirectory>target/ApacheDirectoryStudio-mac-os-x-i386</workingDirectory>
-              <arguments>
-                <argument>-s</argument>
-                <argument>Apache Directory Studio.app/Contents/MacOS/ApacheDirectoryStudio</argument>
-                <argument>ApacheDirectoryStudio</argument>
-              </arguments>
-            </configuration>
-          </plugin>
-          <plugin>
             <artifactId>maven-assembly-plugin</artifactId>
             <configuration>
               <finalName>ApacheDirectoryStudio-mac-os-x-i386-${pom.version}</finalName>
@@ -688,7 +665,7 @@
                   <tasks>
                     <move file="target/mac-os-x-ppc/eclipse" tofile="target/ApacheDirectoryStudio-mac-os-x-ppc" />
                     <move file="target/ApacheDirectoryStudio-mac-os-x-ppc/Eclipse.app" tofile="target/ApacheDirectoryStudio-mac-os-x-ppc/Apache Directory Studio.app" />
-                    <move file="target/ApacheDirectoryStudio-mac-os-x-ppc/Apache Directory Studio.app/Contents/MacOS/eclipse" tofile="target/ApacheDirectoryStudio-mac-os-x-i386/Apache Directory Studio.app/Contents/MacOS/ApacheDirectoryStudio" />
+                    <move file="target/ApacheDirectoryStudio-mac-os-x-ppc/Apache Directory Studio.app/Contents/MacOS/eclipse" tofile="target/ApacheDirectoryStudio-mac-os-x-ppc/Apache Directory Studio.app/Contents/MacOS/ApacheDirectoryStudio" />
                     <delete file="target/ApacheDirectoryStudio-mac-os-x-ppc/Apache Directory Studio.app/Contents/MacOS/eclipse.ini" />
                     <delete file="target/ApacheDirectoryStudio-mac-os-x-ppc/eclipse" />
                     <delete dir="target/ApacheDirectoryStudio-mac-os-x-ppc" includes="notice.html about.html icon.xpm epl-v10.html libcairo* .eclipseproduct" />
@@ -707,29 +684,6 @@
                 </goals>
               </execution>
             </executions>
-          </plugin>
-          <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>exec-maven-plugin</artifactId>
-            <version>1.1-SNAPSHOT</version>
-            <executions>
-              <execution>
-                <id>create-link-for-ApacheDirectoryStudio-mac-os-x-ppc</id>
-                <phase>generate-resources</phase>
-                <goals>
-                  <goal>exec</goal>
-                </goals>
-              </execution>
-            </executions>
-            <configuration>
-              <executable>ln</executable>
-              <workingDirectory>target/ApacheDirectoryStudio-mac-os-x-ppc</workingDirectory>
-              <arguments>
-                <argument>-s</argument>
-                <argument>Apache Directory Studio.app/Contents/MacOS/ApacheDirectoryStudio</argument>
-                <argument>ApacheDirectoryStudio</argument>
-              </arguments>
-            </configuration>
           </plugin>
           <plugin>
             <artifactId>maven-assembly-plugin</artifactId>