[seam-commits] [seam/jcr] 013d99: Removed .gitignore files
noreply at github.com
noreply at github.com
Tue May 10 23:06:14 EDT 2011
Branch: refs/heads/master
Home: https://github.com/seam/jcr
Commit: 013d996b57c2f9f8f297c188e82e3fad5be92704
https://github.com/seam/jcr/commit/013d996b57c2f9f8f297c188e82e3fad5be92704
Author: George Gastaldi <gegastaldi at gmail.com>
Date: 2011-05-10 (Tue, 10 May 2011)
Changed paths:
M .gitignore
R api/.gitignore
R combined/.gitignore
R dist/.gitignore
R docs/.gitignore
R impl/.gitignore
R tests/.gitignore
R tests/jackrabbit/.gitignore
R tests/modeshape/.gitignore
Log Message:
-----------
Removed .gitignore files
Commit: 5b6e6c6f17e644139dad65afdc70db001dd94f87
https://github.com/seam/jcr/commit/5b6e6c6f17e644139dad65afdc70db001dd94f87
Author: George Gastaldi <gegastaldi at gmail.com>
Date: 2011-05-10 (Tue, 10 May 2011)
Changed paths:
M api/src/main/java/org/jboss/seam/jcr/ConfigParams.java
M api/src/main/java/org/jboss/seam/jcr/annotations/JcrConfiguration.java
M api/src/main/java/org/jboss/seam/jcr/annotations/events/NodeAdded.java
M api/src/main/java/org/jboss/seam/jcr/annotations/events/NodeMoved.java
M api/src/main/java/org/jboss/seam/jcr/annotations/events/NodeRemoved.java
M api/src/main/java/org/jboss/seam/jcr/annotations/events/Persist.java
M api/src/main/java/org/jboss/seam/jcr/annotations/events/PropertyAdded.java
M api/src/main/java/org/jboss/seam/jcr/annotations/events/PropertyChanged.java
M api/src/main/java/org/jboss/seam/jcr/annotations/events/PropertyRemoved.java
M impl/src/main/java/org/jboss/seam/jcr/JcrExtension.java
M impl/src/main/java/org/jboss/seam/jcr/events/EventListenerConfig.java
M impl/src/main/java/org/jboss/seam/jcr/events/JcrCDIEventListener.java
M impl/src/main/java/org/jboss/seam/jcr/events/NodeAddedLiteral.java
M impl/src/main/java/org/jboss/seam/jcr/events/NodeMovedLiteral.java
M impl/src/main/java/org/jboss/seam/jcr/events/NodeRemovedLiteral.java
M impl/src/main/java/org/jboss/seam/jcr/events/PersistLiteral.java
M impl/src/main/java/org/jboss/seam/jcr/events/PropertyAddedLiteral.java
M impl/src/main/java/org/jboss/seam/jcr/events/PropertyChangedLiteral.java
M impl/src/main/java/org/jboss/seam/jcr/events/PropertyRemovedLiteral.java
M impl/src/main/java/org/jboss/seam/jcr/repository/AbstractSeamRepositoryImpl.java
M impl/src/main/java/org/jboss/seam/jcr/repository/SeamEventRepositoryImpl.java
M impl/src/main/java/org/jboss/seam/jcr/resolver/RepositoryResolver.java
M impl/src/test/resources/modeshape.xml
M tests/jackrabbit/src/test/java/org/jboss/seam/jcr/events/EventCounterListener.java
M tests/jackrabbit/src/test/java/org/jboss/seam/jcr/events/JcrCDIEventListenerTest.java
M tests/jackrabbit/src/test/java/org/jboss/seam/jcr/producers/RepositorySessionProducerTest.java
M tests/modeshape/src/test/java/org/jboss/seam/jcr/events/EventCounterListener.java
M tests/modeshape/src/test/java/org/jboss/seam/jcr/events/JcrCDIEventListenerTest.java
M tests/modeshape/src/test/java/org/jboss/seam/jcr/producers/RepositoryInjectTest.java
M tests/modeshape/src/test/resources/modeshape.xml
Log Message:
-----------
Merge branch 'master' of https://github.com/seam/jcr
Conflicts:
impl/src/main/java/org/jboss/seam/jcr/resolver/RepositoryResolver.java
Commit: 49347be38de943f3198ca9dc31d2c7c2c7143633
https://github.com/seam/jcr/commit/49347be38de943f3198ca9dc31d2c7c2c7143633
Author: George Gastaldi <gegastaldi at gmail.com>
Date: 2011-05-10 (Tue, 10 May 2011)
Changed paths:
M .gitignore
R api/.gitignore
R combined/.gitignore
R dist/.gitignore
R docs/.gitignore
R impl/.gitignore
R tests/.gitignore
R tests/jackrabbit/.gitignore
R tests/modeshape/.gitignore
Log Message:
-----------
Merge pull request #17 from gastaldi/master
Removed .gitignore files from submodules
Compare: https://github.com/seam/jcr/compare/5051e0f...49347be
More information about the seam-commits
mailing list