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/09/18 10:21:36 UTC

svn commit: r816574 - in /incubator/kato/trunk/org.apache.kato: ./ kato.distro/ kato.distro/.settings/ kato.distro/src/ kato.distro/src/main/ kato.distro/src/main/assembly/ kato.distro/src/main/readme/ kato.distro/src/main/scripts/ kato.distro/src/test/

Author: spoole
Date: Fri Sep 18 10:21:35 2009
New Revision: 816574

URL: http://svn.apache.org/viewvc?rev=816574&view=rev
Log:
added distribution packaging module

Added:
    incubator/kato/trunk/org.apache.kato/kato.distro/
    incubator/kato/trunk/org.apache.kato/kato.distro/.classpath   (with props)
    incubator/kato/trunk/org.apache.kato/kato.distro/.project   (with props)
    incubator/kato/trunk/org.apache.kato/kato.distro/.settings/
    incubator/kato/trunk/org.apache.kato/kato.distro/.settings/org.eclipse.jdt.core.prefs   (with props)
    incubator/kato/trunk/org.apache.kato/kato.distro/.settings/org.maven.ide.eclipse.prefs   (with props)
    incubator/kato/trunk/org.apache.kato/kato.distro/pom.xml   (with props)
    incubator/kato/trunk/org.apache.kato/kato.distro/src/
    incubator/kato/trunk/org.apache.kato/kato.distro/src/main/
    incubator/kato/trunk/org.apache.kato/kato.distro/src/main/assembly/
    incubator/kato/trunk/org.apache.kato/kato.distro/src/main/assembly/bindist.xml   (with props)
    incubator/kato/trunk/org.apache.kato/kato.distro/src/main/readme/
    incubator/kato/trunk/org.apache.kato/kato.distro/src/main/readme/README.TXT
    incubator/kato/trunk/org.apache.kato/kato.distro/src/main/readme/readme.html   (with props)
    incubator/kato/trunk/org.apache.kato/kato.distro/src/main/scripts/
    incubator/kato/trunk/org.apache.kato/kato.distro/src/main/scripts/katoview.cmd
    incubator/kato/trunk/org.apache.kato/kato.distro/src/main/scripts/katoview.sh
    incubator/kato/trunk/org.apache.kato/kato.distro/src/test/
Modified:
    incubator/kato/trunk/org.apache.kato/pom.xml

Added: incubator/kato/trunk/org.apache.kato/kato.distro/.classpath
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.distro/.classpath?rev=816574&view=auto
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.distro/.classpath (added)
+++ incubator/kato/trunk/org.apache.kato/kato.distro/.classpath Fri Sep 18 10:21:35 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>

Propchange: incubator/kato/trunk/org.apache.kato/kato.distro/.classpath
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: incubator/kato/trunk/org.apache.kato/kato.distro/.project
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.distro/.project?rev=816574&view=auto
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.distro/.project (added)
+++ incubator/kato/trunk/org.apache.kato/kato.distro/.project Fri Sep 18 10:21:35 2009
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>kato.distro</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.maven.ide.eclipse.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.maven.ide.eclipse.maven2Nature</nature>
+	</natures>
+</projectDescription>

Propchange: incubator/kato/trunk/org.apache.kato/kato.distro/.project
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: incubator/kato/trunk/org.apache.kato/kato.distro/.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.distro/.settings/org.eclipse.jdt.core.prefs?rev=816574&view=auto
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.distro/.settings/org.eclipse.jdt.core.prefs (added)
+++ incubator/kato/trunk/org.apache.kato/kato.distro/.settings/org.eclipse.jdt.core.prefs Fri Sep 18 10:21:35 2009
@@ -0,0 +1,5 @@
+#Fri Sep 18 08:19:59 BST 2009
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.source=1.6
+org.eclipse.jdt.core.compiler.compliance=1.6

Propchange: incubator/kato/trunk/org.apache.kato/kato.distro/.settings/org.eclipse.jdt.core.prefs
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: incubator/kato/trunk/org.apache.kato/kato.distro/.settings/org.maven.ide.eclipse.prefs
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.distro/.settings/org.maven.ide.eclipse.prefs?rev=816574&view=auto
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.distro/.settings/org.maven.ide.eclipse.prefs (added)
+++ incubator/kato/trunk/org.apache.kato/kato.distro/.settings/org.maven.ide.eclipse.prefs Fri Sep 18 10:21:35 2009
@@ -0,0 +1,9 @@
+#Fri Sep 18 08:19:59 BST 2009
+version=1
+resolveWorkspaceProjects=true
+activeProfiles=
+eclipse.preferences.version=1
+fullBuildGoals=process-test-resources
+resourceFilterGoals=process-resources resources\:testResources
+includeModules=false
+skipCompilerPlugin=true

