You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kato-commits@incubator.apache.org by sp...@apache.org on 2009/05/29 14:07:16 UTC

svn commit: r779984 - in /incubator/kato/branches/experimental/maven_restructure/org.apache.kato: features/kato.feature/ features/kato.jdi.feature/ features/kato.jdi.feature/.settings/ features/kato.jdi.feature/target/ features/kato.jdi.feature/target/...

Author: spoole
Date: Fri May 29 14:07:15 2009
New Revision: 779984

URL: http://svn.apache.org/viewvc?rev=779984&view=rev
Log:
made experimental hprof plugin build use pde builder

Added:
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.jdi.feature/.classpath
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.jdi.feature/.settings/org.eclipse.jdt.core.prefs
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.jdi.feature/.settings/org.maven.ide.eclipse.prefs
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.jdi.feature/target/
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.jdi.feature/target/pdeBuilder/
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.jdi.feature/target/pdeBuilder/build.xml
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hprof.reader.plugin/lib/
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hprof.reader.plugin/lib/kato.hprof.reader-0.0.1-SNAPSHOT.jar   (with props)
Modified:
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.feature/feature.xml
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.jdi.feature/feature.xml
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hprof.reader.plugin/   (props changed)
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hprof.reader.plugin/.classpath
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hprof.reader.plugin/META-INF/MANIFEST.MF
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hprof.reader.plugin/build.properties
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hprof.reader.plugin/pom.xml

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.feature/feature.xml
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.feature/feature.xml?rev=779984&r1=779983&r2=779984&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.feature/feature.xml (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.feature/feature.xml Fri May 29 14:07:15 2009
@@ -5,7 +5,7 @@
       version="0.0.1"
       provider-name="Apache">
 
-  <description url="http://www.example.com/description">
+   <description url="http://www.example.com/description">
       [Enter Feature Description here.]
    </description>
 
@@ -52,4 +52,11 @@
          version="0.0.0"
          unpack="false"/>
 
+   <plugin
+         id="kato.hprof.reader.plugin"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
 </feature>

Added: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.jdi.feature/.classpath
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.jdi.feature/.classpath?rev=779984&view=auto
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.jdi.feature/.classpath (added)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.jdi.feature/.classpath Fri May 29 14:07:15 2009
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+	<classpathentry kind="output" path="target/classes"/>
+</classpath>

Added: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.jdi.feature/.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.jdi.feature/.settings/org.eclipse.jdt.core.prefs?rev=779984&view=auto
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.jdi.feature/.settings/org.eclipse.jdt.core.prefs (added)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.jdi.feature/.settings/org.eclipse.jdt.core.prefs Fri May 29 14:07:15 2009
@@ -0,0 +1,5 @@
+#Fri May 29 14:44:14 BST 2009
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.source=1.6

Added: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.jdi.feature/.settings/org.maven.ide.eclipse.prefs
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.jdi.feature/.settings/org.maven.ide.eclipse.prefs?rev=779984&view=auto
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.jdi.feature/.settings/org.maven.ide.eclipse.prefs (added)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.jdi.feature/.settings/org.maven.ide.eclipse.prefs Fri May 29 14:07:15 2009
@@ -0,0 +1,9 @@
+#Fri May 29 14:44:09 BST 2009
+activeProfiles=
+eclipse.preferences.version=1
+fullBuildGoals=process-test-resources
+includeModules=false
+resolveWorkspaceProjects=true
+resourceFilterGoals=process-resources resources\:testResources
+skipCompilerPlugin=true
+version=1

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.jdi.feature/feature.xml
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.jdi.feature/feature.xml?rev=779984&r1=779983&r2=779984&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.jdi.feature/feature.xml (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.jdi.feature/feature.xml Fri May 29 14:07:15 2009
@@ -28,4 +28,11 @@
       Plug-ins contained in this feature have their own agreements.
    </copyright>
 
+   <plugin
+         id="org.apache.kato.tools.jdi.core"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
 </feature>

Added: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.jdi.feature/target/pdeBuilder/build.xml
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.jdi.feature/target/pdeBuilder/build.xml?rev=779984&view=auto
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.jdi.feature/target/pdeBuilder/build.xml (added)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.jdi.feature/target/pdeBuilder/build.xml Fri May 29 14:07:15 2009
@@ -0,0 +1,10 @@
+
+<project default="generate" > 
+  <target name="generate" >
+    <eclipse.buildScript 
+      elements="feature@org.apache.kato.tools.jdi.feature"
+      baseLocation="/home/spoole/eclipseinstall/eclipse"
+      buildDirectory="/home/spoole/workspace-maven/kato/features/kato.jdi.feature/../.."
+    />
+  </target>
+</project>

Propchange: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hprof.reader.plugin/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri May 29 14:07:15 2009
@@ -0,0 +1,3 @@
+temp.folder
+target
+javaCompiler...args

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hprof.reader.plugin/.classpath
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hprof.reader.plugin/.classpath?rev=779984&r1=779983&r2=779984&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hprof.reader.plugin/.classpath (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hprof.reader.plugin/.classpath Fri May 29 14:07:15 2009
@@ -4,9 +4,9 @@
 	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
 	<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
+	<classpathentry exported="true" kind="lib" path="lib/kato.hprof.reader-0.0.1-SNAPSHOT.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-	<classpathentry exported="true" kind="lib" path="target/lib/kato.hprof.reader.jar"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hprof.reader.plugin/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hprof.reader.plugin/META-INF/MANIFEST.MF?rev=779984&r1=779983&r2=779984&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hprof.reader.plugin/META-INF/MANIFEST.MF (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hprof.reader.plugin/META-INF/MANIFEST.MF Fri May 29 14:07:15 2009
@@ -11,3 +11,5 @@
  org.eclipse.ui.ide
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-ClassPath: lib/kato.hprof.reader-0.0.1-SNAPSHOT.jar,
+ .

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hprof.reader.plugin/build.properties
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hprof.reader.plugin/build.properties?rev=779984&r1=779983&r2=779984&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hprof.reader.plugin/build.properties (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hprof.reader.plugin/build.properties Fri May 29 14:07:15 2009
@@ -3,7 +3,8 @@
 bin.includes = plugin.xml,\
                META-INF/,\
                .,\
-               icons/
+               icons/,\
+               lib/kato.hprof.reader-0.0.1-SNAPSHOT.jar
                
 javacTarget=1.6
-javacSource=1.6
\ No newline at end of file
+javacSource=1.6

Added: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hprof.reader.plugin/lib/kato.hprof.reader-0.0.1-SNAPSHOT.jar
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hprof.reader.plugin/lib/kato.hprof.reader-0.0.1-SNAPSHOT.jar?rev=779984&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hprof.reader.plugin/lib/kato.hprof.reader-0.0.1-SNAPSHOT.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hprof.reader.plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hprof.reader.plugin/pom.xml?rev=779984&r1=779983&r2=779984&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hprof.reader.plugin/pom.xml (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hprof.reader.plugin/pom.xml Fri May 29 14:07:15 2009
@@ -17,40 +17,29 @@
   		<version>0.0.1-SNAPSHOT</version>
   	</dependency>
   </dependencies>
-  <build>
+   <build>
   	<plugins>
   	<plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>
         <executions>
           <execution>
-            <id>copy</id>
-            <phase>generate-resources</phase>
+            <id>copy-dependencies</id>
+            <phase>validate</phase>
             <goals>
-              <goal>copy</goal>
+              <goal>copy-dependencies</goal>
             </goals>
             <configuration>
-              <artifactItems>
-                <artifactItem>
-                  <groupId>org.apache.kato</groupId>
-                  <artifactId>kato.hprof.reader</artifactId>
-                  <version>0.0.1-SNAPSHOT</version>
-                  <type>jar</type>
-                  <overWrite>true</overWrite>
-                  <outputDirectory>${project.build.directory}/lib</outputDirectory>
-                  <destFileName>kato.hprof.reader.jar</destFileName>
-                </artifactItem>
-              </artifactItems>
-              <outputDirectory>${project.build.directory}/wars</outputDirectory>
+              <outputDirectory>lib</outputDirectory>
               <overWriteReleases>false</overWriteReleases>
               <overWriteSnapshots>true</overWriteSnapshots>
+              <overWriteIfNewer>true</overWriteIfNewer>
             </configuration>
           </execution>
         </executions>
       </plugin>
-  
-     
-		
-	</plugins>
+  	</plugins> 
   </build>
+   
+   
 </project>
\ No newline at end of file