Skip to content

Commit b3cf195

Browse files
committed
Complete move to README.md
1 parent d31ab0f commit b3cf195

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ own identifying information: Portions Copyright [yyyy]
7575
<copy file="config/glassfish.yml"
7676
todir="target/stage/generators/gfrake/templates/"/>
7777
<copy todir="target/stage/">
78-
<fileset dir="." includes="README.txt History.txt LICENSE.txt"/>
78+
<fileset dir="." includes="README.md History.txt LICENSE.txt"/>
7979
</copy>
8080

8181
</target>

pom.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<grizzly-jruby.version>1.8.31-SNAPSHOT</grizzly-jruby.version>
1616
<jruby.version>1.5.2</jruby.version>
1717
<glassfish.admin-cli.version>3.1-b19</glassfish.admin-cli.version>
18+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1819
</properties>
1920
<build>
2021
<plugins>
@@ -143,14 +144,15 @@
143144
s.description = "GlassFish gem is an embedded GlassFish V3 application server which
144145
would help run your Ruby on Rails application"
145146
s.files = FileList["{bin,lib,generators,config}/**/*"].to_a
147+
s.files += ['README.md', 'History.txt', 'LICENSE.txt']
146148
s.bindir = "bin"
147149
s.require_paths = ["lib"]
148150
s.executables = ["glassfish", "gfrake"]
149151
s.default_executable = "glassfish"
150152
s.test_files = FileList["{test}/**/*test.rb"].to_a
151-
s.has_rdoc = true
153+
s.has_rdoc = false
152154
#s.rdoc_options = "-S -N -t 'GlassFish gem ${gem.version} Documentation' -m README.txt"
153-
s.extra_rdoc_files = ["README.txt","History.txt", "LICENSE.txt"]
155+
#s.extra_rdoc_files = ["README.md","History.txt", "LICENSE.txt"]
154156
s.rubyforge_project = "glassfishgem"
155157
s.add_dependency('rack', '&gt;= 0.4.0')
156158

0 commit comments

Comments
 (0)