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/30 16:38:50 UTC

svn commit: r607552 - in /directory/sandbox/felixk/tools: create_rcp_artifacts.sh create_sdk_artifacts.sh rcp-artifacts sdk-artifacts shell-commands.txt

Author: felixk
Date: Sun Dec 30 07:38:49 2007
New Revision: 607552

URL: http://svn.apache.org/viewvc?rev=607552&view=rev
Log:
Update personal scripts/notes. Creation of local-repo for eclipse artifacts has changed. Now using mvn eclipse:to-maven (see also https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipseToMavenMojo.java).

Removed:
    directory/sandbox/felixk/tools/create_rcp_artifacts.sh
    directory/sandbox/felixk/tools/create_sdk_artifacts.sh
    directory/sandbox/felixk/tools/rcp-artifacts
    directory/sandbox/felixk/tools/sdk-artifacts
Modified:
    directory/sandbox/felixk/tools/shell-commands.txt

Modified: directory/sandbox/felixk/tools/shell-commands.txt
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/tools/shell-commands.txt?rev=607552&r1=607551&r2=607552&view=diff
==============================================================================
--- directory/sandbox/felixk/tools/shell-commands.txt (original)
+++ directory/sandbox/felixk/tools/shell-commands.txt Sun Dec 30 07:38:49 2007
@@ -1,5 +1,9 @@
 # some shell commands helpfull to me (felixk) and not really part of the studio project)
 
+# copy all *.java recursive from src to dest
 find . -name "*.java" -print0 -exec cp {} ~/svn/apache/directory/maven-studio/{} \;
 
+# generate the local-repository for eclipse plugins. See also
+# https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipseToMavenMojo.java
+# for usage explanation. NOTE: It's not yet released, so a build from trunk probably is needed!
 mvn eclipse:to-maven -DdeployTo=maven.org::default::file:///home/felix/svn/apache/directory/maven-studio/local-repository/ -DeclipseDir=eclipse