Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 338040

Summary: New files are not replicated to pserver CVS
Product: Community Reporter: Alex Panchenko <alex.panchenko>
Component: CVSAssignee: Eclipse Webmaster <webmaster>
Status: CLOSED DUPLICATE QA Contact:
Severity: major    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Alex Panchenko CLA 2011-02-23 21:30:10 EST
I made the following commit about 10 hours ago.
The modified files were replicated to pserver, but not the added pom.xml


Update of /cvsroot/technology/org.eclipse.dltk/core/tests/org.eclipse.dltk.core.tests
In directory dev2:/tmp/cvs-serv27157/core/tests/org.eclipse.dltk.core.tests

Modified Files:
       .cvsignore build.properties
Added Files:
       pom.xml
Log Message:
compile org.eclipse.dltk.core.tests

Index: .cvsignore
===================================================================
RCS file: /cvsroot/technology/org.eclipse.dltk/core/tests/org.eclipse.dltk.core.tests/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- .cvsignore  22 Feb 2007 08:40:16 -0000      1.1
+++ .cvsignore  23 Feb 2011 16:48:36 -0000      1.2
@@ -1 +1,2 @@
 bin
+target

--- NEW FILE: pom.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <modelVersion>4.0.0</modelVersion>
 <parent>
   <artifactId>core</artifactId>
   <groupId>org.eclipse.dltk.core</groupId>
   <version>0.0.1-SNAPSHOT</version>
   <relativePath>../..</relativePath>
 </parent>
 <groupId>org.eclipse.dltk.core</groupId>
 <artifactId>org.eclipse.dltk.core.tests</artifactId>
 <version>3.0.0-SNAPSHOT</version>
 <packaging>eclipse-plugin</packaging>
</project>

Index: build.properties
===================================================================
RCS file: /cvsroot/technology/org.eclipse.dltk/core/tests/org.eclipse.dltk.core.tests/build.properties,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- build.properties    4 Apr 2008 02:29:36 -0000       1.5
+++ build.properties    23 Feb 2011 16:48:36 -0000      1.6
@@ -7,8 +7,8 @@
 #

 ###############################################################################
-source.core.jar = src/
-output.core.jar = bin/
+source.. = src/
+output.. = bin/
 bin.includes = META-INF/,\
               core.jar,\
               plugin.xml,\
@@ -16,4 +16,3 @@
               plugin.properties,\
               about.html,\
               test.xml
-source.core.jar = src/
Comment 1 Denis Roy CLA 2011-03-01 13:39:02 EST

*** This bug has been marked as a duplicate of bug 333458 ***