You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sp...@apache.org on 2005/11/10 20:48:01 UTC

svn commit: r332360 - in /geronimo/devtools/trunk/modules/eclipse-plugin: etc/project.properties plugins/org.apache.geronimo.deployment.model/maven.xml plugins/org.apache.geronimo.deployment.model/project.properties

Author: sppatel
Date: Thu Nov 10 11:47:57 2005
New Revision: 332360

URL: http://svn.apache.org/viewcvs?rev=332360&view=rev
Log:
prop to point to startup.jar

Modified:
    geronimo/devtools/trunk/modules/eclipse-plugin/etc/project.properties
    geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/maven.xml
    geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/project.properties

Modified: geronimo/devtools/trunk/modules/eclipse-plugin/etc/project.properties
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/etc/project.properties?rev=332360&r1=332359&r2=332360&view=diff
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/etc/project.properties (original)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/etc/project.properties Thu Nov 10 11:47:57 2005
@@ -11,7 +11,7 @@
 
 maven.remote.group=apcvs
 
-eclipse.home=../target/eclipse
+eclipse.home=./target/eclipse
 eclipse.home.plugins=${eclipse.home}/plugins
 maven.eclipse.buildcommands=org.eclipse.pde.ManifestBuilder,org.eclipse.pde.SchemaBuilder
 maven.eclipse.projectnatures=org.eclipse.pde.PluginNature

Modified: geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/maven.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/maven.xml?rev=332360&r1=332359&r2=332360&view=diff
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/maven.xml (original)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/maven.xml Thu Nov 10 11:47:57 2005
@@ -86,7 +86,7 @@
   
   <goal name="codegen" prereqs="importschemas">
     <echo>Starting Workbench...</echo>
-    <ant:java fork="true" jar="${eclipse.home}/startup.jar" failonerror="true">
+    <ant:java fork="true" jar="${eclipse.startup.jar}/startup.jar" failonerror="true">
       <ant:jvmarg value="-Djava.endorsed.dirs=${maven.repo.local}/xerces/jars/"/>
       <ant:arg value="-data"/>
       <ant:arg value="../temp"/>

Modified: geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/project.properties
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/project.properties?rev=332360&r1=332359&r2=332360&view=diff
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/project.properties (original)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/project.properties Thu Nov 10 11:47:57 2005
@@ -1,3 +1,4 @@
-maven.jar.manifest=META-INF/MANIFEST.MF
-patch=<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
-patch2=<xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
\ No newline at end of file
+eclipse.startup.jar=../../target/eclipse
+maven.jar.manifest=META-INF/MANIFEST.MF
+patch=<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
+patch2=<xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>