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/28 15:20:07 UTC

svn commit: r779623 - in /incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin: ./ .settings/ META-INF/ lib/ target/ target/dependency/

Author: spoole
Date: Thu May 28 15:20:06 2009
New Revision: 779623

URL: http://svn.apache.org/viewvc?rev=779623&view=rev
Log:
enabled jdi plugin to build in experimental branch

Added:
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/.classpath
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/.project
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/.settings/
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/.settings/org.eclipse.jdt.core.prefs
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/.settings/org.maven.ide.eclipse.prefs
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/lib/
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/target/
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/target/dependency/
Modified:
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/META-INF/MANIFEST.MF
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/build.properties
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/pom.xml

Added: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/.classpath
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/.classpath?rev=779623&view=auto
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/.classpath (added)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/.classpath Thu May 28 15:20:06 2009
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
+	<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.jdi-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.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="output" path="target/classes"/>
+</classpath>

Added: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/.project
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/.project?rev=779623&view=auto
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/.project (added)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/.project Thu May 28 15:20:06 2009
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>kato.jdi.core.plugin</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>

Added: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/.settings/org.eclipse.jdt.core.prefs?rev=779623&view=auto
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/.settings/org.eclipse.jdt.core.prefs (added)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/.settings/org.eclipse.jdt.core.prefs Thu May 28 15:20:06 2009
@@ -0,0 +1,5 @@
+#Thu May 28 13:53:11 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/plugins/kato.jdi.core.plugin/.settings/org.maven.ide.eclipse.prefs
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/.settings/org.maven.ide.eclipse.prefs?rev=779623&view=auto
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/.settings/org.maven.ide.eclipse.prefs (added)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/.settings/org.maven.ide.eclipse.prefs Thu May 28 15:20:06 2009
@@ -0,0 +1,9 @@
+#Thu May 28 13:53:06 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/plugins/kato.jdi.core.plugin/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/META-INF/MANIFEST.MF?rev=779623&r1=779622&r2=779623&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/META-INF/MANIFEST.MF (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/META-INF/MANIFEST.MF Thu May 28 15:20:06 2009
@@ -6,9 +6,9 @@
 Bundle-Activator: org.apache.kato.tools.jdi.core.PMDCore
 Bundle-Vendor: Apache
 Require-Bundle: org.eclipse.core.runtime,
- org.eclipse.debug.core
+ org.eclipse.debug.core;bundle-version="3.4.1"
 Eclipse-LazyStart: true
-Bundle-RequiredExecutionEnvironment: J2SE-1.5,
- JavaSE-1.6
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Export-Package: org.apache.kato.tools.jdi.core
-Bundle-ClassPath: .
+Bundle-ClassPath: .,
+ lib/kato.jdi-0.0.1-SNAPSHOT.jar

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/build.properties
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/build.properties?rev=779623&r1=779622&r2=779623&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/build.properties (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/build.properties Thu May 28 15:20:06 2009
@@ -19,4 +19,5 @@
                build.properties,\
                META-INF/,\
                plugin.xml,\
-               .
+               .,\
+               lib/kato.jdi-0.0.1-SNAPSHOT.jar

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/pom.xml?rev=779623&r1=779622&r2=779623&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/pom.xml (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.jdi.core.plugin/pom.xml Thu May 28 15:20:06 2009
@@ -9,4 +9,35 @@
   <artifactId>kato.jdi.core.plugin</artifactId>
   <packaging>pom</packaging>
   <version>0.0.1-SNAPSHOT</version>
+  
+   <build>
+  	<plugins>
+  	<plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>copy-dependencies</id>
+            <phase>validate</phase>
+            <goals>
+              <goal>copy-dependencies</goal>
+            </goals>
+            <configuration>
+              <outputDirectory>lib</outputDirectory>
+              <overWriteReleases>false</overWriteReleases>
+              <overWriteSnapshots>true</overWriteSnapshots>
+              <overWriteIfNewer>true</overWriteIfNewer>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+  	</plugins> 
+  </build>
+   <dependencies>
+   	<dependency>
+   		<groupId>org.apache.kato</groupId>
+   		<artifactId>kato.jdi</artifactId>
+   		<version>0.0.1-SNAPSHOT</version>
+   	</dependency>
+   </dependencies>
  </project>
\ No newline at end of file