You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by le...@apache.org on 2012/12/12 23:19:30 UTC

svn commit: r1421023 - in /incubator/streams/trunk: .gitignore pom.xml

Author: letourneau
Date: Wed Dec 12 22:19:29 2012
New Revision: 1421023

URL: http://svn.apache.org/viewvc?rev=1421023&view=rev
Log:
added additional ignores and updated project POM to reference deployed MASTER POM in apache repos

Modified:
    incubator/streams/trunk/.gitignore
    incubator/streams/trunk/pom.xml

Modified: incubator/streams/trunk/.gitignore
URL: http://svn.apache.org/viewvc/incubator/streams/trunk/.gitignore?rev=1421023&r1=1421022&r2=1421023&view=diff
==============================================================================
--- incubator/streams/trunk/.gitignore (original)
+++ incubator/streams/trunk/.gitignore Wed Dec 12 22:19:29 2012
@@ -1,12 +1,18 @@
-##compile directores##
-*/target/**
+# environment ignores #
+streams-master-pom/
 
-## IDE directories/files ##
+# Compile directores and files #
+
+target/
+dependency-reduced-pom.xml
+
+# IDE directories/files #
 /.idea
 .iml
+.eclipse/
+.settings/
 
 # OS generated files #
-######################
 .DS_Store
 .DS_Store?
 ._*

Modified: incubator/streams/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/streams/trunk/pom.xml?rev=1421023&r1=1421022&r2=1421023&view=diff
==============================================================================
--- incubator/streams/trunk/pom.xml (original)
+++ incubator/streams/trunk/pom.xml Wed Dec 12 22:19:29 2012
@@ -5,7 +5,6 @@
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-master</artifactId>
         <version>0.1-SNAPSHOT</version>
-        <relativePath>../streams-master-pom/pom.xml</relativePath>
    </parent>
 
   <modelVersion>4.0.0</modelVersion>