Author: kono
Date: 2011-08-10 15:09:01 -0700 (Wed, 10 Aug 2011)
New Revision: 26529
Modified:
core3/support/trunk/archetypes/
core3/support/trunk/archetypes/cyaction-plugin/
core3/support/trunk/cy-commons-cli/pom.xml
core3/support/trunk/integration-test-support/pom.xml
core3/support/trunk/launch-framework/cmdline/pom.xml
core3/support/trunk/pom.xml
core3/support/trunk/samples/sample02/
core3/support/trunk/samples/sample02/pom.xml
core3/support/trunk/samples/sample02a/
core3/support/trunk/samples/sample02a/pom.xml
core3/support/trunk/samples/sample03/
core3/support/trunk/samples/sample03/pom.xml
core3/support/trunk/samples/sample03a/
core3/support/trunk/samples/sample03a/pom.xml
core3/support/trunk/samples/sample04/
core3/support/trunk/samples/sample04/pom.xml
core3/support/trunk/samples/sample05/
core3/support/trunk/samples/sample05/pom.xml
core3/support/trunk/samples/sample05a/
core3/support/trunk/samples/sample05a/pom.xml
core3/support/trunk/samples/sample06/
core3/support/trunk/samples/sample06/pom.xml
core3/support/trunk/samples/sample07/
core3/support/trunk/samples/sample07/pom.xml
core3/support/trunk/samples/sample08/
core3/support/trunk/samples/sample08/pom.xml
core3/support/trunk/samples/sample09/
core3/support/trunk/samples/sample09/pom.xml
core3/support/trunk/samples/sample10/
core3/support/trunk/samples/sample10/pom.xml
core3/support/trunk/samples/sample11/
core3/support/trunk/samples/sample11/pom.xml
core3/support/trunk/samples/sample12/
core3/support/trunk/samples/sample12/pom.xml
core3/support/trunk/samples/sample13/pom.xml
core3/support/trunk/samples/sample14/pom.xml
core3/support/trunk/samples/sample18/
core3/support/trunk/samples/sample18/pom.xml
core3/support/trunk/samples/sample20/
core3/support/trunk/samples/sample20/pom.xml
core3/support/trunk/samples/sample21/
core3/support/trunk/samples/sample21/pom.xml
core3/support/trunk/samples/sample22/
core3/support/trunk/samples/sample22/pom.xml
core3/support/trunk/splash-updater-impl/pom.xml
core3/support/trunk/taglets/
core3/support/trunk/task-testing-impl/
core3/support/trunk/task-testing-impl/pom.xml
core3/support/trunk/wrappers/org.apache.lucene/
core3/support/trunk/wrappers/org.swinglabs.swing-layout/
core3/support/trunk/wrappers/org.swinglabs.swingx/
Log:
Pom files had been cleaned-up (unused maven plugin removed).
Property changes on: core3/support/trunk/archetypes
___________________________________________________________________
Added: svn:ignore
+ *.settings
*.project
Property changes on: core3/support/trunk/archetypes/cyaction-plugin
___________________________________________________________________
Modified: svn:ignore
- target
+ target
.settings
*.project
Modified: core3/support/trunk/cy-commons-cli/pom.xml
===================================================================
--- core3/support/trunk/cy-commons-cli/pom.xml 2011-08-10 21:43:11 UTC (rev
26528)
+++ core3/support/trunk/cy-commons-cli/pom.xml 2011-08-10 22:09:01 UTC (rev
26529)
@@ -12,7 +12,6 @@
<bundle.namespace>org.apache</bundle.namespace>
</properties>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.cytoscape</groupId>
<artifactId>cy-commons-cli</artifactId>
<name>${bundle.symbolicName}</name>
<packaging>bundle</packaging>
@@ -46,15 +45,10 @@
<build>
<plugins>
<plugin>
- <groupId>org.ops4j</groupId>
- <artifactId>maven-pax-plugin</artifactId>
- <version>${maven-pax-plugin.version}</version>
- <extensions>true</extensions>
- </plugin>
- <plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${maven-bundle-plugin.version}</version>
+ <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
@@ -82,7 +76,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.1</version>
+ <version>${junit.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: core3/support/trunk/integration-test-support/pom.xml
===================================================================
--- core3/support/trunk/integration-test-support/pom.xml 2011-08-10
21:43:11 UTC (rev 26528)
+++ core3/support/trunk/integration-test-support/pom.xml 2011-08-10
22:09:01 UTC (rev 26529)
@@ -13,7 +13,6 @@
</properties>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.cytoscape</groupId>
<artifactId>integration-test-support</artifactId>
<name>${bundle.symbolicName}</name>
@@ -57,15 +56,10 @@
<build>
<plugins>
<plugin>
- <groupId>org.ops4j</groupId>
- <artifactId>maven-pax-plugin</artifactId>
- <version>${maven-pax-plugin.version}</version>
- <extensions>true</extensions>
- </plugin>
- <plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${maven-bundle-plugin.version}</version>
+ <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
Modified: core3/support/trunk/launch-framework/cmdline/pom.xml
===================================================================
--- core3/support/trunk/launch-framework/cmdline/pom.xml 2011-08-10
21:43:11 UTC (rev 26528)
+++ core3/support/trunk/launch-framework/cmdline/pom.xml 2011-08-10
22:09:01 UTC (rev 26529)
@@ -22,15 +22,10 @@
<build>
<plugins>
<plugin>
- <groupId>org.ops4j</groupId>
- <artifactId>maven-pax-plugin</artifactId>
- <version>${maven-pax-plugin.version}</version>
- <extensions>true</extensions>
- </plugin>
- <plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${maven-bundle-plugin.version}</version>
+ <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
Modified: core3/support/trunk/pom.xml
===================================================================
--- core3/support/trunk/pom.xml 2011-08-10 21:43:11 UTC (rev 26528)
+++ core3/support/trunk/pom.xml 2011-08-10 22:09:01 UTC (rev 26529)
@@ -16,7 +16,6 @@
<cytoscape.api.version>3.0.0-alpha6-SNAPSHOT</cytoscape.api.version>
</properties>
- <groupId>org.cytoscape</groupId>
<artifactId>support-parent</artifactId>
<packaging>pom</packaging>
<version>3.0.0-alpha6-SNAPSHOT</version>
Property changes on: core3/support/trunk/samples/sample02
___________________________________________________________________
Added: svn:ignore
+ target
.settings
*.project
Modified: core3/support/trunk/samples/sample02/pom.xml
===================================================================
--- core3/support/trunk/samples/sample02/pom.xml 2011-08-10 21:43:11 UTC
(rev 26528)
+++ core3/support/trunk/samples/sample02/pom.xml 2011-08-10 22:09:01 UTC
(rev 26529)
@@ -19,34 +19,11 @@
<build>
<plugins>
- <!-- Cytoscape requires Java 1.6 -->
- <plugin>
- <inherited>true</inherited>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin.version}</version>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- <optimize>true</optimize>
- <showWarnings>true</showWarnings>
- <showDeprecation>true</showDeprecation>
- <compilerArguments>
- <Xmaxwarns>10000</Xmaxwarns>
- <Xmaxerrs>10000</Xmaxerrs>
- </compilerArguments>
- </configuration>
- </plugin>
<plugin>
- <groupId>org.ops4j</groupId>
- <artifactId>maven-pax-plugin</artifactId>
- <version>${maven-pax-plugin.version}</version>
- <extensions>true</extensions>
- </plugin>
- <plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${maven-bundle-plugin.version}</version>
+ <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
Property changes on: core3/support/trunk/samples/sample02a
___________________________________________________________________
Added: svn:ignore
+ target
.settings
*.classpath
*.project
Modified: core3/support/trunk/samples/sample02a/pom.xml
===================================================================
--- core3/support/trunk/samples/sample02a/pom.xml 2011-08-10 21:43:11 UTC
(rev 26528)
+++ core3/support/trunk/samples/sample02a/pom.xml 2011-08-10 22:09:01 UTC
(rev 26529)
@@ -18,24 +18,6 @@
<build>
<plugins>
- <!-- Cytoscape requires Java 1.6 -->
- <plugin>
- <inherited>true</inherited>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin.version}</version>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- <optimize>true</optimize>
- <showWarnings>true</showWarnings>
- <showDeprecation>true</showDeprecation>
- <compilerArguments>
- <Xmaxwarns>10000</Xmaxwarns>
- <Xmaxerrs>10000</Xmaxerrs>
- </compilerArguments>
- </configuration>
- </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
Property changes on: core3/support/trunk/samples/sample03
___________________________________________________________________
Added: svn:ignore
+ target
.settings
*.project
Modified: core3/support/trunk/samples/sample03/pom.xml
===================================================================
--- core3/support/trunk/samples/sample03/pom.xml 2011-08-10 21:43:11 UTC
(rev 26528)
+++ core3/support/trunk/samples/sample03/pom.xml 2011-08-10 22:09:01 UTC
(rev 26529)
@@ -43,34 +43,11 @@
<build>
<plugins>
- <!-- Cytoscape requires Java 1.6 -->
- <plugin>
- <inherited>true</inherited>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin.version}</version>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- <optimize>true</optimize>
- <showWarnings>true</showWarnings>
- <showDeprecation>true</showDeprecation>
- <compilerArguments>
- <Xmaxwarns>10000</Xmaxwarns>
- <Xmaxerrs>10000</Xmaxerrs>
- </compilerArguments>
- </configuration>
- </plugin>
<plugin>
- <groupId>org.ops4j</groupId>
- <artifactId>maven-pax-plugin</artifactId>
- <version>${maven-pax-plugin.version}</version>
- <extensions>true</extensions>
- </plugin>
- <plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${maven-bundle-plugin.version}</version>
+ <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
Property changes on: core3/support/trunk/samples/sample03a
___________________________________________________________________
Added: svn:ignore
+ target
.settings
*.classpath
*.project
Modified: core3/support/trunk/samples/sample03a/pom.xml
===================================================================
--- core3/support/trunk/samples/sample03a/pom.xml 2011-08-10 21:43:11 UTC
(rev 26528)
+++ core3/support/trunk/samples/sample03a/pom.xml 2011-08-10 22:09:01 UTC
(rev 26529)
@@ -17,46 +17,28 @@
<name>${bundle.symbolicName}</name>
<build>
- <plugins>
- <!-- Cytoscape requires Java 1.6 -->
- <plugin>
- <inherited>true</inherited>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin.version}</version>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- <optimize>true</optimize>
- <showWarnings>true</showWarnings>
- <showDeprecation>true</showDeprecation>
- <compilerArguments>
- <Xmaxwarns>10000</Xmaxwarns>
- <Xmaxerrs>10000</Xmaxerrs>
- </compilerArguments>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <version>${maven-jar-plugin.version}</version>
- <configuration>
- <archive>
- <manifestEntries>
-
<Cytoscape-Plugin>org.cytoscape.sample.internal.Sample03aPlugin</Cytoscape-Plugin>
- </manifestEntries>
- </archive>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>${maven-surefire-plugin.version}</version>
- <configuration>
- <redirectTestOutputToFile>true</redirectTestOutputToFile>
- </configuration>
- </plugin>
- </plugins>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>${maven-jar-plugin.version}</version>
+ <configuration>
+ <archive>
+ <manifestEntries>
+
<Cytoscape-Plugin>org.cytoscape.sample.internal.Sample03aPlugin</Cytoscape-Plugin>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>${maven-surefire-plugin.version}</version>
+ <configuration>
+
<redirectTestOutputToFile>true</redirectTestOutputToFile>
+ </configuration>
+ </plugin>
+ </plugins>
</build>
<dependencies>
Property changes on: core3/support/trunk/samples/sample04
___________________________________________________________________
Added: svn:ignore
+ target
.settings
*.project
Modified: core3/support/trunk/samples/sample04/pom.xml
===================================================================
--- core3/support/trunk/samples/sample04/pom.xml 2011-08-10 21:43:11 UTC
(rev 26528)
+++ core3/support/trunk/samples/sample04/pom.xml 2011-08-10 22:09:01 UTC
(rev 26529)
@@ -43,34 +43,11 @@
<build>
<plugins>
- <!-- Cytoscape requires Java 1.6 -->
- <plugin>
- <inherited>true</inherited>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin.version}</version>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- <optimize>true</optimize>
- <showWarnings>true</showWarnings>
- <showDeprecation>true</showDeprecation>
- <compilerArguments>
- <Xmaxwarns>10000</Xmaxwarns>
- <Xmaxerrs>10000</Xmaxerrs>
- </compilerArguments>
- </configuration>
- </plugin>
<plugin>
- <groupId>org.ops4j</groupId>
- <artifactId>maven-pax-plugin</artifactId>
- <version>${maven-pax-plugin.version}</version>
- <extensions>true</extensions>
- </plugin>
- <plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${maven-bundle-plugin.version}</version>
+ <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
Property changes on: core3/support/trunk/samples/sample05
___________________________________________________________________
Added: svn:ignore
+ target
.settings
*.project
Modified: core3/support/trunk/samples/sample05/pom.xml
===================================================================
--- core3/support/trunk/samples/sample05/pom.xml 2011-08-10 21:43:11 UTC
(rev 26528)
+++ core3/support/trunk/samples/sample05/pom.xml 2011-08-10 22:09:01 UTC
(rev 26529)
@@ -43,34 +43,11 @@
<build>
<plugins>
- <!-- Cytoscape requires Java 1.6 -->
- <plugin>
- <inherited>true</inherited>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin.version}</version>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- <optimize>true</optimize>
- <showWarnings>true</showWarnings>
- <showDeprecation>true</showDeprecation>
- <compilerArguments>
- <Xmaxwarns>10000</Xmaxwarns>
- <Xmaxerrs>10000</Xmaxerrs>
- </compilerArguments>
- </configuration>
- </plugin>
<plugin>
- <groupId>org.ops4j</groupId>
- <artifactId>maven-pax-plugin</artifactId>
- <version>${maven-pax-plugin.version}</version>
- <extensions>true</extensions>
- </plugin>
- <plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${maven-bundle-plugin.version}</version>
+ <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
Property changes on: core3/support/trunk/samples/sample05a
___________________________________________________________________
Added: svn:ignore
+ target
.settings
*.classpath
*.project
Modified: core3/support/trunk/samples/sample05a/pom.xml
===================================================================
--- core3/support/trunk/samples/sample05a/pom.xml 2011-08-10 21:43:11 UTC
(rev 26528)
+++ core3/support/trunk/samples/sample05a/pom.xml 2011-08-10 22:09:01 UTC
(rev 26529)
@@ -19,24 +19,6 @@
<build>
<plugins>
- <!-- Cytoscape requires Java 1.6 -->
- <plugin>
- <inherited>true</inherited>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin.version}</version>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- <optimize>true</optimize>
- <showWarnings>true</showWarnings>
- <showDeprecation>true</showDeprecation>
- <compilerArguments>
- <Xmaxwarns>10000</Xmaxwarns>
- <Xmaxerrs>10000</Xmaxerrs>
- </compilerArguments>
- </configuration>
- </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
Property changes on: core3/support/trunk/samples/sample06
___________________________________________________________________
Added: svn:ignore
+ target
.settings
*.project
Modified: core3/support/trunk/samples/sample06/pom.xml
===================================================================
--- core3/support/trunk/samples/sample06/pom.xml 2011-08-10 21:43:11 UTC
(rev 26528)
+++ core3/support/trunk/samples/sample06/pom.xml 2011-08-10 22:09:01 UTC
(rev 26529)
@@ -43,34 +43,11 @@
<build>
<plugins>
- <!-- Cytoscape requires Java 1.6 -->
- <plugin>
- <inherited>true</inherited>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin.version}</version>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- <optimize>true</optimize>
- <showWarnings>true</showWarnings>
- <showDeprecation>true</showDeprecation>
- <compilerArguments>
- <Xmaxwarns>10000</Xmaxwarns>
- <Xmaxerrs>10000</Xmaxerrs>
- </compilerArguments>
- </configuration>
- </plugin>
<plugin>
- <groupId>org.ops4j</groupId>
- <artifactId>maven-pax-plugin</artifactId>
- <version>${maven-pax-plugin.version}</version>
- <extensions>true</extensions>
- </plugin>
- <plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${maven-bundle-plugin.version}</version>
+ <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
Property changes on: core3/support/trunk/samples/sample07
___________________________________________________________________
Added: svn:ignore
+ target
.settings
*.project
Modified: core3/support/trunk/samples/sample07/pom.xml
===================================================================
--- core3/support/trunk/samples/sample07/pom.xml 2011-08-10 21:43:11 UTC
(rev 26528)
+++ core3/support/trunk/samples/sample07/pom.xml 2011-08-10 22:09:01 UTC
(rev 26529)
@@ -43,34 +43,11 @@
<build>
<plugins>
- <!-- Cytoscape requires Java 1.6 -->
- <plugin>
- <inherited>true</inherited>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin.version}</version>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- <optimize>true</optimize>
- <showWarnings>true</showWarnings>
- <showDeprecation>true</showDeprecation>
- <compilerArguments>
- <Xmaxwarns>10000</Xmaxwarns>
- <Xmaxerrs>10000</Xmaxerrs>
- </compilerArguments>
- </configuration>
- </plugin>
<plugin>
- <groupId>org.ops4j</groupId>
- <artifactId>maven-pax-plugin</artifactId>
- <version>${maven-pax-plugin.version}</version>
- <extensions>true</extensions>
- </plugin>
- <plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${maven-bundle-plugin.version}</version>
+ <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
Property changes on: core3/support/trunk/samples/sample08
___________________________________________________________________
Added: svn:ignore
+ target
.settings
*.project
Modified: core3/support/trunk/samples/sample08/pom.xml
===================================================================
--- core3/support/trunk/samples/sample08/pom.xml 2011-08-10 21:43:11 UTC
(rev 26528)
+++ core3/support/trunk/samples/sample08/pom.xml 2011-08-10 22:09:01 UTC
(rev 26529)
@@ -43,34 +43,11 @@
<build>
<plugins>
- <!-- Cytoscape requires Java 1.6 -->
- <plugin>
- <inherited>true</inherited>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin.version}</version>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- <optimize>true</optimize>
- <showWarnings>true</showWarnings>
- <showDeprecation>true</showDeprecation>
- <compilerArguments>
- <Xmaxwarns>10000</Xmaxwarns>
- <Xmaxerrs>10000</Xmaxerrs>
- </compilerArguments>
- </configuration>
- </plugin>
<plugin>
- <groupId>org.ops4j</groupId>
- <artifactId>maven-pax-plugin</artifactId>
- <version>${maven-pax-plugin.version}</version>
- <extensions>true</extensions>
- </plugin>
- <plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${maven-bundle-plugin.version}</version>
+ <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
Property changes on: core3/support/trunk/samples/sample09
___________________________________________________________________
Added: svn:ignore
+ target
.settings
*.project
Modified: core3/support/trunk/samples/sample09/pom.xml
===================================================================
--- core3/support/trunk/samples/sample09/pom.xml 2011-08-10 21:43:11 UTC
(rev 26528)
+++ core3/support/trunk/samples/sample09/pom.xml 2011-08-10 22:09:01 UTC
(rev 26529)
@@ -43,34 +43,11 @@
<build>
<plugins>
- <!-- Cytoscape requires Java 1.6 -->
- <plugin>
- <inherited>true</inherited>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin.version}</version>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- <optimize>true</optimize>
- <showWarnings>true</showWarnings>
- <showDeprecation>true</showDeprecation>
- <compilerArguments>
- <Xmaxwarns>10000</Xmaxwarns>
- <Xmaxerrs>10000</Xmaxerrs>
- </compilerArguments>
- </configuration>
- </plugin>
<plugin>
- <groupId>org.ops4j</groupId>
- <artifactId>maven-pax-plugin</artifactId>
- <version>${maven-pax-plugin.version}</version>
- <extensions>true</extensions>
- </plugin>
- <plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${maven-bundle-plugin.version}</version>
+ <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
Property changes on: core3/support/trunk/samples/sample10
___________________________________________________________________
Added: svn:ignore
+ target
.settings
*.project
Modified: core3/support/trunk/samples/sample10/pom.xml
===================================================================
--- core3/support/trunk/samples/sample10/pom.xml 2011-08-10 21:43:11 UTC
(rev 26528)
+++ core3/support/trunk/samples/sample10/pom.xml 2011-08-10 22:09:01 UTC
(rev 26529)
@@ -43,34 +43,11 @@
<build>
<plugins>
- <!-- Cytoscape requires Java 1.6 -->
- <plugin>
- <inherited>true</inherited>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin.version}</version>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- <optimize>true</optimize>
- <showWarnings>true</showWarnings>
- <showDeprecation>true</showDeprecation>
- <compilerArguments>
- <Xmaxwarns>10000</Xmaxwarns>
- <Xmaxerrs>10000</Xmaxerrs>
- </compilerArguments>
- </configuration>
- </plugin>
<plugin>
- <groupId>org.ops4j</groupId>
- <artifactId>maven-pax-plugin</artifactId>
- <version>${maven-pax-plugin.version}</version>
- <extensions>true</extensions>
- </plugin>
- <plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${maven-bundle-plugin.version}</version>
+ <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
Property changes on: core3/support/trunk/samples/sample11
___________________________________________________________________
Added: svn:ignore
+ target
.settings
*.project
Modified: core3/support/trunk/samples/sample11/pom.xml
===================================================================
--- core3/support/trunk/samples/sample11/pom.xml 2011-08-10 21:43:11 UTC
(rev 26528)
+++ core3/support/trunk/samples/sample11/pom.xml 2011-08-10 22:09:01 UTC
(rev 26529)
@@ -43,34 +43,11 @@
<build>
<plugins>
- <!-- Cytoscape requires Java 1.6 -->
- <plugin>
- <inherited>true</inherited>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin.version}</version>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- <optimize>true</optimize>
- <showWarnings>true</showWarnings>
- <showDeprecation>true</showDeprecation>
- <compilerArguments>
- <Xmaxwarns>10000</Xmaxwarns>
- <Xmaxerrs>10000</Xmaxerrs>
- </compilerArguments>
- </configuration>
- </plugin>
<plugin>
- <groupId>org.ops4j</groupId>
- <artifactId>maven-pax-plugin</artifactId>
- <version>${maven-pax-plugin.version}</version>
- <extensions>true</extensions>
- </plugin>
- <plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${maven-bundle-plugin.version}</version>
+ <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
Property changes on: core3/support/trunk/samples/sample12
___________________________________________________________________
Added: svn:ignore
+ target
.settings
*.project
Modified: core3/support/trunk/samples/sample12/pom.xml
===================================================================
--- core3/support/trunk/samples/sample12/pom.xml 2011-08-10 21:43:11 UTC
(rev 26528)
+++ core3/support/trunk/samples/sample12/pom.xml 2011-08-10 22:09:01 UTC
(rev 26529)
@@ -43,34 +43,11 @@
<build>
<plugins>
- <!-- Cytoscape requires Java 1.6 -->
- <plugin>
- <inherited>true</inherited>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin.version}</version>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- <optimize>true</optimize>
- <showWarnings>true</showWarnings>
- <showDeprecation>true</showDeprecation>
- <compilerArguments>
- <Xmaxwarns>10000</Xmaxwarns>
- <Xmaxerrs>10000</Xmaxerrs>
- </compilerArguments>
- </configuration>
- </plugin>
<plugin>
- <groupId>org.ops4j</groupId>
- <artifactId>maven-pax-plugin</artifactId>
- <version>${maven-pax-plugin.version}</version>
- <extensions>true</extensions>
- </plugin>
- <plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${maven-bundle-plugin.version}</version>
+ <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
Modified: core3/support/trunk/samples/sample13/pom.xml
===================================================================
--- core3/support/trunk/samples/sample13/pom.xml 2011-08-10 21:43:11 UTC
(rev 26528)
+++ core3/support/trunk/samples/sample13/pom.xml 2011-08-10 22:09:01 UTC
(rev 26529)
@@ -44,34 +44,11 @@
<build>
<plugins>
- <!-- Cytoscape requires Java 1.6 -->
- <plugin>
- <inherited>true</inherited>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin.version}</version>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- <optimize>true</optimize>
- <showWarnings>true</showWarnings>
- <showDeprecation>true</showDeprecation>
- <compilerArguments>
- <Xmaxwarns>10000</Xmaxwarns>
- <Xmaxerrs>10000</Xmaxerrs>
- </compilerArguments>
- </configuration>
- </plugin>
<plugin>
- <groupId>org.ops4j</groupId>
- <artifactId>maven-pax-plugin</artifactId>
- <version>${maven-pax-plugin.version}</version>
- <extensions>true</extensions>
- </plugin>
- <plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${maven-bundle-plugin.version}</version>
+ <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
Modified: core3/support/trunk/samples/sample14/pom.xml
===================================================================
--- core3/support/trunk/samples/sample14/pom.xml 2011-08-10 21:43:11 UTC
(rev 26528)
+++ core3/support/trunk/samples/sample14/pom.xml 2011-08-10 22:09:01 UTC
(rev 26529)
@@ -44,34 +44,11 @@
<build>
<plugins>
- <!-- Cytoscape requires Java 1.6 -->
- <plugin>
- <inherited>true</inherited>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin.version}</version>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- <optimize>true</optimize>
- <showWarnings>true</showWarnings>
- <showDeprecation>true</showDeprecation>
- <compilerArguments>
- <Xmaxwarns>10000</Xmaxwarns>
- <Xmaxerrs>10000</Xmaxerrs>
- </compilerArguments>
- </configuration>
- </plugin>
<plugin>
- <groupId>org.ops4j</groupId>
- <artifactId>maven-pax-plugin</artifactId>
- <version>${maven-pax-plugin.version}</version>
- <extensions>true</extensions>
- </plugin>
- <plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${maven-bundle-plugin.version}</version>
+ <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
Property changes on: core3/support/trunk/samples/sample18
___________________________________________________________________
Added: svn:ignore
+ target
.settings
*.project
Modified: core3/support/trunk/samples/sample18/pom.xml
===================================================================
--- core3/support/trunk/samples/sample18/pom.xml 2011-08-10 21:43:11 UTC
(rev 26528)
+++ core3/support/trunk/samples/sample18/pom.xml 2011-08-10 22:09:01 UTC
(rev 26529)
@@ -43,34 +43,11 @@
<build>
<plugins>
- <!-- Cytoscape requires Java 1.6 -->
- <plugin>
- <inherited>true</inherited>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin.version}</version>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- <optimize>true</optimize>
- <showWarnings>true</showWarnings>
- <showDeprecation>true</showDeprecation>
- <compilerArguments>
- <Xmaxwarns>10000</Xmaxwarns>
- <Xmaxerrs>10000</Xmaxerrs>
- </compilerArguments>
- </configuration>
- </plugin>
<plugin>
- <groupId>org.ops4j</groupId>
- <artifactId>maven-pax-plugin</artifactId>
- <version>${maven-pax-plugin.version}</version>
- <extensions>true</extensions>
- </plugin>
- <plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${maven-bundle-plugin.version}</version>
+ <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
Property changes on: core3/support/trunk/samples/sample20
___________________________________________________________________
Added: svn:ignore
+ target
.settings
*.project
Modified: core3/support/trunk/samples/sample20/pom.xml
===================================================================
--- core3/support/trunk/samples/sample20/pom.xml 2011-08-10 21:43:11 UTC
(rev 26528)
+++ core3/support/trunk/samples/sample20/pom.xml 2011-08-10 22:09:01 UTC
(rev 26529)
@@ -43,34 +43,11 @@
<build>
<plugins>
- <!-- Cytoscape requires Java 1.6 -->
- <plugin>
- <inherited>true</inherited>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin.version}</version>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- <optimize>true</optimize>
- <showWarnings>true</showWarnings>
- <showDeprecation>true</showDeprecation>
- <compilerArguments>
- <Xmaxwarns>10000</Xmaxwarns>
- <Xmaxerrs>10000</Xmaxerrs>
- </compilerArguments>
- </configuration>
- </plugin>
<plugin>
- <groupId>org.ops4j</groupId>
- <artifactId>maven-pax-plugin</artifactId>
- <version>${maven-pax-plugin.version}</version>
- <extensions>true</extensions>
- </plugin>
- <plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${maven-bundle-plugin.version}</version>
+ <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
Property changes on: core3/support/trunk/samples/sample21
___________________________________________________________________
Added: svn:ignore
+ target
.settings
*.project
Modified: core3/support/trunk/samples/sample21/pom.xml
===================================================================
--- core3/support/trunk/samples/sample21/pom.xml 2011-08-10 21:43:11 UTC
(rev 26528)
+++ core3/support/trunk/samples/sample21/pom.xml 2011-08-10 22:09:01 UTC
(rev 26529)
@@ -43,34 +43,11 @@
<build>
<plugins>
- <!-- Cytoscape requires Java 1.6 -->
- <plugin>
- <inherited>true</inherited>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin.version}</version>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- <optimize>true</optimize>
- <showWarnings>true</showWarnings>
- <showDeprecation>true</showDeprecation>
- <compilerArguments>
- <Xmaxwarns>10000</Xmaxwarns>
- <Xmaxerrs>10000</Xmaxerrs>
- </compilerArguments>
- </configuration>
- </plugin>
<plugin>
- <groupId>org.ops4j</groupId>
- <artifactId>maven-pax-plugin</artifactId>
- <version>${maven-pax-plugin.version}</version>
- <extensions>true</extensions>
- </plugin>
- <plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${maven-bundle-plugin.version}</version>
+ <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
Property changes on: core3/support/trunk/samples/sample22
___________________________________________________________________
Added: svn:ignore
+ target
.settings
*.project
Modified: core3/support/trunk/samples/sample22/pom.xml
===================================================================
--- core3/support/trunk/samples/sample22/pom.xml 2011-08-10 21:43:11 UTC
(rev 26528)
+++ core3/support/trunk/samples/sample22/pom.xml 2011-08-10 22:09:01 UTC
(rev 26529)
@@ -43,34 +43,11 @@
<build>
<plugins>
- <!-- Cytoscape requires Java 1.6 -->
- <plugin>
- <inherited>true</inherited>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin.version}</version>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- <optimize>true</optimize>
- <showWarnings>true</showWarnings>
- <showDeprecation>true</showDeprecation>
- <compilerArguments>
- <Xmaxwarns>10000</Xmaxwarns>
- <Xmaxerrs>10000</Xmaxerrs>
- </compilerArguments>
- </configuration>
- </plugin>
<plugin>
- <groupId>org.ops4j</groupId>
- <artifactId>maven-pax-plugin</artifactId>
- <version>${maven-pax-plugin.version}</version>
- <extensions>true</extensions>
- </plugin>
- <plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${maven-bundle-plugin.version}</version>
+ <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
Modified: core3/support/trunk/splash-updater-impl/pom.xml
===================================================================
--- core3/support/trunk/splash-updater-impl/pom.xml 2011-08-10 21:43:11 UTC
(rev 26528)
+++ core3/support/trunk/splash-updater-impl/pom.xml 2011-08-10 22:09:01 UTC
(rev 26529)
@@ -55,15 +55,10 @@
<build>
<plugins>
<plugin>
- <groupId>org.ops4j</groupId>
- <artifactId>maven-pax-plugin</artifactId>
- <version>${maven-pax-plugin.version}</version>
- <extensions>true</extensions>
- </plugin>
- <plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${maven-bundle-plugin.version}</version>
+ <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
Property changes on: core3/support/trunk/taglets
___________________________________________________________________
Added: svn:ignore
+ target
.settings
.classpath
.project
Property changes on: core3/support/trunk/task-testing-impl
___________________________________________________________________
Added: svn:ignore
+ target
.settings
.project
Modified: core3/support/trunk/task-testing-impl/pom.xml
===================================================================
--- core3/support/trunk/task-testing-impl/pom.xml 2011-08-10 21:43:11 UTC
(rev 26528)
+++ core3/support/trunk/task-testing-impl/pom.xml 2011-08-10 22:09:01 UTC
(rev 26529)
@@ -27,15 +27,10 @@
</resources>
<plugins>
<plugin>
- <groupId>org.ops4j</groupId>
- <artifactId>maven-pax-plugin</artifactId>
- <version>${maven-pax-plugin.version}</version>
- <extensions>true</extensions>
- </plugin>
- <plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${maven-bundle-plugin.version}</version>
+ <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
Property changes on: core3/support/trunk/wrappers/org.apache.lucene
___________________________________________________________________
Added: svn:ignore
+ .settings
target
.project
Property changes on: core3/support/trunk/wrappers/org.swinglabs.swing-layout
___________________________________________________________________
Modified: svn:ignore
- target
+ target
.settings
.project
Property changes on: core3/support/trunk/wrappers/org.swinglabs.swingx
___________________________________________________________________
Modified: svn:ignore
- target
+ target
.settings
.project
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.