Author: fmancinelli
Date: 2007-11-16 12:56:54 +0100 (Fri, 16 Nov 2007)
New Revision: 5907
Removed:
xwiki-extensions/xwiki-eclipse/trunk/plugins/org.xwiki.eclipse.rcp/buildConfiguration/
Modified:
xwiki-extensions/xwiki-eclipse/trunk/plugins/org.xwiki.eclipse.rcp/README.maven
xwiki-extensions/xwiki-eclipse/trunk/plugins/org.xwiki.eclipse.rcp/pom.xml
Log:
* Modified README
* Modified pom.xml to correctly clean things up
Modified:
xwiki-extensions/xwiki-eclipse/trunk/plugins/org.xwiki.eclipse.rcp/README.maven
===================================================================
---
xwiki-extensions/xwiki-eclipse/trunk/plugins/org.xwiki.eclipse.rcp/README.maven
2007-11-16 11:10:05 UTC (rev 5906)
+++
xwiki-extensions/xwiki-eclipse/trunk/plugins/org.xwiki.eclipse.rcp/README.maven
2007-11-16 11:56:54 UTC (rev 5907)
@@ -3,12 +3,12 @@
1) In pom.xml make sure that <eclipseInstall> and <pdeBuildVersion> settings
match with your Eclipse installation.
In order to discover the PDE build version go to
${eclipse-install-dir}/plugins and look for a dir called
org.eclipse.pde.build_XYZ
XYZ is the value you have to specify for the <pdeBuildVersion> setting.
-
-2) In buildConfiguration/build.properties change the following settings in
order to match your environment:
- * configs - set it in order to reflect your OS, windowing system and
architecture.
- * base - set it to the path where you have checked out the
XEclipseTargetPlatform
-3) If maven complains that he cannot find startup.jar then copy
${eclipse-install-dir}/plugin/org.eclipse.equinox.launcher*-xyz.jar
+ You can set these parameters from the command line in the following way:
+
+ mvn compile -DeclipseInstall=/Applications/Eclipse/eclipse-rcp-europa-fall
-DpdeBuildVersion=3.3.1.v20070828
+
+2) If maven complains that he cannot find startup.jar then copy
${eclipse-install-dir}/plugin/org.eclipse.equinox.launcher*-xyz.jar
to ${eclipse-install-dir}/startup.jar.
-Compile with maven compile and you should obtain a packaged version of
XEclipse in ../../M.XEclipse
+Compile with mvn compile and you should obtain a packaged version of XEclipse
in ../../M.XEclipse
Modified:
xwiki-extensions/xwiki-eclipse/trunk/plugins/org.xwiki.eclipse.rcp/pom.xml
===================================================================
--- xwiki-extensions/xwiki-eclipse/trunk/plugins/org.xwiki.eclipse.rcp/pom.xml
2007-11-16 11:10:05 UTC (rev 5906)
+++ xwiki-extensions/xwiki-eclipse/trunk/plugins/org.xwiki.eclipse.rcp/pom.xml
2007-11-16 11:56:54 UTC (rev 5907)
@@ -91,7 +91,7 @@
<executions>
<execution>
<id>clean-pde</id>
- <phase>clean</phase>
+ <phase>pre-clean</phase>
<goals>
<goal>clean</goal>
</goals>
@@ -100,6 +100,20 @@
</plugin>
</plugins>
+ <plugin>
+ <artifactId>maven-clean-plugin</artifactId>
+ <configuration>
+ <filesets>
+ <fileset>
+ <directory>buildConfiguration</directory>
+ </fileset>
+ <fileset>
+ <directory>../../features</directory>
+ </fileset>
+ </filesets>
+ </configuration>
+ </plugin>
+
<resources>
<resource>
<directory>${basedir}/src/main/resources</directory>
_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications