Merge branch 'release/5.1'
ec799329daddd97 bsorrentino 2024-04-12 15:48:43
build: move to next release
861c5a31d9ece5b bsorrentino 2024-04-12 15:47:14
docs: update readme
5003422e7a1a45d bsorrentino 2024-04-12 15:46:06
build: update git ignore
859ae83b97aca4d bsorrentino 2024-04-12 15:45:54
Merge branch 'AndreaBaroncelli-unchanged_sources_check_fix' into develop
0b470ed27e50177 bsorrentino 2024-04-12 15:39:12
build: move to next developer version
51d6eba6a7edb21 bsorrentino 2024-04-12 15:24:24
Fixed unchanged sources check
- File .maven-processor-source-files.txt must be skipped in lastModified check (being just an extra file added for control purposes), especially because it is rewritten in method areSourceFilesSameAsPreviousRun, so its lastModified date is necessarily the most recent one, which causes method to always return true.
cda172bc544d4a7 Andrea Baroncelli 2024-04-11 14:31:25
Merge tag 'v5.0-jdk8' into develop
- fix release
b33eda77e45abc8 bsorrentino 2023-09-21 21:04:43
Merge branch 'hotfix/5.0-jdk8'
4b4f747eb99039d bsorrentino 2023-09-21 21:04:32
fix: update release of jdk8 version
06d26ff7d09017e bsorrentino 2023-09-21 21:02:46
docs: update readme
bda0bd6aa097056 bsorrentino 2023-09-21 20:50:41
Merge branch 'master' into develop
6bd561a05e559d3 bsorrentino 2023-09-21 20:48:12
Merge branch 'hotfix/docs'
2ec060a9c2ece63 bsorrentino 2023-09-21 20:48:08
docs: update readme and add release history
b64a5427de1e488 bsorrentino 2023-09-21 20:47:57
Merge branch 'master' into develop
fb82e84455a3854 bsorrentino 2023-09-21 20:35:00
Merge branch 'hotfix/docs'
e61a479c2b2ed9d bsorrentino 2023-09-21 20:34:58
docs: update changelog and readme
4d48c9174a543d3 bsorrentino 2023-09-21 20:34:41
Merge tag 'v5.0' into develop
- new release
a355c3e7a19190c bsorrentino 2023-09-21 20:31:21
Merge branch 'release/5.0'
4413330b03f71d7 bsorrentino 2023-09-21 20:30:53
docs: update changelog
79b9e3a274ae005 bsorrentino 2023-09-21 20:29:48
build: move to next release
6ff06d037c2bc44 bsorrentino 2023-09-21 20:29:34
build: change 'maven-plugin-annotations' dependency scope to provided
- resolve #102
07264bb831a3505 bsorrentino 2023-09-20 08:41:46
build: change maven artifact scope to provided
- resolve #102
946ef7b6838a614 bsorrentino 2023-09-19 07:15:55
refactor: add addMdules method allowing to compile version jdk8 on JVM9 runtime
465bc9a22656a90 bsorrentino 2023-09-15 09:36:57
refactor: remove unseless method
ff94eeb32398eda bsorrentino 2023-09-15 09:34:30
build: enable logging on maven execution
63c0d369ecc82ca bsorrentino 2023-09-15 09:25:48
build: add action manual trigger
07dd7fee8f6f086 bsorrentino 2023-09-15 09:22:35
Update deploy-snapshot.yaml
- build: add manual trigger
33f3687dc7790d7 bsorrentino 2023-09-15 09:20:57
Merge branch 'feature/mvn_3_9#102' into develop
3e635da8b155e82 bsorrentino 2023-09-15 09:10:24
build: move to developer version
9076fdf368e8795 bsorrentino 2023-09-15 09:09:26
fix: add addModules() to CompilationTask
- working on #102
6365c8608cf6760 bsorrentino 2023-09-15 09:08:55
feat: upgrade maven version
- maven.version from 3.5.4 to 3.6.0
- plexus.compiler.version from 2.8.3 to 2.13.0
- maven-compiler-plugin from 3.8.1 to 3.11.0
- maven-site-plugin from 3.8.2 to 3.12.1
- resolve #102
01d56255af7debf bsorrentino 2023-09-15 09:08:17
Merge tag 'v5.0-rc3' into develop
- fix #96
adcde7c1fa44727 bsorrentino 2021-07-12 13:52:22
Merge branch 'release/5.0-rc3'
0f7f61fdd4a9c43 bsorrentino 2021-07-12 13:52:08
update changelog
4fc9bee4fc679fe bsorrentino 2021-07-12 13:48:22
prepare for next release
42484713b583e67 bsorrentino 2021-07-12 13:46:23
update readme
1a036a1a3ba5cdc bsorrentino 2021-07-12 13:42:41
pr #96 apply fix
490d1cd4a8582bd bsorrentino 2021-07-11 18:18:26
Merge branch 'master' into develop
ff753bf1f20407d bsorrentino 2021-06-28 17:12:45
Merge branch 'hotfix/readme'
627a77d13a9c730 bsorrentino 2021-06-28 17:12:42
update readme
a99c2dc88089197 bsorrentino 2021-06-28 17:12:33
move to next development version
ec6942a8f5f9adf bsorrentino 2021-06-28 16:46:34
Merge branch 'master' into develop
a0461402750feb5 bsorrentino 2021-06-28 16:44:14
Merge branch 'hotfix/jdk8'
7bb075c33e50cda bsorrentino 2021-06-28 16:44:11
update changelog
d5eea88e2a0aef5 bsorrentino 2021-06-28 16:43:51
fix jdk8 release
7a82313fa73fc61 bsorrentino 2021-06-28 16:43:43
Merge tag 'v5.0-rc2' into develop
- new release
dd850cc510a5ebd bsorrentino 2021-06-28 16:30:40
Merge branch 'feature/pr45' into develop
f9a21ca8b4617f2 bsorrentino 2021-06-28 16:01:11
PR #45 - replace DependencyCoordinate with org.apache.maven.model.Dependency
83ebf7b167b2d56 bsorrentino 2021-06-28 14:01:19
PR #45 - update unit test
ccf0f27faed7caa bsorrentino 2021-06-28 13:52:49
PR #45 - update unit test
2d2c093e165a039 Build Pipeline 2021-06-27 20:17:05
PR #45 - add unit test
ce0b27953216d37 Build Pipeline 2021-06-27 20:11:55
PR #45 - add unit test
e8ca18170721e75 Build Pipeline 2021-06-27 20:11:44
Merge branch 'ulyssesrr-master' into feature/pr45
40c7db85dff90b2 Build Pipeline 2021-06-26 16:27:20
Adds support to -processorpath
- Ported from maven-compiler-plugin
7caf6b75ad90f0b Ulysses Rangel Ribeiro 2021-06-23 02:09:46
update test for issue #93
5f1a8b86e258d46 bsorrentino 2021-03-06 19:11:15
test multiple processSourceArtifacts
32f1daef7840113 bsorrentino 2021-03-06 11:07:43
set target directory for processSourceArtifacts to target/extracted-sources
46fd8bc6916a130 bsorrentino 2021-03-06 11:07:18
fix security issue
fca883f983ee8d2 bsorrentino 2021-03-06 10:28:29
Merge branch 'master' into develop
fb342f1e8153351 bsorrentino 2021-03-04 23:00:10
Merge branch 'hotfix/doc'
8de320474dd76e7 bsorrentino 2021-03-04 23:00:07
update doc
6160288f73c7070 bsorrentino 2021-03-04 23:00:00
Merge branch 'master' into develop
6b2155c492b3b47 bsorrentino 2021-03-04 22:58:26
Merge branch 'hotfix/doc'
5414ab59a0fcd31 bsorrentino 2021-03-04 22:58:23
update doc
eb1b0e32ed5bbcb bsorrentino 2021-03-04 22:58:12
move to next development version
2c298509b97ba9d bsorrentino 2021-03-04 19:43:27
Merge tag 'v5.0-rc1' into develop
- new candidate release
c67b0d257df2e5e bsorrentino 2021-03-04 19:39:46
Merge branch 'release/5.0-rc2'
f794eddf424fd0b bsorrentino 2021-06-28 16:29:16
update changelog
a3823b0ce4a763e bsorrentino 2021-06-28 16:28:53
PR #95 - update javadoc
cb66d970a084eae bsorrentino 2021-06-28 16:26:26
update readme
fb99c3adb9b1c07 bsorrentino 2021-06-28 16:25:14
move to next version
b27c7739b51e235 bsorrentino 2021-06-28 16:25:14
PR #95 - replace DependencyCoordinate with org.apache.maven.model.Dependency
e7818daeed96576 bsorrentino 2021-06-28 16:25:06
PR #95 - update unit test
4b1261c644806d7 bsorrentino 2021-06-28 16:24:42
PR #95 - update unit test
c870d4168584665 Build Pipeline 2021-06-28 16:24:32
PR #95 - add unit test
3ab12884ca37d76 Build Pipeline 2021-06-28 16:24:23
PR #95 - add unit test
997cb599b8331aa Build Pipeline 2021-06-28 16:24:06
Merge branch 'release/5.0-rc1'
85cca016a85dccf bsorrentino 2021-03-04 19:39:27
prepare for next release
a5fd69a92902d79 bsorrentino 2021-03-04 19:38:54
clean code
639b7e34b7cdefd bsorrentino 2021-03-01 17:29:26
issue #93
- added UnzipService to extract Source Artifacts to the file system
c3651eb678b6383 bsorrentino 2021-03-01 17:03:33
clean code
3078349688039fb bsorrentino 2021-02-14 20:57:34
issue #93 - test for issue verification
dd57b08f851bec3 bsorrentino 2021-02-14 16:20:57
update deploy actions
ee1900ed9bdabbe bsorrentino 2021-01-31 17:55:38
update java target
6788d55a10c5aa7 bsorrentino 2021-01-31 17:18:22
Merge branch 'feature/issue91' into develop
44947fcf5f0b1f0 bsorrentino 2021-01-31 17:15:40
update actions
51767f96147ece7 bsorrentino 2021-01-31 17:15:14
issue #91 - created ad-hoc pom for jdk8 asset deployment
5ca85b02a74abe3 bsorrentino 2021-01-31 17:09:17
issue #91 - created new DTS to separate JDK8 modules from JDK9+
74837a5fc077eb3 bsorrentino 2021-01-31 16:40:16
added parent relativePath
9fd838007c64cdd bsorrentino 2021-01-30 16:52:23
issue #92 - tests refinements
ed08c34b657b566 bsorrentino 2021-01-29 09:37:33
update to new development version
e10817032e89f71 bsorrentino 2020-12-22 20:09:35
Merge branch 'master' into develop
85c09c1c24dc7d3 bsorrentino 2020-12-22 20:08:41
Merge branch 'hotfix/actions'
32b978ccc44f35e bsorrentino 2020-12-22 20:08:38
update action name
2c2259006a45426 bsorrentino 2020-12-22 20:08:22
Merge branch 'master' into develop
ebdb58090e9156f bsorrentino 2020-12-22 20:04:03
Merge branch 'hotfix/changelog'
c666351e1f31aae bsorrentino 2020-12-22 20:04:01
update changelog
03305fc8a03ed7a bsorrentino 2020-12-22 20:03:58
Merge tag 'v4.5' into develop
- new release
90ba4efb7242780 bsorrentino 2020-12-22 20:01:35
Merge branch 'release/4.5'
0e4527c61dbc04e bsorrentino 2020-12-22 20:01:27
move to next release version
40104ab73dbdfcc bsorrentino 2020-12-22 19:59:56
update readme
f2157b94079e3f6 bsorrentino 2020-12-22 19:59:39
update github action
c9bbd784644aefe bsorrentino 2020-12-20 11:36:22
update action
a37e57eecd1c514 bsorrentino 2020-12-18 18:03:18
add deploy snapshot action
1a62f83c9c2e134 bsorrentino 2020-12-18 18:01:12
Merge branch 'feature/issue90' into develop
e5a9fe9faee9d18 bsorrentino 2020-12-18 17:58:14
move to next development version
34f80508b633983 bsorrentino 2020-12-18 17:57:35
issue #90 pass encoding parameter to java compiler
8db490605285224 bsorrentino 2020-12-18 17:56:31
Merge remote-tracking branch 'origin/dependabot/maven/junit-junit-4.13.1' into develop
652fa4af160381b bsorrentino 2020-12-16 18:52:01
Merge branch 'master' into develop
f5291305ed1daf7 bsorrentino 2020-11-11 14:56:34
Merge branch 'hotfix/pipeline'
bb49f8cf57eb323 bsorrentino 2020-11-11 14:56:31
update pipeline
449538aead2b795 bsorrentino 2020-11-11 14:56:21
update pipeline name
a912315c5132141 bsorrentino 2020-11-11 14:12:31
update pipeline name
7c5498865dedc9f bsorrentino 2020-11-11 14:12:15
merge PR #88
09f5891b057c736 bsorrentino 2020-11-11 13:54:22
Merge branch 'master' into develop
b7409dba6a97ff9 bsorrentino 2020-11-11 13:51:06
update pipeline for deploy
dc5b046b2c1869e bsorrentino 2020-11-11 13:48:10
update pipeline
44f88b5346cde06 bsorrentino 2020-11-11 13:36:44
update pipeline
208d4b2a3a09fbb bsorrentino 2020-11-11 13:34:13
update pipeline
12434bcaea0fd10 bsorrentino 2020-11-11 13:32:06
update pipeline
5814158992f92b7 bsorrentino 2020-11-11 13:15:50
update pipeline
a4256123aa4dfa6 bsorrentino 2020-11-11 12:34:56
Update jdk8-deploy.yml
06c24a711805c77 bsorrentino 2020-11-11 12:28:31
Create jdk8-deploy.yml
- add github action
ea63a545f2081dd bsorrentino 2020-11-11 12:09:01
Bump junit from 4.13 to 4.13.1
- Bumps junit from 4.13 to 4.13.1.
- Signed-off-by: dependabot[bot] <[email protected]>
216fdcb2670c962 dependabot[bot] 2020-10-12 17:46:11
ignore .maven-processor-source-files.txt
89cef33dc141dc8 bsorrentino 2020-10-06 08:32:08
update git ignore
b1cd19c765e839a bsorrentino 2020-10-06 08:31:07
Merge branch 'master' into develop
6fcf4a8568e0dd5 bartolomeo sorrentino 2020-10-01 14:51:12
Merge branch 'hotfix/changelog'
5dc4f87be60a408 bartolomeo sorrentino 2020-10-01 14:51:09
update changelog
6ac0e23c32dbc23 bartolomeo sorrentino 2020-10-01 14:50:58
Merge tag 'v4.4' into develop
- merge PR #87
cbd4f8c233ef4f8 bartolomeo sorrentino 2020-10-01 14:48:57
Merge branch 'release/4.4'
a611d0bc1a149bb bartolomeo sorrentino 2020-10-01 14:48:22
update readme
fa1f52af0d550c9 bartolomeo sorrentino 2020-10-01 14:47:42
set release version
1714e8977800c50 bartolomeo sorrentino 2020-10-01 14:47:30
refine integration test
692074de91c1440 bartolomeo sorrentino 2020-10-01 14:30:14
update debug message
9646e901989224d bartolomeo sorrentino 2020-10-01 14:29:27
Merge branch 'detect-removals-as-changes' of https://github.com/dashorst/maven-annotation-plugin into release/4.4
fb81aeae802345d bartolomeo sorrentino 2020-10-01 13:15:19
Detects file additions/deletions for skipping
- When you remove a file from the source tree, the modification checker
- doesn't take into account the removed file as an update. Because the
- file no longer exists, it doesn't have a modification date, and it will
- not count in determining whether the last generation was older than the
- modification in the sources.
- This commit detects source file modifications of the nature of
- additions and deletions by using a tracking file in the output folder
- (`.maven-processor-source-files.txt`).
- This file contains a list of all the files in the source folders, which
- is checked against the current list of source files. When the file
- doesn't exist or if the sets of files don't match, it is treated as a
- change. When they match exactly, the modification time check is still
- run.
- A sample run without additions/removals in the source files:
- ```
- [DEBUG] (f) skipSourcesUnchanged = true
- [DEBUG] (f) sourceDirectory = /Users/dashorst/IdeaProjects/iridium/common/entities/src/main/java
- [DEBUG] -- end configuration --
- [DEBUG] Source directory: /Users/dashorst/IdeaProjects/iridium/common/entities/target/generated-sources/apt added
- [DEBUG] processing source directory [/Users/dashorst/IdeaProjects/iridium/common/entities/src/main/java]
- [DEBUG] removed source files: []
- [DEBUG] new source files: []
- [DEBUG] max source file date: 1601210991895, max output date: 1601211873845
- [INFO] no source file(s) change(s) detected! Processor task will be skipped
- ```
- When a file was removed:
- ```
- [DEBUG] (f) skipSourcesUnchanged = true
- [DEBUG] (f) sourceDirectory = /Users/dashorst/IdeaProjects/iridium/common/entities/src/main/java
- [DEBUG] -- end configuration --
- [DEBUG] Source directory: /Users/dashorst/IdeaProjects/iridium/common/entities/target/generated-sources/apt added
- [DEBUG] processing source directory [/Users/dashorst/IdeaProjects/iridium/common/entities/src/main/java]
- [DEBUG] removed source files: [/Users/dashorst/IdeaProjects/iridium/common/entities/src/main/java/nl/topicus/platinum/entities/Afdeling.java]
- [DEBUG] new source files: []
- [WARNING] No processors specified. Using default discovery mechanism.
- [DEBUG] javac option: -cp
- ```
- When the file is re-added:
- ```
- [DEBUG] (f) skipSourcesUnchanged = true
- [DEBUG] (f) sourceDirectory = /Users/dashorst/IdeaProjects/iridium/common/entities/src/main/java
- [DEBUG] -- end configuration --
- [DEBUG] Source directory: /Users/dashorst/IdeaProjects/iridium/common/entities/target/generated-sources/apt added
- [DEBUG] processing source directory [/Users/dashorst/IdeaProjects/iridium/common/entities/src/main/java]
- [DEBUG] removed source files: []
- [DEBUG] new source files: [/Users/dashorst/IdeaProjects/iridium/common/entities/src/main/java/nl/topicus/platinum/entities/Afdeling.java]
- [WARNING] No processors specified. Using default discovery mechanism.
- [DEBUG] javac option: -cp
- ```
- Fixes #86
1f6c708506ea959 Martijn Dashorst 2020-09-27 13:10:57
Start work on 4.4-SNAPSHOT
cb7191dfff79390 Martijn Dashorst 2020-09-27 12:51:35
Merge branch 'master' into develop
3628f6e2aed847f bsorrentino 2020-09-25 15:59:39
Merge branch 'hotfix/changelog'
4afd4c41054adc6 bsorrentino 2020-09-25 15:59:36
update changelog
b5bee16c5832f6f bsorrentino 2020-09-25 15:59:25
Merge tag 'v4.3' into develop
- merge PR #85
ac4a4006066818a bsorrentino 2020-09-25 15:56:58
Merge branch 'release/4.3'
57abc6709e25068 bsorrentino 2020-09-25 15:56:30
update readme
382dfb7fe61851a bsorrentino 2020-09-25 15:31:42
set release version
db87a0476c03596 bsorrentino 2020-09-25 15:28:27
Merge branch 'feature/PR85' into develop
1b7e24dd71eeae3 bsorrentino 2020-09-25 11:01:49
merged PR #85
- renamed property from 'skipWithoutSourceChanges' to 'skipSourcesUnchanged'
- put PR code in a new method 'isSourcesUnchanged( List<> allSources )'
2bf7bedb068e64d bsorrentino 2020-09-24 10:03:51
Merge branch 'master' of https://github.com/dashorst/maven-annotation-plugin into feature/PR85
15fc483a3a6e67d bsorrentino 2020-09-24 09:27:45
Start 4.3-SNAPSHOT development
be4e8404052f7e6 Martijn Dashorst 2020-09-23 09:37:39
Implement lastModified check for sources
- The annotation processor should be able to skip the annotation
- processing if the sources haven't changed since the last processing.
- This will speed up project builds considerably since for example the
- JPA metamodel generator will not run if the entities haven't been
- modified, which will save the compiler of having to recompile your
- whole module.
- Using the option `skipWithoutSourceChanges` you can enable this
- behavior. By default it is turned off to maintain the current behavior.
- This change doesn't track individual files, as there need not be a 1-1
- mapping between the origin of the annotation processor and the
- generated sources. The plugin rather determines from all source
- locations what the most recent last modified time is, and does the same
- for all the files in the output folder.
- This cuts down rebuild times on my current project by a half or so
- (going from over 2 minutes to just 1 minute).
30861dbad2fef67 Martijn Dashorst 2020-09-23 09:37:39
uodate site-maven-plugin version
c6dbeb9bb1e5709 bsorrentino 2020-08-05 16:15:28
Merge tag 'v4.2' into develop
- new release
7768b3cc4f4e7e4 bsorrentino 2020-08-03 14:37:41
Merge branch 'release/4.2'
10f5517da9ff676 bsorrentino 2020-08-03 14:37:30
update changelog
e0e7553ab7126cd bsorrentino 2020-08-03 14:18:25
update readme
86b4a9ba0a77deb bsorrentino 2020-08-03 14:18:00
move to next release version
450b98cc62f42d9 bsorrentino 2020-08-03 14:13:45
Merge branch 'feature/issue83' into develop
b9613114695993b bsorrentino 2020-07-31 09:35:35
clean code
ac57d4884350a9c bsorrentino 2020-07-31 09:35:06
Merge branch 'DemonicTutor-bugfix/wrong-sourcepath-in-test' into feature/issue83
73628015c4c775a bsorrentino 2020-07-31 09:30:18
Merge branch 'bugfix/wrong-sourcepath-in-test' of https://github.com/DemonicTutor/maven-annotation-plugin into DemonicTutor-bugfix/wrong-sourcepath-in-test
ad5061622eeea1f bsorrentino 2020-07-31 09:28:58
move to next developer version
08235617ae9b1d2 bsorrentino 2020-07-31 08:28:15
update readme
13aa52ade58dcae bsorrentino 2020-07-31 08:00:05
Merge tag 'v4.1' into develop
- new release
6872ecc4ddf5225 bsorrentino 2020-07-31 07:40:41
fix: process-test should add CompileSourceRoots and TestCompileSourceRoots to javac '-sourcepath' option. fixes #83
2f1380abc231c26 Markus 2020-07-30 15:59:55
Merge branch 'release/4.1'
bca878057f34059 bsorrentino 2020-07-31 07:40:32
move to next release version
7939e7348408ffb bsorrentino 2020-07-31 07:40:09
issue #82 - fix 'UnsupportedOperationException' on isSupportedOption invocation
e0adf9a03b61347 bartolomeo sorrentino 2020-07-28 13:09:24
Merge branch 'master' into develop
09da5a092ad7a64 bartolomeo sorrentino 2020-07-23 08:29:38
Merge branch 'hotfix/docs'
27f1d6482d4ed8e bartolomeo sorrentino 2020-07-23 08:29:36
update readme
18df0d926c9a3f1 bartolomeo sorrentino 2020-07-23 08:21:15
Merge branch 'feature/issue82' into develop
7667f64500e9d2f bartolomeo sorrentino 2020-07-22 09:20:12
update for JAVA9 compliance
0fe1087cd76a421 bartolomeo sorrentino 2020-07-22 09:19:50
add test module
3db821f8c8e7225 bartolomeo sorrentino 2020-07-22 08:45:24
issue #82 - JDK8 compatibility
8117a6bb12cb71a bartolomeo sorrentino 2020-07-22 08:43:30
move to next developer version
a813a22cee3f82e bartolomeo sorrentino 2020-07-20 08:01:04
Merge branch 'master' into develop
a444fed350298c1 bartolomeo sorrentino 2020-07-20 07:57:48
Merge branch 'hotfix/docs'
a2fc6017d4b4fac bartolomeo sorrentino 2020-07-20 07:57:42
update readme
4c80b26d89676ba bartolomeo sorrentino 2020-07-20 07:57:39
Merge tag 'v4.0' into develop
- add compiler result
29fbf3f96c4de6c bsorrentino 2020-07-18 21:21:14
update version
229f2f4298ce034 bsorrentino 2020-07-18 21:18:25
Merge branch 'release/4.0'
1d8d45311b56f36 bsorrentino 2020-07-18 21:18:01
set release version
- update docs
- update changelog
dd12853b3452707 bsorrentino 2020-07-18 21:10:38
move to developer version
9ad2634520c0855 bartolomeo sorrentino 2020-07-17 16:47:17
issue #81 add compilation result
85ba56d3b87e40a bartolomeo sorrentino 2020-07-17 13:19:03
Create FUNDING.yml
d0566025a1d36c9 bsorrentino 2020-05-27 09:17:44
Merge tag 'v4.0-rc1' into develop
- issue #80
c5d5d2c6a86bc5e bsorrentino 2020-04-17 16:51:03
Merge branch 'release/4.0-rc1'
de8fb77dd7e287a bsorrentino 2020-04-17 16:50:05
update readme
2262a4d28954925 bsorrentino 2020-04-17 16:16:12
update chagelog
d444f63f9c4bed9 bartolomeo sorrentino 2020-04-17 15:40:13
move to next release version
4146d73e88ea389 bartolomeo sorrentino 2020-04-17 15:37:40
Merge branch 'feature/issue#80' into develop
74eb57f9e27664b bartolomeo sorrentino 2020-04-17 15:32:49
issue #80
- add support for -source and -target compiler options that are filled by maven.compiler.* properties
18212a3518d162e bartolomeo sorrentino 2020-04-17 15:32:19
remove default source and target compiler option
5ef8f3b48474e13 bartolomeo sorrentino 2020-04-16 23:55:38
Merge branch 'develop' into feature/issue#80
286a76373057c6b bartolomeo sorrentino 2020-04-16 23:37:20
issue #80
- add support of javac option --module-path
8d6d9c34e0c5722 bartolomeo sorrentino 2020-04-16 23:37:10
add maven enforcer
8efac77492e7274 bartolomeo sorrentino 2020-04-16 22:24:57
Merge branch 'master' into develop
ff82fa6bc14e31a bartolomeo sorrentino 2020-04-16 18:39:11
Merge branch 'hotfix/doc'
0f61c445e81d6df bartolomeo sorrentino 2020-04-16 18:39:09
update readme
807678003bfcd70 bartolomeo sorrentino 2020-04-16 18:39:07
Merge branch 'master' into develop
2e0db25d116f060 bartolomeo sorrentino 2020-03-20 09:23:01
Merge branch 'hotfix/doc'
ff445ab96f65596 bartolomeo sorrentino 2020-03-20 09:22:58
update changelog template
8ae0d2f095d87b0 bartolomeo sorrentino 2020-03-20 09:22:18
update changelog
7e2cd9fb361848e bartolomeo sorrentino 2020-03-20 09:22:00
Merge branch 'master' into develop
f52398e89e3faa8 bartolomeo sorrentino 2020-03-02 21:50:33
Merge branch 'hotfix/doc'
5f2f1a12401602e bartolomeo sorrentino 2020-03-02 21:50:30
add utils javadoc to the site
2dda14ced574f7a bartolomeo sorrentino 2020-03-02 21:50:12
Merge branch 'master' into develop
6aec92715816582 bsorrentino 2020-03-02 20:03:54
Merge branch 'hotfix/doc'
0280fd573a15d0f bsorrentino 2020-03-02 20:03:51
update readme
bcfd9b3ecc46e6a bsorrentino 2020-03-02 20:03:36
move to next developer version
785c31b31785d2f bsorrentino 2020-03-02 19:59:10
Merge tag 'v4.0-beta1' into develop
- release 4.0-beta1
fc73cbda14d02c7 bsorrentino 2020-03-02 19:57:06
Merge branch 'release/4.0-beta1'
cb473aaf199f17c bsorrentino 2020-03-02 19:56:53
remove test module
fb66eab913100ea bsorrentino 2020-03-02 19:56:29
prepare for release
167f62179553548 bartolomeo sorrentino 2020-03-02 19:39:55
update changelog
42d5623ace037c2 bartolomeo sorrentino 2020-03-02 19:02:33
#79 add maven shell in docker
8000153b4e6b00a bartolomeo sorrentino 2020-03-02 19:00:40
update ignore
0d2cb8114432cbd bartolomeo sorrentino 2020-03-02 18:59:31
#79 update readme
41242f465f6b338 bartolomeo sorrentino 2020-03-02 18:58:10
#79 add docker to test jdk version
afcff71d8a5b9f4 bartolomeo sorrentino 2020-03-02 18:56:28
Merge branch 'feature/issue79' into develop
6aaa8dbac45f070 bsorrentino 2020-02-26 03:40:36
issue #79
- make multimodule project
3ec2718dfe15dab bsorrentino 2020-02-26 03:37:03
add changelog support
57b41626d1e6ab3 bsorrentino 2020-02-26 02:30:48
issue #79
- code refactoring
- update source / target to java 9
- upgrade dependencies
f84460766d58da5 bsorrentino 2020-02-26 02:09:21
move to next developer version
abd261ca0b3e498 bsorrentino 2020-02-24 23:31:45
move to next developer version
6b5f170872c766f bsorrentino 2020-02-24 23:23:43
update ignore
03482b5e2d2f909 bsorrentino 2020-02-24 23:21:23
update ignore
23cfeff0350f118 Bartolomeo Sorrentino 2019-04-23 15:36:20
modernize code
5cc364404c3ba1c Bartolomeo Sorrentino 2019-04-23 15:36:10
update pom for next major release
0f00f5860ba309f Bartolomeo Sorrentino 2019-04-23 15:28:09
Merge remote-tracking branch 'origin/develop' into develop
ea9f4ed515e6038 Bartolomeo Sorrentino 2019-04-22 17:02:32
Merge branch 'hotfix/remove_netbeans_refs' into develop
d6c56eb8a3dd285 Bartolomeo Sorrentino 2019-04-22 17:01:12
Merge branch 'hotfix/remove_netbeans_refs'
07cafad1c12da97 Bartolomeo Sorrentino 2019-04-22 17:01:09
remove netbeans references
04a8f939627a8ac Bartolomeo Sorrentino 2019-04-22 17:00:51
override method addModules in javax.tools.JavaCompiler.CompilationTask
b7434e5617baa16 bsorrentino 2019-04-12 15:07:59
update readme
8065847d06dde32 bsorrentino 2018-08-12 13:56:30
Merge branch 'hotfix/doc' into develop
ef378e10e0e0d80 bsorrentino 2018-08-12 13:55:43
Merge branch 'hotfix/doc'
992b4427bf7eeb7 bsorrentino 2018-08-12 13:55:40
update readme
2d639c43eb66e2a bsorrentino 2018-08-12 13:54:32
Merge branch 'release/3.3.3' into develop
0527a04c9ad1ac3 bsorrentino 2018-08-12 13:41:16
Merge branch 'release/3.3.3'
49ab60f49fdc001 bsorrentino 2018-08-12 13:41:04
Issue #72 - Add notes to documentation
babeeb619ce69ab bsorrentino 2018-08-12 13:39:42
update release
393a51d1639f1ea bsorrentino 2018-02-24 11:45:59
add support for --relase option #75
9bd60c8b23aa980 bsorrentino 2017-11-28 23:32:56
merge hotfix
df019e60082b212 bsorrentino 2017-09-12 09:09:09
merge hotfix
f1dde13e924cb73 bsorrentino 2017-09-12 09:07:36
Merge branch 'hotfix/doc'
f8364a3778b0cfe bsorrentino 2017-09-12 09:06:26
update readme
f37985e048b01f1 bsorrentino 2017-09-12 09:06:18
update doc
469b8c60cbb92c8 bsorrentino 2017-09-07 11:44:17
update readme
00b4ca81a0472f4 bsorrentino 2017-09-07 11:24:33
update readme
667baa6d69b44b0 bsorrentino 2017-09-07 11:23:25
Merge branch 'hotfix/doc' into develop
b9d7bbc92de98c1 bsorrentino 2017-09-07 11:20:45
Merge branch 'hotfix/doc'
ee4685cfae10163 bsorrentino 2017-09-07 11:20:43
update readme
a0d31294e3e7551 bsorrentino 2017-09-07 11:20:28
update to next version
1c2ff82d8877d45 bsorrentino 2017-09-07 11:13:26
Merge branch 'release/3.3.2' into develop
8729e11a81dd4ab bsorrentino 2017-09-07 11:07:52
fix #69 merge #70
- Merge branch 'release/3.3.2'
694b5232f4369d5 bsorrentino 2017-09-07 11:07:24
update README
4619f9670511292 bsorrentino 2017-09-07 10:52:30
prepare for release
7a6ee16de022056 bsorrentino 2017-09-07 10:43:46
#69 remove redundant if
4cefcc36056e9af bsorrentino 2017-09-07 10:38:51
Merge branch 'beikov-patch-1' into release/3.3.2
0a8885a7e336946 bsorrentino 2017-09-07 10:33:38
Windows path separator fix
d22ab3b8a0be5b3 Christian Beikov 2017-09-07 10:25:59
Pass through additional compiler arguments
- This will allow to pass arguments like "--add-modules=java.se.ee" as `compilerArguments`
fed8bfecc523ec9 Christian Beikov 2017-09-07 10:06:58
Merge branch 'hotfix/issue#68' into develop
eb20ce6d25e163d bsorrentino 2017-07-30 16:14:00
Merge branch 'hotfix/issue#68'
0d916b6f61ee904 bsorrentino 2017-07-30 16:13:57
Merge branch 'develop' into hotfix/issue#68
a3221eb31839902 bsorrentino 2017-07-30 16:13:12
update ignore
ef30ce5fdb71f82 bsorrentino 2017-07-30 16:11:50
#68 - update license tag
1e43ba3b13f4ccb bsorrentino 2017-07-30 16:10:49
merge from hotfix
a8d17f63fe747b5 bsorrentino 2017-04-11 20:30:30
update test version
d5b95a9ac4845f6 bsorrentino 2017-04-11 20:29:06
Merge branch 'hotfix/test_version'
047ebbdfbecbe16 bsorrentino 2017-04-11 20:28:20
update test version
276e977ec9dfc29 bsorrentino 2017-04-11 20:28:07
move to next version
9d9a5d185241e67 bsorrentino 2017-04-11 20:25:40
Merge branch 'release/3.3.1' into develop
bd12017f0c19e0c bsorrentino 2017-04-11 20:17:08
Merge branch 'release/3.3.1'
31dd746e5d51ee8 bsorrentino 2017-04-11 20:16:48
prepare release
91113cb72b411ac bsorrentino 2017-04-11 20:16:30
fix issue#66 and issue#67
c5dd497e8f2477a bsorrentino 2017-04-11 20:00:12
move to next dev version
6709b3a8f23fc9f bsorrentino 2017-04-10 17:38:10
Merge branch 'release/3.3' into develop
71d314ce7027815 bsorrentino 2017-04-10 17:35:14
Merge branch 'release/3.3'
344d377f35dfecb bsorrentino 2017-04-10 17:35:07
update comments
063f735be3a4227 bsorrentino 2017-04-10 17:34:50
update readme
fa257b153e9cb95 bsorrentino 2017-04-10 13:20:19
update site doc
165ad0853b3ed37 bsorrentino 2017-04-10 13:18:45
update README
b36c0435ecb71e2 bsorrentino 2017-04-09 17:59:47
update readme
83635f07abf09eb bsorrentino 2017-04-09 17:44:03
prepare for release
fc0f4631c9e0a08 bsorrentino 2017-04-09 17:33:55
Merge branch 'feature/issue#65' into develop
9d4e359f376f940 bsorrentino 2017-04-09 11:17:34
add support of env vars : maven.processor.source & maven.processor.target
4e81968ea5ee538 bsorrentino 2017-04-09 11:10:32
finalize Toolchain integration
5dc726a14ca66cc bsorrentino 2017-04-09 10:58:55
add ToolchainManager component
0e6e2947d94ccbc bsorrentino 2017-04-08 20:04:57
update
40a6e2ec2ab4686 bsorrentino 2017-03-28 16:14:31
Customize Plexus Compiler to capture output
8ce007e4f1f97d0 bsorrentino 2017-03-28 11:08:12
plexus compiler refinements
384cc666c61d4ce bsorrentino 2017-03-27 22:45:50
add support of plexus compiler
91128bea35178d1 bsorrentino 2017-03-21 17:14:50
Merge branches 'develop' and 'master' of https://github.com/bsorrentino/maven-annotation-plugin into develop
3504296e242e099 bsorrentino 2017-03-20 23:38:35
move to next develop version
75059592db5173e bsorrentino 2017-03-09 16:39:07
Merge branch 'hotfix/docs' into develop
ecb8230763ceaeb bsorrentino 2016-10-07 13:25:04
Merge branch 'hotfix/docs'
309d32b3b0ed203 bsorrentino 2016-10-07 13:25:01
update doc
eeb362efe21faa7 bsorrentino 2016-10-07 13:24:41
Merge branch 'release/3.2.0' into develop
1fe0ac65cce8445 bsorrentino 2016-10-07 13:08:25
Merge branch 'release/3.2.0'
6f27cfe1b05d035 bsorrentino 2016-10-07 13:08:16
update for release 3.2.0
c144aec79429c54 bsorrentino 2016-10-07 13:07:59
Merge branch 'feature/issue#63' into develop
28a915b917b3799 bsorrentino 2016-10-07 12:27:58
get sourcepath from project.getCompileSourceRoot()
29deb573c93a757 bsorrentino 2016-09-28 11:37:34
update projects description
0b6bc2c37173a44 bsorrentino 2016-09-12 14:57:20
add utils and test project
30bbb057c63be23 bsorrentino 2016-09-12 14:43:45
add -sourcepath option
94f1fe0ff5aa55e bsorrentino 2016-09-12 14:30:30
Merge branch 'hotfix/doc' into develop
f8c6e3d57e28381 bsorrentino 2016-02-02 22:30:27
Merge branch 'hotfix/doc'
7642b247b15e8c0 bsorrentino 2016-02-02 22:30:23
update links
7b10c05f908a8a4 bsorrentino 2016-02-02 22:30:10
update to next development release
eee1a25b33dc0c3 bsorrentino 2016-02-02 22:28:00
Merge branch 'release/3.1.0' into develop
7f6fe247010b04d bsorrentino 2016-02-02 22:25:22
Merge branch 'release/3.1.0'
c9c9f53a168ac99 bsorrentino 2016-02-02 22:25:07
update README
b0f2f4fd56a3264 bsorrentino 2016-02-02 22:24:48
Merge branch 'feature/borisbrodski-master' into develop
3fa74941ff22b45 bsorrentino 2016-02-02 22:01:56
pull request #61 merged
- site deploy on branch gh-pages automated
- site plugin updated
05e9e0e92cb38ee bsorrentino 2016-02-02 21:57:32
Add "skip" property to MOJOs
- This fixes #59
c674eaa8be96a44 Boris Brodski 2016-01-28 17:50:04
update doc
41973e17f79b1fd bsorrentino 2015-04-07 16:18:50
update issues link
d6b9599560fc01e bsorrentino 2015-04-07 16:17:24
update site
215d2050a509f44 bsorrentino 2015-03-19 20:35:37
update doc
3a301b758d984ac bsorrentino 2015-03-19 20:31:19
Create README.md
b8a9ccfd2c97357 bsorrentino 2015-03-18 14:21:44
update site skin
fe5256ee0da3045 bsorrentino 2014-06-28 21:05:37
[maven-release-plugin] prepare for next development iteration
78e26adb31c7ffa bsorrentino 2014-06-28 17:02:18
[maven-release-plugin] prepare release maven-processor-plugin-3.1.0-beta1
168974b681f61d8 bsorrentino 2014-06-28 16:59:16
update compiler plugin version
f1b29c955fe99be bsorrentino 2014-06-28 16:54:08
fix issue 56
b0b4a24b15a5cff bsorrentino 2014-06-28 16:39:52
fix problem on windows os
35541bcd173d4c0 bsorrentino 2013-09-18 13:00:14
update error message
3746795747919e0 bsorrentino 2013-09-17 09:49:16
require maven 3.1
65188be477a8ca2 bsorrentino 2013-09-15 20:52:29
issue55 plugin for maven release 3.1.0
79bd3e63fe9b3af bsorrentino 2013-09-15 20:48:34
issue55 plugin for maven release 3.0.5
0a2400736eccf2e bsorrentino 2013-09-15 20:28:42
issue55
6106c78b7de5e53 bsorrentino 2013-09-15 19:20:37
[maven-release-plugin] prepare for next development iteration
2f7df43c4a7ab54 bsorrentino 2013-06-14 19:45:34
[maven-release-plugin] prepare release maven-processor-plugin-2.2.4
82809e97d0e0df5 bsorrentino 2013-06-14 19:45:24
Issue 54
e92be425742664f softphone 2013-06-14 19:44:13
[maven-release-plugin] prepare for next development iteration
01341dabaaf45b9 bsorrentino 2013-05-22 20:54:17
[maven-release-plugin] prepare release maven-processor-plugin-2.2.3
8ea0e1cc1473ca7 bsorrentino 2013-05-22 20:54:06
Issue 53
60db10784d6b596 softphone 2013-05-22 20:53:02
[maven-release-plugin] prepare for next development iteration
8706c8c51898821 bsorrentino 2013-05-20 20:24:24
[maven-release-plugin] prepare release maven-processor-plugin-2.2.2
74bf893c48a143e bsorrentino 2013-05-20 20:24:14
Issue 48
70957ebf1386ce3 softphone 2013-05-14 13:28:18
[maven-release-plugin] prepare for next development iteration
9090e665a6e4e41 bsorrentino 2013-04-06 12:38:29
[maven-release-plugin] prepare release maven-processor-plugin-2.2.1
4fb3d1e08e45277 bsorrentino 2013-04-06 12:38:24
Issue 51
bbfd5ea26f874c0 softphone 2013-04-06 12:34:06
[maven-release-plugin] prepare for next development iteration
4b3940411e41305 bsorrentino 2013-04-04 10:19:12
[maven-release-plugin] prepare release maven-processor-plugin-2.2.0
b4fe7f7e15c0314 bsorrentino 2013-04-04 10:19:05
merge patch from Heiko Braun
c7f9172bc143a11 bsorrentino 2013-04-03 15:32:13
[maven-release-plugin] prepare for next development iteration
e8301f164d2be37 bsorrentino 2013-01-30 13:46:39
[maven-release-plugin] prepare release maven-processor-plugin-2.1.1
74f87d256514e4a bsorrentino 2013-01-30 13:46:32
issue 47
68d6174fd75a59d softphone 2013-01-30 13:43:39
update unit test
e29da4cf58db458 softphone 2013-01-26 21:19:00
[maven-release-plugin] prepare for next development iteration
0abf98d463abbc0 bsorrentino 2012-11-06 00:34:49
[maven-release-plugin] prepare release maven-processor-plugin-2.1.0
3cf22065dd97a9e bsorrentino 2012-11-06 00:34:43
issue46
20a4b6ad38e80f8 softphone 2012-11-01 13:50:49
allow maven3 report generation
64b0901fbc675e2 softphone 2012-10-17 21:32:51
[maven-release-plugin] prepare for next development iteration
0eb51e2ae1f080f bsorrentino 2012-10-17 20:32:52
[maven-release-plugin] prepare release maven-processor-plugin-2.1.0-beta1
05afdbcba85c39a bsorrentino 2012-10-17 20:32:45
[maven-release-plugin] rollback the release of maven-processor-plugin-2.1.0
fb3ab1d88e6fbfa bsorrentino 2012-10-17 20:31:34
[maven-release-plugin] prepare for next development iteration
515a103e2cddb70 bsorrentino 2012-10-17 20:27:11
[maven-release-plugin] prepare release maven-processor-plugin-2.1.0
fe5becf4fda8ed6 bsorrentino 2012-10-17 20:27:06
update docs url
77f6a994384d49d softphone 2012-10-17 20:23:32
organize import
9309c89f4d2bfa8 softphone 2012-10-17 18:51:21
Issue 44
57a0baf1a1cc8b0 bsorrentino 2012-10-12 16:02:24
[maven-release-plugin] prepare for next development iteration
5e204bbeccd65b7 bsorrentino 2012-10-09 09:07:02
[maven-release-plugin] prepare release maven-processor-plugin-2.0.8
b5c35ff6dece554 bsorrentino 2012-10-09 09:06:57
update release
e7a28e644424dc5 bsorrentino 2012-10-09 09:05:32
Merge branch 'master' of https://code.google.com/p/maven-annotation-plugin
- Conflicts:
- pom.xml
ade7ff72d453141 bsorrentino 2012-10-09 08:46:21
[maven-release-plugin] prepare for next development iteration
ace13ae71883244 bsorrentino 2012-10-09 08:45:04
[maven-release-plugin] prepare release maven-processor-plugin-2.0.7
845ffcc6cc9b3ba bsorrentino 2012-10-09 07:11:01
Issue 43
d5ca7ea13f28c38 bsorrentino 2012-10-08 15:14:37
revert to 7c9b55a41816
0ed5a71475e76d4 bsorrentino 2012-10-09 08:13:17
Issue 42
7c9b55a41816270 bsorrentino 2012-08-27 14:47:44
Issue 43
34ac342d30de616 softphone 2012-08-26 18:41:20
Issue 42 apply patch
5f82c3d82f3d3c9 bsorrentino 2012-08-26 17:21:54
[maven-release-plugin] prepare for next development iteration
aae8e16ecc9398d bsorrentino 2012-08-07 08:23:54
[maven-release-plugin] prepare release maven-processor-plugin-2.0.6
4372308db52d133 bsorrentino 2012-08-07 08:23:45
update scm to git
54d09d93cad49e8 bsorrentino 2012-08-07 08:23:05
update
4c7b75962c4446b bsorrentino 2012-08-07 08:16:47
update ignore
a480a4273587a61 bsorrentino 2012-08-07 08:13:53
sync refinements
bf958dd87dd0dcd bsorrentino 2012-06-26 07:56:40
first import
fe72619e8ba7d55 bsorrentino 2012-06-25 20:29:30
initial import
a6874bc1ff14c88 bsorrentino 2012-06-25 16:48:43
update
7947063192fb47f bsorrentino 2012-06-25 16:44:59
git-svn-id: https://projectname.googlecode.com/svn/trunk@23 c416075f-80b4-e980-4839-00ea3ed24e77
55f7bad93e6f969 [email protected] 2011-05-30 22:19:40
git-svn-id: https://projectname.googlecode.com/svn/trunk@22 c416075f-80b4-e980-4839-00ea3ed24e77
95968c267a723a9 [email protected] 2011-05-30 19:34:39
autotools
- git-svn-id: https://projectname.googlecode.com/svn/trunk@21 c416075f-80b4-e980-4839-00ea3ed24e77
b81461aaf2af6b6 [email protected] 2011-05-30 13:28:43
git-svn-id: https://projectname.googlecode.com/svn/trunk@20 c416075f-80b4-e980-4839-00ea3ed24e77
df3bfd087410566 [email protected] 2011-05-29 13:07:53
config
- git-svn-id: https://projectname.googlecode.com/svn/trunk@19 c416075f-80b4-e980-4839-00ea3ed24e77
2a0f098cf259a56 [email protected] 2011-05-27 21:57:33
git-svn-id: https://projectname.googlecode.com/svn/trunk@18 c416075f-80b4-e980-4839-00ea3ed24e77
bffbbceebf2f845 [email protected] 2011-04-25 11:23:57
magic added
- git-svn-id: https://projectname.googlecode.com/svn/trunk@17 c416075f-80b4-e980-4839-00ea3ed24e77
7db308b4bc8d4f2 [email protected] 2011-03-28 13:19:58
minor fixes
- git-svn-id: https://projectname.googlecode.com/svn/trunk@16 c416075f-80b4-e980-4839-00ea3ed24e77
9a616dc849b8a73 [email protected] 2011-03-28 00:04:58
image comparison
- git-svn-id: https://projectname.googlecode.com/svn/trunk@15 c416075f-80b4-e980-4839-00ea3ed24e77
ac33873072edf71 [email protected] 2011-03-27 22:33:28
precompare
- git-svn-id: https://projectname.googlecode.com/svn/trunk@14 c416075f-80b4-e980-4839-00ea3ed24e77
ab43a43c581bdfc [email protected] 2011-03-27 18:46:05
missing files added
- git-svn-id: https://projectname.googlecode.com/svn/trunk@13 c416075f-80b4-e980-4839-00ea3ed24e77
a0c5f27a0f67c1f [email protected] 2011-03-23 19:32:10
git-svn-id: https://projectname.googlecode.com/svn/trunk@12 c416075f-80b4-e980-4839-00ea3ed24e77
5b40a56e28847de [email protected] 2011-03-23 18:39:30
git-svn-id: https://projectname.googlecode.com/svn/trunk@11 c416075f-80b4-e980-4839-00ea3ed24e77
ae9b7905bf47ac5 [email protected] 2011-03-23 08:17:42
grouping comparator added
- git-svn-id: https://projectname.googlecode.com/svn/trunk@10 c416075f-80b4-e980-4839-00ea3ed24e77
e752bc478c1bbff [email protected] 2011-03-22 21:26:59
clusterization added
- git-svn-id: https://projectname.googlecode.com/svn/trunk@9 c416075f-80b4-e980-4839-00ea3ed24e77
a397a365bb84d5f [email protected] 2011-03-21 21:07:17
error handling added
- git-svn-id: https://projectname.googlecode.com/svn/trunk@8 c416075f-80b4-e980-4839-00ea3ed24e77
87d1e30973e4751 [email protected] 2011-03-21 19:26:00
git-svn-id: https://projectname.googlecode.com/svn/trunk@7 c416075f-80b4-e980-4839-00ea3ed24e77
9ad65ebfcff060b [email protected] 2011-03-21 17:14:29
add file types
- git-svn-id: https://projectname.googlecode.com/svn/trunk@6 c416075f-80b4-e980-4839-00ea3ed24e77
26178ed3ba6920b [email protected] 2011-03-16 17:33:52
added forgotten files
- git-svn-id: https://projectname.googlecode.com/svn/trunk@5 c416075f-80b4-e980-4839-00ea3ed24e77
ec42fe6a4f5c3ea [email protected] 2011-03-15 17:55:23
git-svn-id: https://projectname.googlecode.com/svn/trunk@4 c416075f-80b4-e980-4839-00ea3ed24e77
c5991caa924b465 [email protected] 2011-03-15 17:54:25
some makefile improvements
- added sequences
- git-svn-id: https://projectname.googlecode.com/svn/trunk@3 c416075f-80b4-e980-4839-00ea3ed24e77
4b6a2bd4275193b [email protected] 2011-03-14 11:09:56
first commit
- git-svn-id: https://projectname.googlecode.com/svn/trunk@2 c416075f-80b4-e980-4839-00ea3ed24e77
22a3c1b1a9be1a6 [email protected] 2011-03-13 00:01:25
Initial directory structure.
- git-svn-id: https://projectname.googlecode.com/svn/trunk@1 c416075f-80b4-e980-4839-00ea3ed24e77
5a9200a598cb9d5 (no author) 2011-02-22 20:23:11