Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Jessica Hawkwell
/
lang-toolkit
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
2
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit efd6daef
authored
Jul 02, 2017
by
Jessica Hawkwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
in the beginning...
1 parent
2e3eeb4f
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
44 additions
and
46 deletions
apps/bootstrap/pom.xml
src/main/java/me/felinewtih/lang_toolkit/LangToolkit.java → apps/bootstrap/src/main/java/me/felinewtih/lang_toolkit/Bootstrap.java
pom.xml
src/main/java/me/felinewtih/lang_toolkit/Installer.java
src/site/site.xml
apps/bootstrap/pom.xml
0 → 100644
View file @
efd6dae
<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"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
me.felinewith
</groupId>
<artifactId>
bootstrap
</artifactId>
<packaging>
pom
</packaging>
<name>
Bootstrap
</name>
<version>
1.0-SNAPSHOT
</version>
<inceptionYear>
2017
</inceptionYear>
<description>
Application bootstrapper.
</description>
<parent>
<groupId>
me.felinewith
</groupId>
<artifactId>
lang-toolkit
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<relativePath>
../..
</relativePath>
</parent>
<!-- url>${gl.pages}</url -->
</project>
src/main/java/me/felinewtih/lang_toolkit/LangToolkit
.java
→
apps/bootstrap/src/main/java/me/felinewtih/lang_toolkit/Bootstrap
.java
View file @
efd6dae
...
...
@@ -6,7 +6,7 @@ import java.io.File;
*
* @author jlhawkwell
*/
public
class
LangToolkit
public
class
Bootstrap
{
public
static
void
main
(
String
[]
args
)
...
...
@@ -17,9 +17,5 @@ public class LangToolkit
File
f
=
new
File
(
sb
.
toString
());
if
(
!
f
.
exists
()
)
{
Installer
in
=
new
Installer
(
Runtime
.
getRuntime
());
}
}
}
pom.xml
View file @
efd6dae
...
...
@@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<modelVersion>
4.0.0
</modelVersion>
<groupId>
me.felinewith
</groupId>
<artifactId>
lang-toolkit
</artifactId>
<packaging>
jar
</packaging>
<packaging>
pom
</packaging>
<name>
ConLang Toolkit
</name>
<version>
1.0-SNAPSHOT
</version>
<inceptionYear>
2017
</inceptionYear>
...
...
@@ -21,7 +21,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<gl.group-url>
ladyserenakitty
</gl.group-url>
<gl.name>
lang-toolkit
</gl.name>
<gl.url>
https://felinewith.me/${gl.group-url}/${gl.name}
</gl.url>
<gl.pages>
https://${gl.group-url}.felinewith.me/${gl.name}
/
</gl.pages>
<gl.pages>
https://${gl.group-url}.felinewith.me/${gl.name}
</gl.pages>
</properties>
<url>
${gl.pages}
</url>
...
...
@@ -29,21 +29,29 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<maven>
3.3.0
</maven>
</prerequisites>
<licenses>
<license>
<distribution>
repo
</distribution>
<name>
Apache License 2.0
</name>
<url>
LICENSE
</url>
</license>
</licenses>
<distributionManagement>
<repository>
<id>
releases
</id>
<name>
SPM Releases
</name>
<url>
https://mvn.felinewith.me/repository/releases
/
</url>
<url>
https://mvn.felinewith.me/repository/releases
</url>
</repository>
<snapshotRepository>
<id>
snapshots
</id>
<name>
SPM Snapshots
</name>
<url>
https://mvn.felinewith.me/repository/snapshots
/
</url>
<url>
https://mvn.felinewith.me/repository/snapshots
</url>
</snapshotRepository>
<site>
<id>
Main
</id>
<name>
Candle POS
</name>
<url>
https://ladyserenakitty.felinewith.me/candle-pos/
</url>
<url>
${gl.pages}
</url>
</site>
</distributionManagement>
...
...
@@ -65,11 +73,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
</scm>
<modules>
<module>
apps/bootstrap
</module>
</modules>
<developers>
<developer>
<id>
root@varusonline
.com
</id>
<id>
jlhawkwell@ladyserenakitty
.com
</id>
<name>
Jessica Hawkwell
</name>
<organization>
StarPhoenix Media
</organization>
<organizationUrl>
http://starphoenixmedia.com/
</organizationUrl>
...
...
@@ -81,7 +90,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<repository>
<id>
releases
</id>
<name>
SPM Releases
</name>
<url>
https://mvn.felinewith.me/repository/releases
/
</url>
<url>
https://mvn.felinewith.me/repository/releases
</url>
<releases>
<enabled>
true
</enabled>
</releases>
...
...
@@ -92,7 +101,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<repository>
<id>
snapshots
</id>
<name>
SPM Snapshots
</name>
<url>
https://mvn.felinewith.me/repository/snapshots
/
</url>
<url>
https://mvn.felinewith.me/repository/snapshots
</url>
<releases>
<enabled>
false
</enabled>
</releases>
...
...
@@ -103,7 +112,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<repository>
<id>
internal
</id>
<name>
SPM Internal
</name>
<url>
https://mvn.felinewith.me/repository/internal
/
</url>
<url>
https://mvn.felinewith.me/repository/internal
</url>
<releases>
<enabled>
true
</enabled>
</releases>
...
...
@@ -240,7 +249,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<artifactId>
maven-checkstyle-plugin
</artifactId>
<version>
2.17
</version>
<configuration>
<
configLocation>
https://dev.vocasystem.net/checkstyle.xml
</configLocation
>
<
!-- configLocation>https://dev.vocasystem.net/checkstyle.xml</configLocation --
>
</configuration>
</plugin>
<plugin>
...
...
@@ -266,10 +275,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-jxr-plugin
</artifactId>
<version>
2.5
</version>
<inherited>
false
</inherited>
<configuration>
<skip>
true
</skip>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
...
...
@@ -299,6 +304,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<groupId>
org.apache.velocity
</groupId>
<artifactId>
velocity
</artifactId>
<version>
1.7
</version>
<scope>
runtime
</scope>
<type>
jar
</type>
</dependency>
<dependency>
...
...
src/main/java/me/felinewtih/lang_toolkit/Installer.java
deleted
100644 → 0
View file @
2e3eeb4
package
me
.
felinewtih
.
lang_toolkit
;
/**
*
* @author jlhawkwell
*/
public
class
Installer
{
Runtime
rt
;
public
Installer
(
Runtime
runtime
)
{
rt
=
runtime
;
}
public
boolean
downloadMaven
()
{
return
false
;
}
public
boolean
installMaven
()
{
return
false
;
}
}
src/site/site.xml
View file @
efd6dae
...
...
@@ -30,10 +30,10 @@
<body>
<breadcrumbs>
<item
name=
"${
project.name} (${project.fulltag})"
href=
"${project
.url}"
/>
<item
name=
"${
this.name}"
href=
"${this
.url}"
/>
</breadcrumbs>
<menu
name=
"Project Information"
ref=
"reports"
inherit=
"bottom"
/>
<menu
ref=
"modules"
inherit=
"bottom"
/>
<menu
name=
"Project Information"
ref=
"reports"
inherit=
"bottom"
/>
</body>
</project>
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment