Author: mes
Date: 2010-09-17 16:41:28 -0700 (Fri, 17 Sep 2010)
New Revision: 21933
Modified:
cytoscape/trunk/distribution/pom.xml
cytoscape/trunk/packaging/pom.xml
cytoscape/trunk/packaging/src/main/install4j/Cytoscape.install4j
Log:
updated distribution artifact name to be cytoscape
Modified: cytoscape/trunk/distribution/pom.xml
===================================================================
--- cytoscape/trunk/distribution/pom.xml 2010-09-17 23:23:32 UTC (rev
21932)
+++ cytoscape/trunk/distribution/pom.xml 2010-09-17 23:41:28 UTC (rev
21933)
@@ -11,7 +11,7 @@
</parent>
<groupId>cytoscape</groupId>
- <artifactId>distribution</artifactId>
+ <artifactId>cytoscape</artifactId>
<packaging>jar</packaging>
<name>Cytoscape Distribution</name>
Modified: cytoscape/trunk/packaging/pom.xml
===================================================================
--- cytoscape/trunk/packaging/pom.xml 2010-09-17 23:23:32 UTC (rev 21932)
+++ cytoscape/trunk/packaging/pom.xml 2010-09-17 23:41:28 UTC (rev 21933)
@@ -32,8 +32,8 @@
</resources>
<plugins>
<!-- This will unpack the distribution into the target directory,
- copy the distribution into target/install4j directory, and
- unpack the javadoc in the target/install4j directory -->
+ copy the distribution into target/install4j directory, and
+ unpack the javadoc in the target/install4j directory -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
@@ -48,6 +48,7 @@
<outputDirectory>${project.build.directory}</outputDirectory>
<excludeTransitive>true</excludeTransitive>
<includeTypes>zip</includeTypes>
+ <excludeTypes>tar.gz</excludeTypes>
</configuration>
</execution>
<execution>
@@ -60,6 +61,8 @@
<outputDirectory>${project.build.directory}/install4j/javadoc</outputDirectory>
<excludeTransitive>true</excludeTransitive>
<excludeGroupIds>junit</excludeGroupIds>
+ <excludeTypes>zip</excludeTypes>
+ <excludeTypes>tar.gz</excludeTypes>
<includeClassifiers>javadoc</includeClassifiers>
</configuration>
</execution>
@@ -72,7 +75,7 @@
<configuration>
<outputDirectory>${project.build.directory}/install4j</outputDirectory>
<excludeTransitive>true</excludeTransitive>
- <includeTypes>zip</includeTypes>
+ <excludeTypes>jar</excludeTypes>
</configuration>
</execution>
</executions>
@@ -104,12 +107,18 @@
<dependencies>
<dependency>
<groupId>cytoscape</groupId>
- <artifactId>distribution</artifactId>
+ <artifactId>cytoscape</artifactId>
<version>${version}</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>cytoscape</groupId>
+ <artifactId>cytoscape</artifactId>
+ <version>${version}</version>
+ <type>tar.gz</type>
+ </dependency>
+ <dependency>
+ <groupId>cytoscape</groupId>
<artifactId>javadoc</artifactId>
<version>${version}</version>
<classifier>javadoc</classifier>
Modified: cytoscape/trunk/packaging/src/main/install4j/Cytoscape.install4j
===================================================================
--- cytoscape/trunk/packaging/src/main/install4j/Cytoscape.install4j
2010-09-17 23:23:32 UTC (rev 21932)
+++ cytoscape/trunk/packaging/src/main/install4j/Cytoscape.install4j
2010-09-17 23:41:28 UTC (rev 21933)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<install4j version="4.2.8" transformSequenceNumber="2">
- <directoryPresets
config="${project.build.directory}/distribution-${version}" />
+ <directoryPresets config="${project.build.directory}/cytoscape-${version}" />
<application name="Cytoscape" distributionSourceDir=""
applicationId="5211-3645-3154-2580" mediaDir="dist"
mediaFilePattern="${compiler:sys.shortName}_${compiler:sys.version}_${compiler:sys.platform}"
compression="6" lzmaCompression="false" pack200Compression="false"
excludeSignedFromPacking="true" keepModificationTimes="false"
missingFilesStrategy="warn" shortName="Cytoscape" publisher="Cytoscape
Consortium" publisherWeb="http://cytoscape.org" version="${version}"
allPathsRelative="true" backupOnSave="false" autoSave="false"
convertDotsToUnderscores="true" macSignature="????" installerName=""
javaMinVersion="1.5.0" javaMaxVersion="" allowBetaVM="true"
jdkMode="runtimeJre" jdkName="">
<languages skipLanguageSelection="false"
languageSelectionInPrincipalLanguage="false">
<principalLanguage id="en" customLocalizationFile="" />
@@ -22,7 +22,7 @@
<mountPoint id="1" root="" location="" mode="755" />
</mountPoints>
<entries>
- <dirEntry mountPoint="1"
file="${project.build.directory}/distribution-${version}" overwrite="4"
shared="false" mode="755" uninstallMode="0" excludeSuffixes="" dirMode="777">
+ <dirEntry mountPoint="1"
file="${project.build.directory}/cytoscape-${version}" overwrite="4"
shared="false" mode="755" uninstallMode="0" excludeSuffixes="" dirMode="777">
<exclude />
</dirEntry>
</entries>
--
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.