[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[tm-cvs-commit] adushistova org.eclipse.tm.rse pom.xml
|
- From: Eclipse CVS Genie <genie@xxxxxxxxxxx>
- Date: Thu, 31 May 2012 04:19:11 +0000
- Delivered-to: tm-cvs-commit@eclipse.org
Update of /cvsroot/tools/org.eclipse.tm.rse
In directory dev2:/tmp/cvs-serv9247
Modified Files:
pom.xml
Log Message:
[releng] working on rseserver packaging.
Index: pom.xml
===================================================================
RCS file: /cvsroot/tools/org.eclipse.tm.rse/pom.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** pom.xml 30 May 2012 22:45:01 -0000 1.27
--- pom.xml 31 May 2012 04:19:09 -0000 1.28
***************
*** 290,294 ****
</configuration>
</plugin>
! <plugin>
<artifactId>maven-antrun-plugin</artifactId>
<inherited>false</inherited>
--- 290,294 ----
</configuration>
</plugin>
! <!-- <plugin>
<artifactId>maven-antrun-plugin</artifactId>
<inherited>false</inherited>
***************
*** 311,334 ****
</configuration>
</execution>
- <!-- <execution>
- <id>upload-serverruntime</id>
- <phase>install</phase>
- <goals>
- <goal>run</goal>
- </goals>
- <configuration>
- <properties>
- <tm-install>/home/data/httpd/download.eclipse.org/tm/builds/${platform-version-name}/nightly</tm-install>
- </properties>
- <target>
- <copy todir="${tm-install}">
- <fileset dir="${project.build.directory}" includes="rseserver*"/>
- </copy>
- </target>
- </configuration>
- </execution>
- -->
</executions>
! </plugin>
</plugins>
<pluginManagement>
--- 311,316 ----
</configuration>
</execution>
</executions>
! </plugin>-->
</plugins>
<pluginManagement>