Author: mes Date: 2010-09-16 15:35:32 -0700 (Thu, 16 Sep 2010) New Revision: 21905
Modified: cytoscape/trunk/distribution/pom.xml Log: removed install4j stuff Modified: cytoscape/trunk/distribution/pom.xml =================================================================== --- cytoscape/trunk/distribution/pom.xml 2010-09-16 22:33:44 UTC (rev 21904) +++ cytoscape/trunk/distribution/pom.xml 2010-09-16 22:35:32 UTC (rev 21905) @@ -15,31 +15,10 @@ <packaging>jar</packaging> <name>Cytoscape Distribution</name> - - <pluginRepositories> - <pluginRepository> - <id>googlecode-maven-install4j</id> - <name>googlecode-maven-install4j</name> - <url>http://maven-install4j.googlecode.com/svn/m2-repo</url> - </pluginRepository> - </pluginRepositories> - <build> - <resources> - <resource> - <directory>src/main/install4j</directory> - <filtering>true</filtering> - </resource> - </resources> <plugins> <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <goals>assembly:assembly install4j:compile</goals> - </configuration> - </plugin> - <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> <descriptors> @@ -63,18 +42,6 @@ </execution> </executions> </plugin> - <plugin> - <groupId>com.google.code.maven-install4j</groupId> - <artifactId>maven-install4j-plugin</artifactId> - <version>0.1.1</version> - <configuration> - <executable>/Applications/install4j 4/bin/install4jc</executable> - <configFile>${project.build.outputDirectory}/Cytoscape.install4j</configFile> - <releaseId>${project.version}</releaseId> - <attach>true</attach> - <skipOnMissingExecutable>true</skipOnMissingExecutable> - </configuration> - </plugin> </plugins> </build> -- 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.
