Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
plugin-settings
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
af3
plugin-settings
Commits
77c7c330
Commit
77c7c330
authored
13 years ago
by
Florian Hölzl
Browse files
Options
Downloads
Patches
Plain Diff
Added formatter file for documentation.
parent
e6136dc2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
fortiss-std-env/settings/README
+27
-21
27 additions, 21 deletions
fortiss-std-env/settings/README
fortiss-std-env/settings/fortiss-java-codestyle.xml
+296
-0
296 additions, 0 deletions
fortiss-std-env/settings/fortiss-java-codestyle.xml
with
323 additions
and
21 deletions
fortiss-std-env/settings/README
+
27
−
21
View file @
77c7c330
...
...
@@ -4,27 +4,33 @@ Changing the first file requires all users to update their local copy manually.
Changing the Eclipse preference files takes effect after users update their
checked out copy.
File Description
config Subversion configuration to be copied to your personal subversion
directory (e.g. ~/.subversion/config, %USERPROFILE%\Application Data\Subversion\config)
@see_also "https://cwiki.apache.org/GMOxDEV/subversion-client-configuration.html"
File Description
---- -----------
org.eclipse.jdt.core.prefs
org.eclipse.jdt.ui.prefs
Eclipse Java Properties to be used in each fortiss plugin. This changes project settings
of the project, so everyone who checked out that project works with the same setting.
INSTALL: in order to enable these settings for your plugin, follow these steps:
1. Make sure the plugin folders ".settings" sub-folder is also checked in.
2. If the sub-folder contains these two files, delete them (from the repository, too).
3. Add or change the svn property "svn:externals" of ".settings" folder to include the
following two lines (this creates a file link to the two files contained in this
README's folder):
^/fortiss-std-env/settings/org.eclipse.jdt.core.prefs org.eclipse.jdt.core.prefs
^/fortiss-std-env/settings/org.eclipse.jdt.ui.prefs org.eclipse.jdt.ui.prefs
config Subversion configuration to be copied to your personal subversion
directory (e.g. ~/.subversion/config, %USERPROFILE%\Application Data\Subversion\config)
@see_also "https://cwiki.apache.org/GMOxDEV/subversion-client-configuration.html"
org.eclipse.jdt.core.prefs Eclipse Java Properties to be used in each fortiss plugin. This changes project settings
org.eclipse.jdt.ui.prefs of the project, so everyone who checked out that project works with the same setting.
INSTALL: in order to enable these settings for your plugin, follow these steps:
1. Make sure the plugin folders ".settings" sub-folder is also checked in.
2. If the sub-folder contains these two files, delete them (from the repository, too).
3. Add or change the svn property "svn:externals" of ".settings" folder to include the
following two lines (this creates a file link to the two files contained in this
README's folder):
^/fortiss-std-env/settings/org.eclipse.jdt.core.prefs org.eclipse.jdt.core.prefs
^/fortiss-std-env/settings/org.eclipse.jdt.ui.prefs org.eclipse.jdt.ui.prefs
dropins/*.jar
Development support tools, which were bundled with ConQAT development tools, but are no
longer maintained by the ConQAT development team.
INSTALL: Copy the *.jar files into your Eclipse installation's "dropins" folder.
Restart Eclipse and issue a full rebuild using the Clean operation.
dropins/*.jar Development support tools, which were bundled with ConQAT development tools, but are no
longer maintained by the ConQAT development team.
INSTALL: Copy the *.jar files into your Eclipse installation's "dropins" folder.
Restart Eclipse and issue a full rebuild using the Clean operation.
fortiss-*-codestyle These files (fortiss-java-codestyle, fortiss-c-codestyle, ...) contain the eclipse
code-formatter rules used by AF3. For consistency EVERY developer shall use these
rules. However, a manual import is not necessary, since the rules are also contained
in org.eclipse.jdt.* (see above).
Although not necessary, a manual import is performed the following way (example for java):
'Window' -> 'Preferences' -> 'Java' -> 'Code Style' -> 'Formatter' -> 'Import'
Then please make sure, that the new rule-set 'fortiss' is selected as the active profile.
This diff is collapsed.
Click to expand it.
fortiss-std-env/settings/fortiss-java-codestyle.xml
0 → 100644
+
296
−
0
View file @
77c7c330
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment