|
From: <re...@us...> - 2011-12-20 16:56:56
|
Revision: 1287
http://cishell.svn.sourceforge.net/cishell/?rev=1287&view=rev
Author: rescdsk
Date: 2011-12-20 16:56:47 +0000 (Tue, 20 Dec 2011)
Log Message:
-----------
Maven-ify!
Modified Paths:
--------------
trunk/deployment/org.cishell.reference.releng/.project
trunk/deployment/org.cishell.reference.releng/cishell.product
Added Paths:
-----------
trunk/deployment/org.cishell.reference.releng/.settings/
trunk/deployment/org.cishell.reference.releng/.settings/org.eclipse.m2e.core.prefs
trunk/deployment/org.cishell.reference.releng/pom.xml
trunk/deployment/org.cishell.reference.releng/workspace/
trunk/deployment/org.cishell.reference.releng/workspace/.metadata/
Property Changed:
----------------
trunk/deployment/org.cishell.reference.releng/
Property changes on: trunk/deployment/org.cishell.reference.releng
___________________________________________________________________
Added: svn:ignore
+ target
Modified: trunk/deployment/org.cishell.reference.releng/.project
===================================================================
--- trunk/deployment/org.cishell.reference.releng/.project 2011-12-20 16:55:38 UTC (rev 1286)
+++ trunk/deployment/org.cishell.reference.releng/.project 2011-12-20 16:56:47 UTC (rev 1287)
@@ -1,12 +1,18 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.cishell.reference.releng</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- </buildSpec>
- <natures>
- <nature>org.pluginbuilder.core.pluginBuilderNature</nature>
- </natures>
-</projectDescription>
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.cishell.reference.releng</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.m2e.core.maven2Builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.m2e.core.maven2Nature</nature>
+ <nature>org.pluginbuilder.core.pluginBuilderNature</nature>
+ </natures>
+</projectDescription>
Added: trunk/deployment/org.cishell.reference.releng/.settings/org.eclipse.m2e.core.prefs
===================================================================
--- trunk/deployment/org.cishell.reference.releng/.settings/org.eclipse.m2e.core.prefs (rev 0)
+++ trunk/deployment/org.cishell.reference.releng/.settings/org.eclipse.m2e.core.prefs 2011-12-20 16:56:47 UTC (rev 1287)
@@ -0,0 +1,5 @@
+#Fri Dec 16 16:04:47 EST 2011
+activeProfiles=
+eclipse.preferences.version=1
+resolveWorkspaceProjects=true
+version=1
Modified: trunk/deployment/org.cishell.reference.releng/cishell.product
===================================================================
--- trunk/deployment/org.cishell.reference.releng/cishell.product 2011-12-20 16:55:38 UTC (rev 1286)
+++ trunk/deployment/org.cishell.reference.releng/cishell.product 2011-12-20 16:56:47 UTC (rev 1287)
@@ -1,53 +1,64 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?pde version="3.1"?>
-
-<product name="Cyberinfrastructure Shell" id="org.cishell.reference.gui.brand.cishell.cishell" application="org.cishell.reference.gui.workspace.CIShellApplication" useFeatures="true">
-
- <aboutInfo>
- <image path="icons/about.gif"/>
- <text>
- %blurb
- </text>
- </aboutInfo>
-
- <configIni use="custom" path="/org.cishell.reference.gui.brand.cishell/extra-files/configuration/config.ini"/>
-
- <launcherArgs>
- </launcherArgs>
-
- <windowImages/>
-
- <splash
- location="org.cishell.reference.gui.brand.cishell"
- startupProgressRect="0,163,500,10" />
- <launcher name="cishell">
- <linux icon="/org.cishell.reference.gui.brand.cishell/icons/cishell.xpm"/>
- <macosx icon="/org.cishell.reference.gui.brand.cishell/icons/cishell.icns"/>
- <solaris/>
- <win useIco="true">
- <ico path="/org.cishell.reference.gui.brand.cishell/icons/cishell.ico"/>
- <bmp
- winSmallHigh="icons/ivc_sm_32.bmp"
- winSmallLow="icons/ivc_sm_16.bmp"
- winMediumHigh="icons/ivc_lg_32.bmp"
- winMediumLow="icons/ivc_lg_16.bmp"
- winLargeHigh="icons/ivc_xlg_32.bmp"
- winLargeLow="icons/ivc_xlg_16.bmp"/>
- </win>
- </launcher>
-
- <vm>
- </vm>
-
- <plugins>
- </plugins>
-
- <features>
- <feature id="org.cishell.environment.equinox.feature" version="0.0.0"/>
- <feature id="org.cishell.feature" version="0.3.0"/>
- <feature id="org.cishell.reference.feature" version="0.4.0"/>
- <feature id="org.cishell.reference.gui.feature" version="0.4.0"/>
- <feature id="org.cishell.reference.gui.brand.feature" version="0.8.0"/>
- </features>
-
-</product>
+<?xml version="1.0" encoding="UTF-8"?>
+<?pde version="3.5"?>
+
+<product name="Cyberinfrastructure Shell" uid="cishell" id="org.cishell.reference.gui.brand.cishell.cishell" application="org.cishell.reference.gui.workspace.CIShellApplication" version="0.0.1" useFeatures="true" includeLaunchers="true">
+
+ <aboutInfo>
+ <image path="icons/about.gif"/>
+ <text>
+ %blurb
+ </text>
+ </aboutInfo>
+
+ <configIni use="default">
+ <linux>/org.cishell.reference.gui.brand.cishell/extra-files/configuration/config.ini</linux>
+ <macosx>/org.cishell.reference.gui.brand.cishell/extra-files/configuration/config.ini</macosx>
+ <solaris>/org.cishell.reference.gui.brand.cishell/extra-files/configuration/config.ini</solaris>
+ <win32>/org.cishell.reference.gui.brand.cishell/extra-files/configuration/config.ini</win32>
+ </configIni>
+
+ <configurations>
+ <plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="4" />
+ <plugin id="org.eclipse.equinox.log" autoStart="true" startLevel="4" />
+ </configurations>
+ <launcherArgs>
+ </launcherArgs>
+
+ <windowImages/>
+
+ <splash
+ location="org.cishell.reference.gui.brand.cishell"
+ startupProgressRect="0,163,500,10" />
+ <launcher name="cishell">
+ <linux icon="/org.cishell.reference.gui.brand.cishell/icons/cishell.xpm"/>
+ <macosx icon="/org.cishell.reference.gui.brand.cishell/icons/cishell.icns"/>
+ <solaris/>
+ <win useIco="true">
+ <ico path="/org.cishell.reference.gui.brand.cishell/icons/cishell.ico"/>
+ <bmp
+ winSmallHigh="icons/ivc_sm_32.bmp"
+ winSmallLow="icons/ivc_sm_16.bmp"
+ winMediumHigh="icons/ivc_lg_32.bmp"
+ winMediumLow="icons/ivc_lg_16.bmp"
+ winLargeHigh="icons/ivc_xlg_32.bmp"
+ winLargeLow="icons/ivc_xlg_16.bmp"/>
+ </win>
+ </launcher>
+
+ <vm>
+ </vm>
+
+ <plugins>
+ </plugins>
+
+ <features>
+ <feature id="org.cishell.environment.equinox.feature"/>
+ <feature id="org.cishell.feature" version="1.0.0"/>
+ <feature id="org.cishell.reference.feature"/>
+ <feature id="org.cishell.reference.gui.feature"/>
+ <feature id="org.cishell.reference.gui.brand.feature"/>
+ </features>
+
+
+
+</product>
Added: trunk/deployment/org.cishell.reference.releng/pom.xml
===================================================================
--- trunk/deployment/org.cishell.reference.releng/pom.xml (rev 0)
+++ trunk/deployment/org.cishell.reference.releng/pom.xml 2011-12-20 16:56:47 UTC (rev 1287)
@@ -0,0 +1,39 @@
+<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/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>plugin-parent</artifactId>
+ <groupId>org.cishell</groupId>
+ <version>0.0.1</version>
+ </parent>
+ <artifactId>cishell</artifactId>
+ <version>0.0.1</version>
+ <packaging>eclipse-repository</packaging>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-p2-director-plugin</artifactId>
+ <version>${tychoVersion}</version>
+ <executions>
+ <execution>
+ <id>materialize-products</id>
+ <goals>
+ <goal>materialize-products</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>archive-products</id>
+ <goals>
+ <goal>archive-products</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <includeAllDependencies>true</includeAllDependencies>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|