Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
comm-archetype
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Attention: Maintenance on monday 19.04.2021 from 07:00 - 13:00 (Gitlab and Mattermost are offline!)
Open sidebar
sally4-core
comm-archetype
Commits
929d7c36
Commit
929d7c36
authored
Oct 21, 2014
by
Constantin Jucovschi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changing to interfaceName instead apiName
parent
8fb8513a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
src/main/resources/META-INF/maven/archetype-metadata.xml
src/main/resources/META-INF/maven/archetype-metadata.xml
+1
-1
src/main/resources/archetype-resources/pom.xml
src/main/resources/archetype-resources/pom.xml
+2
-2
src/main/resources/archetype-resources/src/main/resources/__interfaceName__.xsd
...hetype-resources/src/main/resources/__interfaceName__.xsd
+1
-1
src/test/resources/projects/basic/archetype.properties
src/test/resources/projects/basic/archetype.properties
+1
-1
No files found.
src/main/resources/META-INF/maven/archetype-metadata.xml
View file @
929d7c36
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
>
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
>
<requiredProperties>
<requiredProperties>
<requiredProperty
key=
"
api
Name"
/>
<requiredProperty
key=
"
interface
Name"
/>
</requiredProperties>
</requiredProperties>
<fileSets>
<fileSets>
...
...
src/main/resources/archetype-resources/pom.xml
View file @
929d7c36
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<parent>
<parent>
<groupId>
info.kwarc.sally4.comm
</groupId>
<groupId>
info.kwarc.sally4.comm
</groupId>
<artifactId>
comm-parent
</artifactId>
<artifactId>
comm-parent
</artifactId>
<version>
0.0.
6
</version>
<version>
0.0.
7
</version>
<relativePath>
../comm-parent
</relativePath>
<relativePath>
../comm-parent
</relativePath>
</parent>
</parent>
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
<properties>
<properties>
<bundle.export-package>
info.kwarc.sally*;
</bundle.export-package>
<bundle.export-package>
info.kwarc.sally*;
</bundle.export-package>
<bundle.comm-package>
${
api
Name}
</bundle.comm-package>
<bundle.comm-package>
${
interface
Name}
</bundle.comm-package>
</properties>
</properties>
<version>
${version}
</version>
<version>
${version}
</version>
...
...
src/main/resources/archetype-resources/src/main/resources/__
api
Name__.xsd
→
src/main/resources/archetype-resources/src/main/resources/__
interface
Name__.xsd
View file @
929d7c36
<?xml version="1.0"?>
<?xml version="1.0"?>
<xs:schema
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
<xs:schema
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
targetNamespace=
"http://kwarc.info/sally/comm/${
api
Name}"
targetNamespace=
"http://kwarc.info/sally/comm/${
interface
Name}"
elementFormDefault=
"qualified"
>
elementFormDefault=
"qualified"
>
...
...
src/test/resources/projects/basic/archetype.properties
View file @
929d7c36
...
@@ -3,4 +3,4 @@ package=it.pkg
...
@@ -3,4 +3,4 @@ package=it.pkg
version
=
0.1-SNAPSHOT
version
=
0.1-SNAPSHOT
groupId
=
archetype.it
groupId
=
archetype.it
artifactId
=
basic
artifactId
=
basic
apiName
=
blah
interfaceName
=
blah
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment