Revision: 1269
http://cishell.svn.sourceforge.net/cishell/?rev=1269&view=rev
Author: rescdsk
Date: 2011-12-20 16:36:43 +0000 (Tue, 20 Dec 2011)
Log Message:
-----------
Working on Maven/Tycho build system
Modified Paths:
--------------
branches/tgs-tycho/deployment/.project
branches/tgs-tycho/deployment/build.properties
Added Paths:
-----------
branches/tgs-tycho/
branches/tgs-tycho/deployment/
branches/tgs-tycho/deployment/extra-files/
Modified: branches/tgs-tycho/deployment/.project
===================================================================
--- trunk/deployment/org.cishell.reference.feature/.project 2011-12-15 18:56:03 UTC (rev 1268)
+++ branches/tgs-tycho/deployment/.project 2011-12-20 16:36:43 UTC (rev 1269)
@@ -1,17 +1,23 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.cishell.reference.feature</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.pde.FeatureBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.FeatureNature</nature>
- </natures>
-</projectDescription>
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.cishell.reference.feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.m2e.core.maven2Builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.m2e.core.maven2Nature</nature>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+</projectDescription>
Modified: branches/tgs-tycho/deployment/build.properties
===================================================================
--- trunk/deployment/org.cishell.reference.feature/build.properties 2011-12-15 18:56:03 UTC (rev 1268)
+++ branches/tgs-tycho/deployment/build.properties 2011-12-20 16:36:43 UTC (rev 1269)
@@ -1 +1,2 @@
bin.includes = feature.xml
+root=extra-files
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|