Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GoikLectures
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Goik Martin
GoikLectures
Commits
e6af5f4c
Commit
e6af5f4c
authored
12 years ago
by
Goik Martin
Browse files
Options
Downloads
Patches
Plain Diff
Missing hibernate.org java api dependency
parent
48ff3699
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Doc/Makefile
+4
-2
4 additions, 2 deletions
Doc/Makefile
with
4 additions
and
2 deletions
Doc/Makefile
+
4
−
2
View file @
e6af5f4c
...
...
@@ -23,13 +23,15 @@ all::${BUILDNAVI}/index.html ${BUILDNAVI}/printversion.pdf
jdoc
:
cd
../ws/eclipse
;
javadoc
\
-classpath
${
HIBDEPS
}
:/usr/share/java/jdom-2.0.4.jar:/usr/share/java/testng.jar:/ma/goik/workspace/GoikLectures/ws/eclipse/Jdbc/lib/commons-codec-1.5.jar
-d
${
BUILDNAVI
}
/Ref/api
-linksource
\
-link
http://docs.oracle.com/javase/7/docs/api
-link
http://testng.org/javadocs
-link
http://docs.oracle.com/javaee/6/api
-link
http://www.jdom.org/docs/apidocs
\
-link
http://docs.oracle.com/javase/7/docs/api
-link
http://testng.org/javadocs
-link
http://docs.oracle.com/javaee/6/api
\
-link
http://www.jdom.org/docs/apidocs
-link
http://docs.jboss.org/hibernate/orm/4.1/javadocs
\
`
find
.
-name
\*
.java|grep
-v
\.
metadata
`
${BUILDNAVI}/index.html ${BUILDNAVI}/printversion.pdf
:
${SCRIPTBASENAME}.xml
jdoc
${BUILDNAVI}/index.html ${BUILDNAVI}/printversion.pdf
:
${SCRIPTBASENAME}.xml
rm
-rf
$(
BUILDBASE
)
||
true
mkdir
-p
${
BUILDNAVI
}
${
BUILDNONAVI
}
$(
MAKE
)
jdoc
java
-cp
${
CP
}
de.hdm_stuttgart.mi.codeformat.Docbook2docbook
${
SCRIPTBASENAME
}
xml2xml
${
SCRIPTBASENAME
}
.convert.xml ../../Vorlesungen/bin/docbook2docbook.xsl
>
${
SCRIPTBASENAME
}
.convert.answer.xml
/usr/share/xmlmind/bin/convertdoc
-p
suppress.navigation 1
-p
eclipse.plugin.id
$(
PLUGINID
)
${
PPARAM
}
db5.toEclipseHelp
${
SCRIPTBASENAME
}
.convert.answer.xml
\
...
...
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