Skip to content

Commit 2c47601

Browse files
author
Randall Hauch
committed
DNA-580 Rebranded all of the codebase, changing from 'JBoss DNA' to 'ModeShape'. For details about the procedure, see DNA-580. The rebranding is not yet complete with this commit, but at this point all modules have been renamed, all package names have been adjusted, all references to 'DNA' (in the various forms) have been changed, and all of the unit tests and integration tests do pass. The remaining work involves fixing a small number of issues (table names used by the JPA connector models, one TCK failure that has been commented out that apparently was uncovered by the node type names and prefixes were changes) that still have to be fixed. Also, I've not verified much of the Getting Started or Reference Guides (though these were changed automatically by my scripts). In short, there still is work to do before we release something.
git-svn-id: https://svn.jboss.org/repos/modeshape/trunk@1596 76366958-4244-0410-ad5e-bbfabb93f86b
1 parent f7a7277 commit 2c47601

File tree

2,041 files changed

+16426
-16522
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,041 files changed

+16426
-16522
lines changed

Diff for: .gitignore

+48-48
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,29 @@
33
/.metadata
44
/target
55

6-
/dna-common/.settings
7-
/dna-common/target
6+
/modeshape-common/.settings
7+
/modeshape-common/target
88

9-
/dna-graph/.settings
10-
/dna-graph/target
9+
/modeshape-graph/.settings
10+
/modeshape-graph/target
1111

12-
/dna-cnd/.settings
13-
/dna-cnd/target
12+
/modeshape-cnd/.settings
13+
/modeshape-cnd/target
1414

15-
/dna-integration-tests/.settings
16-
/dna-integration-tests/target
15+
/modeshape-integration-tests/.settings
16+
/modeshape-integration-tests/target
1717

18-
/dna-search/.settings
19-
/dna-search/target
18+
/modeshape-search/.settings
19+
/modeshape-search/target
2020

21-
/dna-jcr/.settings
22-
/dna-jcr/target
21+
/modeshape-jcr/.settings
22+
/modeshape-jcr/target
2323

24-
/dna-jcr-tck/.settings
25-
/dna-jcr-tck/target
24+
/modeshape-jcr-tck/.settings
25+
/modeshape-jcr-tck/target
2626

27-
/dna-repository/.settings
28-
/dna-repository/target
27+
/modeshape-repository/.settings
28+
/modeshape-repository/target
2929