Propchange: incubator/kato/trunk/org.apache.kato/kato.distro/.settings/org.maven.ide.eclipse.prefs
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: incubator/kato/trunk/org.apache.kato/kato.distro/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.distro/pom.xml?rev=816574&view=auto
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.distro/pom.xml (added)
+++ incubator/kato/trunk/org.apache.kato/kato.distro/pom.xml Fri Sep 18 10:21:35 2009
@@ -0,0 +1,81 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <artifactId>kato</artifactId>
+    <groupId>org.apache.kato</groupId>
+    <version>0.0.1-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.kato</groupId>
+  <artifactId>kato.distro</artifactId>
+  <packaging>pom</packaging>
+  <version>0.0.1</version>
+  <name>Kato runtime distribution packaging</name>
+  
+  <!--  List dependencies here for consideration by the
+        assembly plugin 
+   -->
+   
+  <dependencies>
+ 	 <dependency>
+  		<artifactId>kato.api</artifactId>
+  		<groupId>org.apache.kato</groupId>
+  		<version>0.0.1-SNAPSHOT</version>
+  	</dependency>
+  	 <dependency>
+  		<artifactId>kato.common</artifactId>
+  		<groupId>org.apache.kato</groupId>
+  		<version>0.0.1-SNAPSHOT</version>
+  	</dependency>
+  	<dependency>
+  		<artifactId>kato.common</artifactId>
+  		<groupId>org.apache.kato</groupId>
+  		<version>0.0.1-SNAPSHOT</version>
+  	</dependency>
+  	<dependency>
+  		<artifactId>kato.hprof.api</artifactId>
+  		<groupId>org.apache.kato</groupId>
+  		<version>0.0.1-SNAPSHOT</version>
+  	</dependency>
+  	<dependency>
+  		<artifactId>kato.hprof.reader</artifactId>
+  		<groupId>org.apache.kato</groupId>
+  		<version>0.0.1-SNAPSHOT</version>
+  	</dependency>
+  	<dependency>
+  		<artifactId>kato.jdi</artifactId>
+  		<groupId>org.apache.kato</groupId>
+  		<version>0.0.1-SNAPSHOT</version>
+  	</dependency>
+  	<dependency>
+  		<artifactId>kato.cjvmti</artifactId>
+  		<groupId>org.apache.kato</groupId>
+  		<version>0.0.1-SNAPSHOT</version>
+  	</dependency>
+  	<dependency>
+  		<artifactId>kato.tools.katoview</artifactId>
+  		<groupId>org.apache.kato</groupId>
+  		<version>0.0.1-SNAPSHOT</version>
+  	</dependency>
+  	<dependency>
+  		<artifactId>kato.jdi</artifactId>
+  		<groupId>org.apache.kato</groupId>
+  		<version>0.0.1-SNAPSHOT</version>
+  	</dependency>
+  	
+  </dependencies>
+  
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+       			<configuration>
+       			   <descriptors>
+       				     <descriptor>src/main/assembly/bindist.xml</descriptor>
+       			   </descriptors>
+      		  	</configuration>
+         	
+        </plugin>
+    </plugins>
+  </build>
+  
+</project>
\ No newline at end of file

Propchange: incubator/kato/trunk/org.apache.kato/kato.distro/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: incubator/kato/trunk/org.apache.kato/kato.distro/src/main/assembly/bindist.xml
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.distro/src/main/assembly/bindist.xml?rev=816574&view=auto
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.distro/src/main/assembly/bindist.xml (added)
+++ incubator/kato/trunk/org.apache.kato/kato.distro/src/main/assembly/bindist.xml Fri Sep 18 10:21:35 2009
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<assembly>
+  <id>bin</id>
+  <formats>
+    <format>tar.gz</format>
+    <format>zip</format>
+  </formats>
+  <baseDirectory>kato</baseDirectory>
+  <fileSets>
+    <fileSet>
+      <directory>src/main/readme/</directory>
+      <outputDirectory>/</outputDirectory>
+    </fileSet>
+    <fileSet>
+      <directory>src/main/scripts/</directory>
+      <outputDirectory>/</outputDirectory>
+    </fileSet>
+  </fileSets>
+  <dependencySets>
+    <dependencySet>
+      <outputDirectory>jars</outputDirectory>
+      <includes>
+      	<include>kato*</include>
+      </includes>
+      <unpack>false</unpack>
+      <scope>compile</scope>
+    </dependencySet>
+  </dependencySets>
+</assembly>

Propchange: incubator/kato/trunk/org.apache.kato/kato.distro/src/main/assembly/bindist.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: incubator/kato/trunk/org.apache.kato/kato.distro/src/main/readme/README.TXT
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.distro/src/main/readme/README.TXT?rev=816574&view=auto
==============================================================================
    (empty)

Added: incubator/kato/trunk/org.apache.kato/kato.distro/src/main/readme/readme.html
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.distro/src/main/readme/readme.html?rev=816574&view=auto
==============================================================================
    (empty)

Propchange: incubator/kato/trunk/org.apache.kato/kato.distro/src/main/readme/readme.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: incubator/kato/trunk/org.apache.kato/kato.distro/src/main/scripts/katoview.cmd
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.distro/src/main/scripts/katoview.cmd?rev=816574&view=auto
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.distro/src/main/scripts/katoview.cmd (added)
+++ incubator/kato/trunk/org.apache.kato/kato.distro/src/main/scripts/katoview.cmd Fri Sep 18 10:21:35 2009
@@ -0,0 +1 @@
+ 
\ No newline at end of file

Added: incubator/kato/trunk/org.apache.kato/kato.distro/src/main/scripts/katoview.sh
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.distro/src/main/scripts/katoview.sh?rev=816574&view=auto
==============================================================================
    (empty)

Modified: incubator/kato/trunk/org.apache.kato/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/pom.xml?rev=816574&r1=816573&r2=816574&view=diff
==============================================================================
--- incubator/kato/trunk/org.apache.kato/pom.xml (original)
+++ incubator/kato/trunk/org.apache.kato/pom.xml Fri Sep 18 10:21:35 2009
@@ -23,6 +23,7 @@
 		<module>kato.common</module>
 		<module>kato.cjvmti</module>
 		<module>kato.native</module>
+		<module>kato.distro</module>
 		
 	</modules>
 	<build>