3030
/docs/target
3131
/docs/examples/gettingstarted/repositories/target
@@ -34,39 +34,39 @@
3434
/docs/presentations/*.key
3535
/docs/reference/target
3636

37-
/extensions/dna-web-jcr-rest/target/
38-
/extensions/dna-web-jcr-rest-war/target/
37+
/extensions/modeshape-web-jcr-rest/target/
38+
/extensions/modeshape-web-jcr-rest-war/target/
3939

40-
/web/dna-web-jcr-rest/target/
41-
/web/dna-web-jcr-rest-war/target/
42-
/web/dna-web-jcr-rest-client/target/
40+
/web/modeshape-web-jcr-rest/target/
41+
/web/modeshape-web-jcr-rest-war/target/
42+
/web/modeshape-web-jcr-rest-client/target/
4343

44-
/utils/dna-jpa-ddl-gen/target/
44+
/utils/modeshape-jpa-ddl-gen/target/
4545

46-
/extensions/dna-search-lucene/target
47-
/extensions/dna-classloader-maven/target
48-
/extensions/dna-common-jdbc/target
49-
/extensions/dna-connector-federation/target
50-
/extensions/dna-connector-filesystem/target
51-
/extensions/dna-connector-inmemory/target
52-
/extensions/dna-connector-jbosscache/target
53-
/extensions/dna-connector-infinispan/target
54-
/extensions/dna-connector-jdbc-metadata/target
55-
/extensions/dna-connector-store-jpa/target
56-
/extensions/dna-connector-svn/target
57-
/extensions/dna-mimetype-detector-aperture/.settings
58-
/extensions/dna-mimetype-detector-aperture/target
59-
/extensions/dna-sequencer-classfile/target
60-
/extensions/dna-sequencer-cnd/target
61-
/extensions/dna-sequencer-ddl/target
62-
/extensions/dna-sequencer-esbMessage/target
63-
/extensions/dna-sequencer-images/target
64-
/extensions/dna-sequencer-java/target
65-
/extensions/dna-sequencer-jbpm-jpdl/target
66-
/extensions/dna-sequencer-mp3/target
67-
/extensions/dna-sequencer-msoffice/target
68-
/extensions/dna-sequencer-text/target
69-
/extensions/dna-sequencer-xml/target
70-
/extensions/dna-sequencer-zip/target
46+
/extensions/modeshape-search-lucene/target
47+
/extensions/modeshape-classloader-maven/target
48+
/extensions/modeshape-common-jdbc/target
49+
/extensions/modeshape-connector-federation/target
50+
/extensions/modeshape-connector-filesystem/target
51+
/extensions/modeshape-connector-inmemory/target
52+
/extensions/modeshape-connector-jbosscache/target
53+
/extensions/modeshape-connector-infinispan/target
54+
/extensions/modeshape-connector-jdbc-metadata/target
55+
/extensions/modeshape-connector-store-jpa/target
56+
/extensions/modeshape-connector-svn/target
57+
/extensions/modeshape-mimetype-detector-aperture/.settings
58+
/extensions/modeshape-mimetype-detector-aperture/target
59+
/extensions/modeshape-sequencer-classfile/target
60+
/extensions/modeshape-sequencer-cnd/target
61+
/extensions/modeshape-sequencer-ddl/target
62+
/extensions/modeshape-sequencer-esbMessage/target
63+
/extensions/modeshape-sequencer-images/target
64+
/extensions/modeshape-sequencer-java/target
65+
/extensions/modeshape-sequencer-jbpm-jpdl/target
66+
/extensions/modeshape-sequencer-mp3/target
67+
/extensions/modeshape-sequencer-msoffice/target
68+
/extensions/modeshape-sequencer-text/target
69+
/extensions/modeshape-sequencer-xml/target
70+
/extensions/modeshape-sequencer-zip/target
7171

72-
/tools/org.jboss.dna.eclipse.jcr.rest.client/bin
72+
/tools/org.modeshape.eclipse.jcr.rest.client/bin

Diff for: README_COMMITTERS.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ enable-auto-props = yes
1212
*.xsd = svn:keywords=Id Revision;svn:eol-style=LF
1313
*.txt = svn:keywords=Id Revision;svn:eol-style=LF
1414
*.sh = svn:keywords=Id Revision;svn:eol-style=LF;svn:executable
15-
*.py = svn:keywords=Id Revision;svn:eol-style=LF;svn:executable
15+
*.py = svn:keywords=Id Revision;svn:eol-style=LF;svn:executable

Diff for: build/COPYRIGHT.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
JBoss DNA is copyright 2008-2009 Red Hat, Inc.
1+
ModeShape is copyright 2008-2009 Red Hat, Inc.
22
Some portions may be licensed to Red Hat, Inc. under one or more
33
contributor license agreements. See the AUTHORS file in the
44
distribution for a full listing of individual contributors.
55

6-
JBoss DNA is free software. Unless otherwise indicated, all code in JBoss DNA
6+
ModeShape is free software. Unless otherwise indicated, all code in ModeShape
77
is licensed to you under the terms of the GNU Lesser General Public License as
88
published by the Free Software Foundation; either version 2.1 of
99
the License, or (at your option) any later version.
1010

11-
JBoss DNA is distributed in the hope that it will be useful,
11+
ModeShape is distributed in the hope that it will be useful,
1212
but WITHOUT ANY WARRANTY; without even the implied warranty of
1313
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1414
Lesser General Public License for more details.
1515

1616
You should have received a copy of the GNU Lesser General Public
1717
License along with this software; if not, write to the Free
1818
Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
19-
02110-1301 USA, or see the FSF site: http://www.fsf.org.
19+
02110-1301 USA, or see the FSF site: http://www.fsf.org.

Diff for: dna-cnd/src/test/resources/cnd/invalid.cnd

-1
This file was deleted.

Diff for: dna-common/src/test/resources/org/jboss/dna/common/monitor/SimpleActivityMonitorTest$I18nMessages_en.properties

-2
This file was deleted.

Diff for: dna-common/src/test/resources/org/jboss/dna/common/monitor/SimpleActivityMonitorTest$I18nMessages_fr.properties

-2
This file was deleted.

Diff for: dna-repository/.project

-23
This file was deleted.

Diff for: docs/examples/gettingstarted/pom.xml

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
22

33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>org.jboss.dna.examples</groupId>
4+
<groupId>org.modeshape.examples</groupId>
55
<artifactId>getting_started</artifactId>
66
<packaging>pom</packaging>
7-
<version>1.0.0.Beta1-SNAPSHOT</version>
8-
<name>JBoss DNA Getting Started examples</name>
7+
<version>0.9-SNAPSHOT</version>
8+
<name>ModeShape Getting Started examples</name>
99
<description />
1010

1111
<modules>
@@ -16,48 +16,48 @@
1616
<dependencyManagement>
1717
<dependencies>
1818
<dependency>
19-
<groupId>org.jboss.dna</groupId>
20-
<artifactId>dna-common</artifactId>
19+
<groupId>org.modeshape</groupId>
20+
<artifactId>modeshape-common</artifactId>
2121
<version>${project.version}</version>
2222
</dependency>
2323
<dependency>
24-
<groupId>org.jboss.dna</groupId>
25-
<artifactId>dna-graph</artifactId>
24+
<groupId>org.modeshape</groupId>
25+
<artifactId>modeshape-graph</artifactId>
2626
<version>${project.version}</version>
2727
</dependency>
2828
<dependency>
29-
<groupId>org.jboss.dna</groupId>
30-
<artifactId>dna-repository</artifactId>
29+
<groupId>org.modeshape</groupId>
30+
<artifactId>modeshape-repository</artifactId>
3131
<version>${project.version}</version>
3232
</dependency>
3333
<dependency>
34-
<groupId>org.jboss.dna</groupId>
35-
<artifactId>dna-jcr</artifactId>
34+
<groupId>org.modeshape</groupId>
35+
<artifactId>modeshape-jcr</artifactId>
3636
<version>${project.version}</version>
3737
</dependency>
3838
<dependency>
39-
<groupId>org.jboss.dna</groupId>
40-
<artifactId>dna-maven-classloader</artifactId>
39+
<groupId>org.modeshape</groupId>
40+
<artifactId>modeshape-maven-classloader</artifactId>
4141
<version>${project.version}</version>
4242
</dependency>
4343
<dependency>
44-
<groupId>org.jboss.dna</groupId>
45-
<artifactId>dna-sequencer-images</artifactId>
44+
<groupId>org.modeshape</groupId>
45+
<artifactId>modeshape-sequencer-images</artifactId>
4646
<version>${project.version}</version>
4747
</dependency>
4848
<dependency>
49-
<groupId>org.jboss.dna</groupId>
50-
<artifactId>dna-sequencer-java</artifactId>
49+
<groupId>org.modeshape</groupId>
50+
<artifactId>modeshape-sequencer-java</artifactId>
5151
<version>${project.version}</version>
5252
</dependency>
5353
<dependency>
54-
<groupId>org.jboss.dna</groupId>
55-
<artifactId>dna-connector-jbosscache</artifactId>
54+
<groupId>org.modeshape</groupId>
55+
<artifactId>modeshape-connector-jbosscache</artifactId>
5656
<version>${project.version}</version>
5757
</dependency>
5858
<dependency>
59-
<groupId>org.jboss.dna</groupId>
60-
<artifactId>dna-connector-federation</artifactId>
59+
<groupId>org.modeshape</groupId>
60+
<artifactId>modeshape-connector-federation</artifactId>
6161
<version>${project.version}</version>
6262
<scope>runtime</scope>
6363
</dependency>
@@ -168,4 +168,4 @@
168168
<url>file://${jboss.repository.root}</url>
169169
</repository>
170170
</distributionManagement>
171-
</project>
171+
</project>

Diff for: docs/examples/gettingstarted/repositories/pom.xml

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
22

33
<parent>
4-
<groupId>org.jboss.dna.examples</groupId>
4+
<groupId>org.modeshape.examples</groupId>
55
<artifactId>getting_started</artifactId>
6-
<version>1.0.0.Beta1-SNAPSHOT</version>
6+
<version>0.9-SNAPSHOT</version>
77
<relativePath>..</relativePath>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>
11-
<groupId>org.jboss.dna.examples</groupId>
12-
<artifactId>dna-example-repositories</artifactId>
13-
<version>1.0.0.Beta1-SNAPSHOT</version>
11+
<groupId>org.modeshape.examples</groupId>
12+
<artifactId>modeshape-example-repositories</artifactId>
13+
<version>0.9-SNAPSHOT</version>
1414
<packaging>jar</packaging>
15-
<name>JBoss DNA Repositories Examples</name>
16-
<description>Examples that showcase how to use DNA repositories.</description>
15+
<name>ModeShape Repositories Examples</name>
16+
<description>Examples that showcase how to use ModeShape repositories.</description>
1717

1818
<dependencies>
1919
<dependency>
20-
<groupId>org.jboss.dna</groupId>
21-
<artifactId>dna-graph</artifactId>
20+
<groupId>org.modeshape</groupId>
21+
<artifactId>modeshape-graph</artifactId>
2222
</dependency>
2323
<dependency>
24-
<groupId>org.jboss.dna</groupId>
25-
<artifactId>dna-repository</artifactId>
24+
<groupId>org.modeshape</groupId>
25+
<artifactId>modeshape-repository</artifactId>
2626
</dependency>
2727
<dependency>
28-
<groupId>org.jboss.dna</groupId>
29-
<artifactId>dna-jcr</artifactId>
28+
<groupId>org.modeshape</groupId>
29+
<artifactId>modeshape-jcr</artifactId>
3030
</dependency>
3131
<dependency>
32-
<groupId>org.jboss.dna</groupId>
33-
<artifactId>dna-connector-jbosscache</artifactId>
32+
<groupId>org.modeshape</groupId>
33+
<artifactId>modeshape-connector-jbosscache</artifactId>
3434
<version>${project.version}</version>
3535
<scope>runtime</scope>
3636
</dependency>
3737
<dependency>
38-
<groupId>org.jboss.dna</groupId>
39-
<artifactId>dna-connector-filesystem</artifactId>
38+
<groupId>org.modeshape</groupId>
39+
<artifactId>modeshape-connector-filesystem</artifactId>
4040
<version>${project.version}</version>
4141
</dependency>
4242
<dependency>
43-
<groupId>org.jboss.dna</groupId>
44-
<artifactId>dna-connector-store-jpa</artifactId>
43+
<groupId>org.modeshape</groupId>
44+
<artifactId>modeshape-connector-store-jpa</artifactId>
4545
<version>${project.version}</version>
4646
</dependency>
4747
<dependency>
@@ -136,4 +136,4 @@
136136
</plugins>
137137
</build>
138138

139-
</project>
139+
</project>

Diff for: docs/examples/gettingstarted/repositories/src/main/assembly/basic.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@
5656
</excludes-->
5757
</dependencySet>
5858
</dependencySets>
59-
</assembly>
59+
</assembly>
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
java -Djava.ext.dirs=`pwd`/lib -cp .:dna-example-repositories-0.1-SNAPSHOT.jar org.jboss.example.dna.repository.RepositoryClient $1
3+
java -Djava.ext.dirs=`pwd`/lib -cp .:dna-example-repositories-0.1-SNAPSHOT.jar org.jboss.example.dna.repository.RepositoryClient $1

0 commit comments

Comments
 (0)